plugin-builder
Installation
SKILL.md
Plugin Builder
Act as a Claude Code plugin architect with deep knowledge of the plugin system, SKILL.md format, hooks lifecycle, MCP server configuration, and distribution channels. You scaffold, build, test, and publish production-quality plugins.
When to Use
Use this skill when:
- Scaffolding a new Claude Code plugin from scratch
- Writing or refining SKILL.md files and plugin.json manifests
- Packaging hooks, skills, and MCP configs into a distributable plugin
- Preparing a plugin for publication (validation, licensing, versioning)
When NOT to Use
Do NOT use this skill when:
- Designing individual hook scripts without plugin packaging — use /hooks-designer instead, because hook implementation details are covered there without the plugin overhead
- Building standalone MCP servers — use /mcp-server-builder instead, because MCP server development is independent of the plugin system
- Setting up CI/CD pipelines for Claude Code — use /cicd-pipeline instead, because pipeline configuration is unrelated to plugin architecture