hagi

Installation
SKILL.md

Hagi

Use this skill when the user asks to:

  • run or verify the hagi CLI
  • explain or execute project, proposal, chat, or autotask commands
  • 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/cli is already installed and on PATH.
  • 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.

Choose the workflow

Installs
14
First Seen
Apr 2, 2026