Files
ericzakariasson 26a1497493 feat: add cli-for-agent plugin with agent-friendly CLI skill
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
2026-03-26 10:37:40 +01:00

31 lines
766 B
JSON

{
"name": "cli-for-agent",
"displayName": "CLI for Agents",
"version": "1.0.0",
"description": "Patterns for designing CLIs that coding agents can run reliably: non-interactive flags, layered help with examples, pipelines, actionable errors, idempotency, and dry-run.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/cli-for-agent",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"keywords": [
"cli",
"command-line",
"agents",
"automation",
"terminal",
"flags",
"help"
],
"category": "developer-tools",
"tags": [
"cli",
"agents",
"automation",
"developer-tools"
],
"skills": "./skills/"
}