Commit Graph

10 Commits

Author SHA1 Message Date
Jason Ma 82d7c797fa Default new plugins to ~/.cursor/plugins/local/ for immediate availability
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-24 16:32:52 -08:00
eriknson f5a64a3d48 Update create-plugin avatar
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 23:08:13 +01:00
ericzakariasson b697d35c75 Update plugin install docs to use /add-plugin commands.
Replace legacy agent install snippets across plugin READMEs so docs reflect the current add-plugin workflow.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 13:06:54 -05:00
eriknson 2ea22ffa0b Expand plugin descriptions for better marketplace context
Adds a second sentence to each plugin description that summarizes
what the plugin actually provides, verified against skill, rule,
and agent content. First sentence preserved for truncated display.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 12:51:56 +01:00
eriknson d2354423ae Add avatar to create-plugin
Follow-up to #17 — adds the missing avatar for the create-plugin plugin.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-17 10:40:41 +01:00
ericzakariasson 837194def4 Remove redundant create-plugin command in favor of existing skill
The create-plugin-scaffold skill already covers the same workflow
with more detail. Remove the command file and commands reference
from the plugin manifest.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 14:17:21 -08:00
ericzakariasson 3fea6c1426 Rewrite plugin descriptions to be concise and less repetitive
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-11 08:53:21 -08:00
ericzakariasson 7067f9d340 Add displayName to all plugin manifests
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:24:16 -08:00
ericzakariasson 97128c02db Apply writing guide: sentence-case titles, remove em-dashes and semicolons
- Convert all H1 headings to sentence case across skills, rules, agents,
  commands, and READMEs (~65 headings)
- Replace em-dashes with colons in plugin.json descriptions and README
  taglines to match marketplace.json convention
- Replace semicolons with periods and restructure sentences across skills,
  rules, agents, and READMEs (~19 instances)

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 18:11:09 -08:00
ericzakariasson c697bde1e0 Add create-plugin meta plugin for plugin authoring.
Introduce a dedicated meta plugin with scaffold and submission-review workflows so teams can create marketplace-ready Cursor plugins with consistent structure and metadata. Register the plugin in marketplace metadata and the root plugin index.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-10 17:46:01 -08:00