What problem does it solve?
This skill helps users understand and implement a clear plugin structure for Claude Code, including manifest placement, component discovery, and consistent organization across commands, agents, skills, hooks, and MCP configurations.
Core Features & Use Cases
- Standardized layout: Provides a consistent blueprint for plugin directories (commands, agents, skills, hooks, and scripts).
- Manifest-driven integration: Explains how to configure .claude-plugin/plugin.json and optional paths for discovery.
- Guided organization: Offers best practices for naming, reasoning about component locations, and multi-layer structure to scale plugins.
- Use Case: You are building a new plugin; this skill guides you to arrange directories, place SKILL.md files, and enable automatic discovery.
Quick Start
To begin, create a plugin skeleton with a manifest at .claude-plugin/plugin.json and add a skills/PLUGIN_STRUCTURE/SKILL.md describing the skill.