logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt
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/hallmark
or

Install via npx

npx @hexmos/ipm i Nutlope/hallmark

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via npm

npm install -g nutlope-hallmark

Install via npx

npx skills add nutlope/hallmark

Manual 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.mdc

Manual 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/