Standardizes the directory layout and configuration of Claude Code plugins for seamless discovery and portability.
This skill provides a comprehensive blueprint for building Claude Code plugins, ensuring they follow the standardized directory structure required for automatic component discovery. It guides developers through configuring the manifest, organizing commands, agents, and skills, and implementing portable pathing using the ${CLAUDE_PLUGIN_ROOT} variable. By following these architectural best practices, developers can create maintainable, portable, and production-ready plugins that integrate perfectly with the Claude Code ecosystem, whether they are building simple slash commands or complex multi-agent systems.
主要功能
01Naming convention enforcement for consistent plugin architecture
02Standardized directory scaffolding for commands, agents, and skills
03Portable path resolution using the ${CLAUDE_PLUGIN_ROOT} environment variable
04Manifest-driven metadata and custom component path configuration
05Automatic component discovery configuration via plugin.json manifest
0611 GitHub stars
使用场景
01Troubleshooting path resolution and component loading issues in existing plugins
02Migrating local scripts into a structured, auto-discoverable plugin format
03Scaffolding a new Claude Code plugin from scratch with the correct folder hierarchy