Create Plugin Scaffold

🌐Community
by cursor · vlatest · Repository

Official cursor skill covering creation, scaffolding for agent workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-plugin-scaffold npx -- -y @trustedskills/create-plugin-scaffold
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-plugin-scaffold": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-plugin-scaffold"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

The create-plugin-scaffold skill provides a starting point for developing new plugins. It generates a basic project structure with essential files, streamlining the initial setup process. This includes configuration and boilerplate code to accelerate plugin development. The generated scaffold allows developers to focus on implementing plugin functionality rather than creating infrastructure from scratch.

When to use it

  • You're building a custom plugin for an application or platform that requires a specific project structure.
  • You want to quickly prototype a new plugin idea without spending time setting up the initial files and configuration.
  • You’re onboarding new developers to your team and need a consistent way to initialize new plugin projects.
  • You're creating a reusable plugin template for future development efforts.

Key capabilities

  • Generates a basic project structure for plugins.
  • Includes essential configuration files.
  • Provides boilerplate code to accelerate development.

Example prompts

  • "Create a plugin scaffold named 'my-new-plugin'."
  • "Generate a new plugin project with the name 'data-transformer'."
  • “Initialize a plugin called ‘image-resizer’ using the create-plugin-scaffold.”

Tips & gotchas

The generated scaffold may require adjustments based on specific platform or application requirements. Review and customize the configuration files to align with your project's needs.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
cursor
Installs
5

🌐 Community

Passed automated security scans.