Agent CLI

This skill should be used when building, creating, or modifying any CLI tool or command-line application in any language or framework. The convention is language-agnostic. Reference implementations for Go (Cobra), Python (Click), Rust (Clap), Node (Commander) included but the pattern applies to any CLI framework (argparse, Thor, Picocli, Commander, etc.). Provides the --agent-help convention: structured, token-minimal help output that LLM agents can parse efficiently. Use when adding help text, designing CLI command structure, creating a new command-line tool, adding subcommands, implementing --help, or making CLI tools usable by AI agents.

Zate 87f3375 7.0 KB Updated

File contents

Zate/cc-plugins/tree/main/plugins/agent-cli/skills/agent-cli commit 87f337540f

Frequently asked questions

npx skillmds add zate/agent-cli