Standardizes the creation and organization of Claude Code plugins using best practices for directory layouts, manifests, and component discovery.
This skill provides a comprehensive framework for developing Claude Code plugins, ensuring seamless integration and high maintainability. It guides developers through the mandatory directory hierarchy, including the .claude-plugin/ manifest and specialized folders for commands, agents, skills, and hooks. By implementing portable path references via ${CLAUDE_PLUGIN_ROOT} and adhering to naming conventions, developers can build robust, portable extensions that Claude can automatically discover and utilize to enhance its core capabilities.
Características Principales
01Automated directory structure scaffolding
02Manifest (plugin.json) configuration guidance
03Component organization for commands, agents, and skills
04Auto-discovery mechanism optimization
05Portable path management using ${CLAUDE_PLUGIN_ROOT}
060 GitHub stars
Casos de Uso
01Scaffolding a new Claude Code plugin from scratch with the correct file hierarchy
02Refactoring existing scripts into a standardized Claude Code plugin format
03Configuring complex event hooks and MCP servers within the plugin manifest