This scaffolds a complete Cursor plugin from scratch, dropping it straight into your local plugins directory so it's immediately available without an install step. It writes the manifest, creates component directories for rules, skills, agents, or whatever you need, and wires up marketplace entries if you're building a multi-plugin repo. The workflow is opinionated but sensible: kebab-case names, relative paths only, valid frontmatter for every component. It's straightforward time savings if you're spinning up plugins regularly or maintaining a marketplace repo, though if you're only building one plugin ever, you could just copy an example and be done with it.
npx -y skills add cursor/plugins --skill create-plugin-scaffold --agent claude-codeInstalls into .claude/skills of the current project.
You need to create a new Cursor plugin from scratch and make it ready for local use or marketplace submission.
rules, skills, agents, commands, hooks, mcpServers)single-plugin or multi-plugin marketplace)By default, create the plugin inside the user's local plugin directory:
~/.cursor/plugins/local/<plugin-name>/
This path makes the plugin immediately available to Cursor without any install step. If the user explicitly asks to create the plugin elsewhere (e.g. inside an existing repo or a specific directory), respect that choice instead.
~/.cursor/plugins/local/<plugin-name>/.cursor-plugin/plugin.jsonREADME.mdLICENSECHANGELOG.mdplugin.json:
nameversion, description, author, license, keywords.mdc with description, alwaysApply, optional globsskills/<skill-name>/SKILL.md with name, descriptionagents/*.md with name, descriptioncommands/*.(md|txt) with name, description.cursor-plugin/marketplace.json, add plugin entry:
namesourcedescription, keywords, category, tags)~/.cursor/plugins/local/<plugin-name>/ unless the user provides a different path.plugin.json~/.cursor/plugins/local/ and ready for usemindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar