plugin-development
Central authority for Claude Code plugins. Covers plugin creation, plugin structure (plugin.json, commands/, agents/, skills/, hooks/), plugin manifest configuration, plugin installation and management (/plugin command), plugin marketplaces (marketplace.json, adding marketplaces), team plugin workflows, plugin development and testing, plugin debugging, plugin sharing and distribution, MCP servers in plugins, and plugin settings. Assists with creating plugins, installing from marketplaces, configuring team plugins, and troubleshooting plugin issues. Delegates 100% to docs-management skill for official documentation.
What this skill does
# Plugins Meta Skill ## ๐จ MANDATORY: Invoke docs-management First > **STOP - Before providing ANY response about Claude Code plugins:** > > 1. **INVOKE** `docs-management` skill > 2. **QUERY** for the user's specific topic > 3. **BASE** all responses EXCLUSIVELY on official documentation loaded > > **Skipping this step results in outdated or incorrect information.** ### Verification Checkpoint Before responding, verify: - [ ] Did I invoke docs-management skill? - [ ] Did official documentation load? - [ ] Is my response based EXCLUSIVELY on official docs? If ANY checkbox is unchecked, STOP and invoke docs-management first. --- ## Overview Central authority for Claude Code plugins. This skill uses **100% delegation to docs-management** - it contains NO duplicated official documentation. **Architecture:** Pure delegation with keyword registry. All official documentation is accessed via docs-management skill queries. ## When to Use This Skill **Keywords:** plugins, plugin creation, plugin structure, plugin.json, plugin manifest, plugin commands, plugin agents, plugin skills, plugin hooks, plugin marketplaces, marketplace.json, /plugin command, plugin install, plugin uninstall, plugin enable, plugin disable, plugin browse, team plugins, plugin development, plugin testing, plugin debugging, plugin sharing, plugin distribution, MCP servers plugins, plugin settings, enabledPlugins, extraKnownMarketplaces, plugin hook configuration, disable plugin hook, CLAUDE_HOOK_ENABLED, hook environment variables, configurable hooks, hook enforcement mode **Use this skill when:** - Creating new plugins - Understanding plugin structure and components - Writing plugin manifest (plugin.json) - Adding commands, agents, skills, hooks to plugins - Installing plugins from marketplaces - Managing plugin marketplaces - Setting up team plugin workflows - Testing plugins locally - Debugging plugin issues - Sharing and distributing plugins - Configuring MCP servers in plugins - Managing plugin settings - **Registering plugins in marketplace.json** (CRITICAL for distribution) - **Configuring plugin hooks for consumers to enable/disable** - **Making plugin hooks configurable via environment variables** ## Keyword Registry for docs-management Queries Use these keywords when querying docs-management skill for official documentation: ### Plugin Fundamentals | Topic | Keywords | | --- | --- | | Overview | "plugins", "plugin system", "extend Claude Code" | | Quickstart | "plugin quickstart", "first plugin", "create plugin" | | Structure | "plugin structure", "plugin directory structure" | | Manifest | "plugin.json", "plugin manifest", "plugin metadata" | ### Plugin Components | Topic | Keywords | | --- | --- | | Commands | "plugin commands", "commands directory plugins" | | Agents | "plugin agents", "agents directory plugins" | | Skills | "plugin skills", "skills directory plugins" | | Hooks | "plugin hooks", "hooks.json plugins" | | MCP Servers | "MCP servers plugins", ".mcp.json plugins" | ### Plugin Installation | Topic | Keywords | | --- | --- | | Install Commands | "/plugin command", "plugin install", "plugin management" | | Enable/Disable | "plugin enable", "plugin disable", "plugin uninstall" | | Interactive Menu | "plugin browse", "/plugin interactive" | | Verification | "verify plugin installation", "plugin /help" | ### Plugin Marketplaces | Topic | Keywords | | --- | --- | | Overview | "plugin marketplaces", "marketplace catalogs" | | Adding Marketplaces | "marketplace add", "add marketplaces" | | Marketplace Manifest | "marketplace.json", "marketplace manifest" | | Marketplace Sources | "plugin sources", "marketplace sources" | | Schema Fields | "metadata.pluginRoot", "strict field marketplace", "plugin entry schema" | | Reserved Names | "reserved marketplace name", "marketplace name validation" | ### Team Configuration | Topic | Keywords | | --- | --- | | Team Plugins | "team plugin workflows", "repository-level plugins" | | Auto Installation | "automatic plugin installation", "team plugins setup" | | Configuration | "team marketplaces configuration", ".claude/settings.json plugins" | ### Plugin Development | Topic | Keywords | | --- | --- | | Development Workflow | "plugin development", "develop plugins" | | Local Testing | "test plugins locally", "local marketplace" | | Iteration | "plugin iteration", "reinstall plugin" | | Organization | "organize complex plugins", "plugin organization" | | Environment Variables | "CLAUDE_PLUGIN_ROOT", "plugin environment variables" | ### Debugging and Troubleshooting | Topic | Keywords | | --- | --- | | Debugging | "debug plugin issues", "plugin debugging" | | Debug Mode | "claude --debug", "plugin loading debug" | | Validation | "plugin validation", "claude plugin validate" | | Common Issues | "plugin not working", "plugin troubleshooting" | ### Distribution | Topic | Keywords | | --- | --- | | Sharing | "share plugins", "plugin distribution" | | Documentation | "plugin documentation", "plugin README" | | Versioning | "plugin versioning", "semantic versioning plugins" | | Marketplace Registration | "marketplace.json", "register plugin", "plugin entry", "marketplace plugins array" | ### Settings and Configuration | Topic | Keywords | | --- | --- | | Plugin Settings | "plugin settings", "enabledPlugins" | | Marketplace Settings | "extraKnownMarketplaces", "marketplace configuration" | ### Plugin Hook Configuration | Topic | Keywords | | --- | --- | | Hook Basics | "plugin hooks", "hooks.json plugins" | | Auto-Discovery | "hooks auto-discovery", "default hooks location", "hooks.json default" | | Manifest Format | "hooks field format", "hooks path", "hooks.json path" | | Consumer Control | "disable plugin hook", "hook environment variables" | | Enforcement Modes | "hook enforcement mode", "CLAUDE_HOOK_ENFORCEMENT" | | Disable Hooks | "CLAUDE_HOOK_ENABLED", "disable specific hook" | **Note:** Plugin hook configuration uses environment variables (not YAML configs like local hooks). See [Plugin Hook Utilities Reference](references/plugin-hook-utilities.md) for implementation patterns and [Consumer Configuration Reference](references/plugin-hook-consumer-config.md) for end-user guidance. ### Component Discovery & Validation | Topic | Keywords | | --- | --- | | Auto-Discovery | "plugin auto-discovery", "default locations", "component discovery" | | Default Paths | "plugin default paths", "default directory", "path behavior" | | Optional Fields | "plugin optional fields", "required vs optional", "manifest optional" | | Path Formats | "component path fields", "path format", "hooks path format" | | Field Validation | "plugin field validation", "manifest validation", "field format" | ### Reference | Topic | Keywords | | --- | --- | | Technical Reference | "plugins reference", "plugin specifications" | | Component Reference | "plugin components reference", "plugin schemas" | | Manifest Path Fields | "component path fields", "custom plugin paths", "path behavior rules" | ## Quick Decision Tree **What do you want to do?** 1. **Create a new plugin** -> Query docs-management: "plugin quickstart", "create plugin" 2. **Understand plugin structure** -> Query docs-management: "plugin structure", "plugin directory structure" 3. **Write plugin manifest** -> Query docs-management: "plugin.json", "plugin manifest" 4. **Add commands to plugin** -> Query docs-management: "plugin commands", "commands directory plugins" 5. **Add agents to plugin** -> Query docs-management: "plugin agents", "agents directory plugins" 6. **Add skills to plugin** -> Query docs-management: "plugin skills", "skills directory plugins" 7. **Add hooks to plugin** -> Query docs-management: "plugin hooks", "hooks.json plugins" 8. **Install a plugin** -> Query docs-management: "/plugin command", "plugin install" 9. **Add a marketplace** -> Query docs-management: "marketplace add", "plugin marketplaces" 10. **Set up team plugins** -> Query docs-manag
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts โ single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score โฅ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.