ok
This commit is contained in:
11
plugins/cache/cursor-public/cli-for-agent/e46364b8be46000b7df0f260550cd712afbb8d36/README.md
vendored
Normal file
11
plugins/cache/cursor-public/cli-for-agent/e46364b8be46000b7df0f260550cd712afbb8d36/README.md
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
# CLI for Agents
|
||||
|
||||
Cursor plugin with a single skill that encodes patterns for **CLIs meant to be driven by coding agents**: non-interactive flags first, layered `--help` with examples, stdin and pipelines, fast actionable errors, idempotency, `--dry-run`, and predictable command structure.
|
||||
|
||||
## What it includes
|
||||
|
||||
- `cli-for-agents`: design and review guidance for agent-friendly command-line tools
|
||||
|
||||
## When to use it
|
||||
|
||||
Use when you are building or refactoring a CLI, writing subcommand help, or reviewing whether an existing tool will block agents (interactive prompts, missing examples, ambiguous errors).
|
||||
Reference in New Issue
Block a user