What problem does it solve?
Creating and maintaining Claude Code plugins is error-prone because users must follow a specific directory layout, manifest rules, and progressive-disclosure conventions to ensure skills and components are discovered and work reliably.
Core Features & Use Cases
- Plugin architecture guidance: Helps you organize skills, agents, hooks, and optional MCP server configuration into the expected plugin layout.
- Correct manifest setup: Explains how to place and format
.claude-plugin/plugin.json (including recommended metadata and semantic versioning).
- Skill authoring standards: Provides best practices for
SKILL.md frontmatter and instructions so the skill triggers correctly and loads efficiently.
- Resource organization patterns: Shows how to move detailed content into
references/ while keeping SKILL.md lean for faster activation.
- Validation and distribution workflow: Covers local validation, testing with
--plugin-dir, and publishing/distribution considerations for marketplaces and GitHub.
Quick Start
Use this skill when you need to scaffold a new plugin and want Claude Code to auto-discover your skills by following the correct directory layout and .claude-plugin/plugin.json manifest format.