Files
Cursor Agent c5b04a5445 Make plugin descriptions client-agnostic
Drop 'Cursor' from plugin descriptions in the marketplace manifest and
per-plugin manifests so they read correctly in any agent client, and
resync the README table that mirrors them.

Co-authored-by: Alex Vandak Maloney  <maloney.a12@gmail.com>
2026-08-11 17:37:00 +00:00

32 lines
805 B
JSON

{
"name": "orchestrate",
"displayName": "Orchestrate",
"version": "1.1.0",
"description": "Fan a large task out across parallel 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/"
}