Agentnative — AI skill for Claude Code
The agent-native CLI standard — eight principles for CLI tools operated by AI agents.
How to install Agentnative
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open brettdavies/agentnative and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentnative does
The agent-native CLI standard — eight principles for CLI tools operated by AI agents.
Alternatives in AI
README
The Agent-Native CLI Standard
Eight principles for CLI tools operated by AI agents.
AI agents operate CLIs differently than humans do. They can't answer interactive prompts, can't parse vague output, and can't recover from errors that don't say what to do next. The principles below define what *agent-native* means in RFC 2119 language, with machine-readable `requirements[]` so an auditor (and graders) can pin against the standard.
**Early-stage spec.** Ideas, debate, and contributions are welcome: pressure-tests against any principle, real-CLI grading submissions, counter-examples that argue a tier sits wrong, or new principles that the genre is missing. The spec is published as `status: active` because the contracts are stable enough to cite, not because anything here is locked. See [`CONTRIBUTING.md`](CONTRIBUTING.md) for how to file each type.
The four artifacts
- Spec: this repo. Eight RFC 2119 principles plus machine-readable
requirements[]in YAML frontmatter. Currently v0.5.0; all principles ship asstatus: active. - Linter: `anc`. Scores any CLI repo against the spec. Pins against requirement IDs, not prose.
- Skill bundle: `agentnative-skill`. Agent-facing guide that
teaches agents how to invoke
ancand remediate findings against the spec; vendors the principles for offline use. - Leaderboard: anc.dev/scorecards. Top CLIs graded live; submit a PR to add yours.
Quick start
brew install brettdavies/tap/agentnative
anc audit .
Also installable via `cargo install agentnative` or platform-specific archives on [GitHub Releases](https://github.com/brettdavies/agentnative-cli/releases).
Run `anc audit . --output json` for machine-readable scorecards. Per-principle filtering via `anc audit . --principle <1-8>`. `anc emit schema` prints the scorecard JSON Schema (draft 2020-12) for
Related Skills
Design Skill AI
scrollcraft builds premium scroll-driven websites and holds them to a real design standard: eight mutually exc
Claude Code Principles Exercises
Seven Principles of Agent Problem Solving exercises for Chapter 6 of the AI Native Development book
Echook
🔊 echook — AI-operated audio notifications for Claude Code, Cursor IDE & Codex CLI — 26 hooks, voice + chime
Geminimcp
Gemini-MCP is an MCP server that encapsulates Google's Gemini CLI tool into a standard MCP protocol interface,
Byokey
Turn AI subscriptions into standard API endpoints. OpenAI & Anthropic compatible gateway — for Amp Code, Curso
Yotta Memory
File-based cross-agent memory standard for AI agents. Zero-dependency CLI (init/remember/recall/forget/archive
Related Agents
Wp Tailwind
CSS-to-Tailwind demo conversion — converts standard HTML/CSS demos into Tailwind-native HTML
Go CLI Builder
Implements CLI applications and commands in Go using cobra or standard library flags. Delegate CLI feature imp
GraphQL CLI
GraphQL CLI tools, graphql-config standard, codegen, ecosystem integration