Files
Eric Zakariasson 2b8ae2ee30 feat(grok-voice): add Grok Voice plugin (add-voice, add-dictation, add-read-aloud, debug-voice) (#337)
Also set author to Eric Zakariasson on cli-for-agent, cursor-team-kit, and continual-learning.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-09-08 07:59:49 -07:00

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/"
}