Basics of authoring a Claude Code plugin — the plugin.json manifest, the .claude-plugin/ directory layout, the component types (skills, agents, commands, hooks, MCP), and the validate/install workflow. Use when creating a new Claude Code plugin or wiring one into a marketplace.
$npx -y skills add glitchwerks/claude-plugins --skill claude-plugin-authoringInstalls into the current project.
Run `npx skills use "https://github.com/glitchwerks/claude-plugins" --skill "glitchwerks/claude-plugins/claude-plugin-authoring"` 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/glitchwerks/claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/glitchwerks/claude-plugins"` and select the relevant skills, then follow their instructions.