概要
This skill provides comprehensive guidance for developers building and maintaining Claude Code extensions. It streamlines the process of scaffolding plugin directories, configuring the required plugin.json manifest, and organizing complex components like slash commands, subagents, and hooks. By enforcing architectural best practices—such as using portable path references via ${CLAUDE_PLUGIN_ROOT} and adhering to auto-discovery conventions—it ensures that custom AI tools are robust, portable, and seamlessly integrated into the Claude Code ecosystem.