mirror of
https://github.com/cursor/plugins.git
synced 2026-09-14 20:00:00 +08:00
2b8ae2ee30
Also set author to Eric Zakariasson on cli-for-agent, cursor-team-kit, and continual-learning. Co-authored-by: Cursor <cursoragent@cursor.com>
30 lines
741 B
JSON
30 lines
741 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": "Eric Zakariasson"
|
|
},
|
|
"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/"
|
|
}
|