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
31 lines
766 B
JSON
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/"
|
|
}
|