agent/skills/create-plugin-scaffold/SKILL.md
Create a new Cursor plugin scaffold with a valid manifest, component directories, and marketplace wiring. Use when starting a new plugin or adding a plugin to a multi-plugin repository.
npx skillsauth add pleaseai/claude-code-plugins agent/skills/create-plugin-scaffoldInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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 usetools
Creates durable, resumable workflows using Vercel's Workflow SDK. Use when building workflows that need to survive restarts, pause for external events, retry on failure, or coordinate multi-step operations over time. Triggers on mentions of "workflow", "durable functions", "resumable", "workflow sdk", "queue", "event", "push", "subscribe", or step-based orchestration.
tools
Install and configure Vercel Workflow SDK before it exists in node_modules. Use when the user asks to "install workflow", "set up workflow", "add durable workflows", "configure workflow sdk", or "init workflow" for Next.js, Express, Hono, Fastify, NestJS, Nitro, Nuxt, Astro, SvelteKit, or Vite.
tools
Migrates Temporal, Inngest, Trigger.dev, and AWS Step Functions workflows to the Workflow SDK. Use when porting Activities, Workers, Signals, step.run(), step.waitForEvent(), Trigger.dev tasks / wait.forToken / triggerAndWait, ASL JSON state machines, Task/Choice/Wait/Parallel states, task tokens, or child workflows.
tools
Use when building UIs leveraging the WordPress Design System (WPDS) and its components, tokens, patterns, etc.