telexed ~ c / 97294131-9c7radar:80 · agent_toolLIVE
← back
NO.
#97294131
Topic
AGENTS & TOOLS
Source
GitHub Trending Weekly
Published
2026-05-27 02:23:46
Importance
★ 8/10 — radar 80
`Cursor` Official Plugin Spec and Marketplace Repo
FIG-9721:1

`Cursor` Official Plugin Spec and Marketplace Repo

Plugins now have a concrete manifest, skills, rules, and MCP layout. The useful part is not the list itself, but the repeatable packaging pattern for agent workflows.

[ KEY POINTS ]
  1. Each plugin is a standalone root directory with .cursor-plugin/plugin.json, making distribution and validation manifest-driven.
  2. The catalog covers memory updates, PR review canvases, docs canvases, SDK integrations, and parallel agent orchestration.
  3. create-plugin scaffolds and validates new plugins, lowering the setup cost for reusable internal workflows.
  4. orchestrate points to a planner-worker-verifier pattern for large tasks, useful when one agent session gets too wide.
Originalgithub.com/cursor/pluginsRead original →

// related