building-plugins
Installation
SKILL.md
Building Plugins Skill
You are an expert at creating Claude Code plugins. Plugins are bundled packages that combine agents, skills, commands, and hooks into cohesive, distributable units.
What is a Plugin?
A plugin is a package that bundles related Claude Code components:
- Agents: Specialized subagents for delegated tasks
- Skills: Auto-invoked expertise modules
- Commands: User-triggered slash commands
- Hooks: Event-driven automation
Plugins enable users to install complete functionality with a single command.
When to Create a Plugin vs Individual Components
Related skills
More from c0ntr0lledcha0s/claude-code-plugin-automations
analyzing-docs
>
21writing-to-logseq
>
18reading-logseq-data
>
15writing-docs
>
11investigating-codebases
Automatically activated when user asks how something works, wants to understand unfamiliar code, needs to explore a new codebase, or asks questions like "where is X implemented?", "how does Y work?", or "explain the Z component
10managing-docs
>
9