{
  "description": "Build CLI tools that AI agents can operate reliably.",
  "install": {
    "claude_code": "git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git ~/.claude/skills/agent-native-cli",
    "codex": "git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git ~/.codex/skills/agent-native-cli",
    "cursor": "git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git ~/.cursor/skills/agent-native-cli",
    "factory": "git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git ~/.factory/skills/agent-native-cli",
    "kiro": "git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git ~/.kiro/skills/agent-native-cli",
    "opencode": "git clone --depth 1 https://github.com/brettdavies/agentnative-skill.git ~/.config/opencode/skills/agent-native-cli"
  },
  "license": "MIT",
  "name": "agent-native-cli",
  "principles_url": "https://anc.dev/p1",
  "schema_version": 1,
  "skill_page_html": "https://anc.dev/skill",
  "source": {
    "type": "git",
    "url": "https://github.com/brettdavies/agentnative-skill.git"
  },
  "type": "agent-skill",
  "uninstall": "rm -rf <install-dir>",
  "update": "cd <install-dir> && git pull --ff-only",
  "version": "0.2.0"
}
