Skip to content

ghchinoy/agent-aware-cli

v1.0.0Apache-2.0

Best practices and architectural guidelines for CLI tools optimized for both human users and AI coding agents.

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "agent-aware-cli",
  "version": "1.0.0",
  "description": "Best practices and architectural guidelines for CLI tools optimized for both human users and AI coding agents.",
  "author": {
    "name": "ghchinoy",
    "url": "https://github.com/ghchinoy"
  },
  "repository": "https://github.com/ghchinoy/agent-skills",
  "license": "Apache-2.0",
  "keywords": ["cli", "agent-aware", "cobra", "viper", "tui"]
}