How to install Nutlope/hallmark. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Nutlope/hallmark Installation Guide
How to install Nutlope/hallmark. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Nutlope/hallmark. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Nutlope/hallmarkor
Install via npx
npx @hexmos/ipm i Nutlope/hallmarkManual Installation Methods
Manual installation instructions. How to install from GitHub source.
Install via npm
npm install -g nutlope-hallmarkInstall via npx
npx skills add nutlope/hallmarkManual Installation (Claude Code)
git clone https://github.com/Nutlope/hallmark.git
cd hallmark
mkdir -p ~/.claude/skills/hallmark
cp SKILL.md ~/.claude/skills/hallmark/
cp -r references/ ~/.claude/skills/hallmark/Manual Installation (Cursor)
git clone https://github.com/Nutlope/hallmark.git
cd hallmark
mkdir -p .cursor/rules/
cp SKILL.md .cursor/rules/hallmark.mdcManual Installation (Codex - Personal)
git clone https://github.com/Nutlope/hallmark.git
cd hallmark
mkdir -p ~/.codex/skills/hallmark/
cp SKILL.md ~/.codex/skills/hallmark/
cp -r references/ ~/.codex/skills/hallmark/Manual Installation (Codex - Project-scoped)
git clone https://github.com/Nutlope/hallmark.git
cd hallmark
mkdir -p .codex/skills/hallmark/
cp SKILL.md .codex/skills/hallmark/
cp -r references/ .codex/skills/hallmark/