What problem does it solve?
This Skill provides in-depth knowledge about Claude Code plugin architecture, enabling users to create well-organized, maintainable plugins that integrate seamlessly with Claude Code.
Core Features & Use Cases
- Directory Structure Overview: Learn about the conventional directory layout for Claude Code plugins and automatic component discovery.
- Plugin Manifest Configuration: Understand how to define plugin metadata and configuration using
plugin.json.
- Component Organization: Discover patterns for organizing commands, agents, skills, and hooks within a plugin.
- File Naming Conventions: Follow best practices for naming components, scripts, and documentation files.
- Auto-Discovery Mechanism: Understand how Claude Code automatically discovers and loads components.
- Best Practices: Learn about plugin organization, naming, portability, and maintenance.
- Common Patterns: Explore patterns for minimal, full-featured, and skill-focused plugins.
- Troubleshooting: Get solutions for common issues like component loading failures, path resolution errors, and auto-discovery problems.
Quick Start
Use the plugin-structure skill to learn about plugin directory structure and organization.