mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
26a1497493
Add marketplace plugin listing the cli-for-agents skill: non-interactive flags, layered help with examples, pipelines, actionable errors, idempotency, dry-run, and predictable command structure. Made-with: Cursor
12 lines
606 B
Markdown
12 lines
606 B
Markdown
# 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).
|