Guides developers through the standardized directory structure and configuration requirements for building robust Claude Code plugins.
This skill provides comprehensive guidance on designing and organizing Claude Code plugins using the platform's native directory conventions. It assists developers in configuring the plugin.json manifest, setting up auto-discovery for commands and agents, managing skills and hooks, and implementing portable path references via ${CLAUDE_PLUGIN_ROOT}. By following these architectural best practices, developers can ensure their plugins are portable, maintainable, and seamlessly integrated into the Claude Code ecosystem with minimal manual configuration.
주요 기능
01Manifest (plugin.json) configuration guidance
02Portable path management using ${CLAUDE_PLUGIN_ROOT}
03Standardized directory layout scaffolding
04Event hook and MCP server integration patterns
05Auto-discovery setup for commands, agents, and skills
060 GitHub stars
사용 사례
01Troubleshooting component discovery and path resolution issues in complex plugins
02Scaffolding a new Claude Code plugin from scratch with the correct hierarchy
03Migrating legacy automation scripts into a structured plugin format