Files
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
..
2026-02-17 10:40:41 +01:00

Create plugin

Meta workflows for creating Cursor plugins that are marketplace-ready.

Installation

agent install create-plugin

Components

Skills

Skill Description
create-plugin-scaffold Scaffold a new plugin directory with manifest, components, and repository wiring
review-plugin-submission Run a pre-submission quality check against marketplace expectations

Rules

Rule Description
plugin-quality-gates Keep plugin manifests, component metadata, and paths valid and consistent

Agents

Agent Description
plugin-architect Design plugin structure and component mix based on a concrete use case

Commands

Command Description
create-plugin Build a new plugin scaffold with the right files and metadata

Typical flow

  1. Use /create-plugin with a plugin name, purpose, and target component types.
  2. Generate or update plugin.json, then add rules/skills/agents/commands as needed.
  3. Run review-plugin-submission before publishing or marketplace submission.

License

MIT