Provides standardized scaffolding and structural guidance for building robust Claude Code plugins and skills.
This skill serves as a comprehensive architectural blueprint for developers building Claude Code extensions. It streamlines the development process by providing standardized directory layouts, manifest configuration patterns, and best practices for component organization. By covering essential concepts like automatic discovery, portable path references using ${CLAUDE_PLUGIN_ROOT}, and the implementation of commands, agents, and hooks, this skill ensures that developers can create maintainable, portable, and production-ready plugins that integrate seamlessly with the Claude Code ecosystem.
主な機能
01Comprehensive manifest configuration for .claude-plugin/plugin.json
02Portable path reference implementation using environment variables
03Standardized naming conventions for multi-platform compatibility
0417 GitHub stars
05Automated component discovery patterns for commands, agents, and skills
06Standardized directory layout scaffolding for rapid plugin development
ユースケース
01Scaffolding a new Claude Code plugin with correct directory structures
02Optimizing existing plugins for automatic component discovery
03Implementing portable hooks and MCP server definitions