Guides creation and organization of Claude Code plugin directory structure, including the plugin manifest (plugin.json), component directories (commands, agents, skills, hooks), MCP server configuration, auto-discovery mechanism, portable path references with ${CLAUDE_PLUGIN_ROOT}, and file naming conventions. Activates when the user asks to create a plugin, scaffold a plugin, organize plugin components, set up plugin.json, or needs guidance on plugin architecture.
$npx -y skills add jawhnycooke/claude-plugins --skill plugin-structureInstalls into the current project.
Run `npx skills use "https://github.com/jawhnycooke/claude-plugins" --skill "jawhnycooke/claude-plugins/plugin-structure"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/jawhnycooke/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/jawhnycooke/claude-plugins"` and select the relevant skills, then follow their instructions.