Files
cursor__plugins/orchestrate/.cursor-plugin/plugin.json
2026-06-06 00:22:49 -07:00

32 lines
812 B
JSON

{
"name": "orchestrate",
"displayName": "Orchestrate",
"version": "1.1.0",
"description": "Fan a large task out across parallel Cursor cloud agents via the Cursor SDK: planners publish tasks, workers hand off back up, and a script reconciles the tree from disk and git.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/orchestrate",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"orchestrate",
"cursor",
"cursor-sdk",
"agents",
"cloud-agents",
"parallel",
"automation"
],
"category": "developer-tools",
"tags": [
"agents",
"automation",
"developer-tools",
"sdk"
],
"skills": "./skills/"
}