What problem does it solve?
This Skill provides patterns for building Claude Code plugins, including commands, agents, hooks, MCP servers, and plugin marketplaces. Use when creating extensions for Claude Code or distributing plugins to teams.
Core Features & Use Cases
- Standardized Plugin Structure: Clear conventions for organizing commands, agents, hooks, MCP servers, and marketplaces.
- Reusable Patterns: Ready-to-copy templates and best practices for common plugin components.
- Marketplace Readiness: Guidance for publishing plugins to internal or public marketplaces.
- Use Case: When building a Claude Code plugin, use these patterns to scaffold the project and ensure consistency across teams.
Quick Start
Place the Claude Code plugin skeleton in your project root as .claude-plugin and follow the examples in the SKILL.md to implement commands, agents, and hooks. Then validate structure with the plugin tooling and publish to your marketplace if desired instead of copying all templates.