Проектирование CLI для агентных пайплайнов
★ 7.1 · general
cli-for-agent is a Claude Code skill that designs or reviews CLIs to run reliably in automated pipelines and agentic workflows. It covers non-interactive flags over prompts, layered --help with real invocation examples, stdin and pipeline support, fast actionable errors that include a correct example call, idempotency for safe retries, --dry-run and --force flags, and a consistent resource + verb command structure. On success, the CLI should return machine-useful output: IDs, URLs, and durations rather than decorative text. Use this skill when building a new CLI, adding subcommands, writing --help text, or auditing an existing tool for automation-friendliness.