Source for the agent-native CLI standard website. Presents the 7 principles for building CLI tools that AI agents can operate as first-class users.
Static HTML + CSS. No build step. Open index.html in a browser.
After cloning, point git at the repo's hook directory once:
git config core.hooksPath scripts/hooksThis enables scripts/hooks/pre-push, which runs bun run lint, bun run build, bun test, and wrangler deploy --dry-run before every push — the same gates CI enforces. Bypass intentionally with git push --no-verify if you
really need to (rare; the hook exists to catch what we've lost time to before).
Cloudflare Workers. Pushes to main deploy automatically.
- agentnative-cli — the CLI linter that checks compliance with this standard
- agentnative-skill — the agent-native-cli skill bundle (SKILL.md + checklists + scripts) installed via anc.dev/skill