create-plugin-scaffold

Scaffold Cursor plugins with a valid manifest and starter directories.

2.6k|204|Updated Jan 23, 2026
One-click install
npx skills add https://github.com/cursor/plugins --skill create-plugin-scaffold
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: create-plugin-scaffold
Source: https://github.com/cursor/plugins/tree/main/create-plugin/skills/create-plugin-scaffold
Command: npx skills add https://github.com/cursor/plugins --skill create-plugin-scaffold

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automatically scaffolds a complete Cursor plugin skeleton, including a valid manifest, basic directories, and marketplace wiring, so developers can start coding instantly.

Core Features & Use Cases

  • Generates a ready-to-use plugin layout with .cursor-plugin/plugin.json, README, LICENSE, and optional CHANGELOG.
  • Creates component placeholders (rules, skills, agents, commands, etc.) based on chosen scope, enabling immediate local development or marketplace submission.
  • Useful for onboarding new plugins into a multi-plugin repository or starting from a clean slate for single-plugin setups.

Quick Start

Create a new Cursor plugin scaffold in your local workspace with a valid manifest and core component folders.

Frequently Asked Questions about create-plugin-scaffold

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I scaffold a Cursor plugin with a valid manifest?▼

The scaffolding process automates creation of the .cursor-plugin/plugin.json file, README, LICENSE, and component placeholders based on your chosen scope for immediate local development.

What do I need to set up before creating a Cursor plugin starter kit?▼

The scaffolding handles directory layout, required manifest fields, and relative paths, ensuring your environment meets validation rules without prior configuration.

Can I use this scaffold for a multi-plugin repository setup?▼

It generates component placeholders for rules, skills, agents, and commands, making it useful for onboarding new plugins into a shared repository.

How does the scaffolding process handle marketplace wiring?▼

It generates the necessary marketplace wiring configuration, allowing you to transition from local development to marketplace submission seamlessly.

What is the best way to generate component placeholders for Cursor plugins?▼

This approach guarantees that all required manifest fields and component structures are satisfied, reducing manual setup errors.