Create Plugin Scaffold
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.
Run in terminal (recommended)
claude mcp add create-plugin-scaffold npx -- -y @trustedskills/create-plugin-scaffold
Or manually add to ~/.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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.