Agentnative CLI — Development skill for Claude Code
The agent-native CLI linter — check whether your CLI follows agent-readiness principles.
How to install Agentnative CLI
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open brettdavies/agentnative-cli and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Agentnative CLI does
The agent-native CLI linter — check whether your CLI follows agent-readiness principles.
Alternatives in Development
- Epic Validate — Validate epic readiness, dependencies, and coordination policy 243.5k ★
- OpenMythos — A theoretical reconstruction of the Claude Mythos architecture, built from first principles using the availabl 14.8k ★
- Claude Code Zh Cn — Claude Code CLI 简体中文本地化 / 汉化插件;支持 macOS、Linux、WSL、Windows 与新版 native,一行安装,更新后自动修复 721 ★
README
agentnative
[](https://anc.dev/score/anc) [](https://crates.io/crates/agentnative) [](#license)
The agent-native CLI linter. Audits whether your CLI follows the 8 agent-readiness principles.
`anc` dogfoods the spec it enforces. The badge above is its own live score.
Install
The crate is published as `agentnative`. The binary is called `anc`.
# Homebrew (installs anc)
brew install brettdavies/tap/agentnative
# From crates.io
cargo install agentnative
# Pre-built binary via cargo-binstall
cargo binstall agentnative
# Pre-built binaries from GitHub Releases
# https://github.com/brettdavies/agentnative-cli/releases
Install the skill
`anc` ships a companion skill bundle (`agentnative-skill`) that teaches AI coding agents how to operate the linter and where to apply the principles. Install it with one command per host:
anc skill install claude_code # ~/.claude/skills/agent-native-cli
anc skill install codex # ~/.codex/skills/agent-native-cli
anc skill install cursor # ~/.cursor/skills/agent-native-cli
anc skill install factory # ~/.factory/skills/agent-native-cli (Factory Droid)
anc skill install kiro # ~/.kiro/skills/agent-native-cli (Kiro)
anc skill install opencode # ~/.config/opencode/skills/agent-native-cli
Inspect the resolved command before running it:
anc skill install --dry-run claude_code
# git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git /home/you/.claude/skills/agent-native-cli
JSON output (modes `dry-run` and `install`, success and error) shares one envelope shape. Agents parse the same fields on every outcome:
anc skill install --dry-run claude_code --output json
If the site adds a host before this `anc` release knows abo
Related Skills
Tote
Tote — one window for all your LLMs. Web apps, native apps and CLI agents (Claude Code, Codex, Gemini, Kimi…)
Stitch Skills
A library of Agent Skills designed to work with the Stitch MCP server. Each skill follows the Agent Skills ope
Agentcompat
Which agent extension features actually work on which agent. A compatibility matrix for skills, hooks, MCP and
Check Production Ready
Production Readiness Check
Thumbgate Doctor
Health-check the ThumbGate wiring for this project — hooks, MCP server, and agent-readiness — and report what'
Docs Health Checks
Open ArchiPy app health-check guidance for HTTP and gRPC liveness, readiness, startup probes, and shutdown
Related Agents
Gitnexus Synthesis Critic
GitNexus final review synthesis critic. Use to check whether the final PR review is evidence-grounded, risk-pr
Ce CLI Agent Readiness Reviewer
Reviews CLI source code, plans, or specs for AI agent readiness using a severity-based rubric focused on wheth
Project Automation Auditor
Audits a project's automation and verification posture: test runner, formatter/linter PostToolUse hooks, PreTo