CLI For Agents

Designing CLIs that AI agents will invoke — non-interactive flags, layered --help with examples, stdin/pipeline composition, actionable errors, idempotency, dry-run, destructive-action safety, and predictable command structure. Use when designing, building, or reviewing a command-line tool that AI agents or automation will invoke. Trigger even if the user doesn't explicitly say "agent-friendly" — apply whenever they are writing `--help` text, adding a new subcommand, designing error messages, or reviewing a CLI's UX.

pproenca 1cd8f1e 50 files · 128.1 KB Updated

File contents

pproenca/dot-skills/tree/main/skills/.experimental/cli-for-agents commit 1cd8f1e09a

Frequently asked questions

npx skillmds add pproenca/cli-for-agents