hagi
Installation
SKILL.md
Hagi
Use this skill when the user asks to:
- run or verify the
hagiCLI - explain or execute
project,proposal,chat, orautotaskcommands - inspect CLI flags, environment variables, exit codes, or JSON automation behavior
- validate proposal-session flows against a backend API
- modify or debug the CLI implementation in
repos/cli
Core rules
- Prefer
npx @hagicode/cli ...for normal usage and package-level verification. - Use
hagi ...only when@hagicode/cliis already installed and onPATH. - Run repository-local install, build, and test commands with the working directory set to
repos/cli. - Never run
npm install,npm run, or other build commands at the monorepo root. - Prioritize API invocation guidance over codebase tours unless the user explicitly wants implementation work.