← Back to Research Hub

🔌 Claude Code Plugins

Official plugin system documentation and examples (40MB research dump)
13
Plugins
20
Commands
16
Agents
11
Skills
98
Documentation Files

Key Insights

🛠️ Development Tools

plugin-dev
1 command 3 agents 7 skills

Comprehensive toolkit for developing Claude Code plugins with 7 expert skills and AI-assisted creation.

  • /plugin-dev:create-plugin 8-phase guided workflow
  • Skills: Hook development, MCP integration, agent development, plugin settings, structure, skill dev, command dev
  • Agents: agent-creator, plugin-validator, skill-reviewer
agent-sdk-dev
1 command 2 agents

Development kit for working with the Claude Agent SDK. Interactive setup and validation tools.

  • /new-sdk-app Interactive setup for new Agent SDK projects
  • Agents: agent-sdk-verifier-py, agent-sdk-verifier-ts
hookify
4 commands 1 agent 1 skill

Easily create custom hooks to prevent unwanted behaviors by analyzing conversation patterns or explicit instructions.

  • Commands: /hookify, /hookify:list, /hookify:configure, /hookify:help
  • Agent: conversation-analyzer
  • Skill: writing-rules (hookify rule syntax)

📝 Code Review & Quality

pr-review-toolkit
1 command 6 agents

Comprehensive PR review with specialized agents for comments, tests, error handling, type design, code quality, and simplification.

  • /pr-review-toolkit:review-pr Multi-aspect review
  • Agents: comment-analyzer, pr-test-analyzer, silent-failure-hunter, type-design-analyzer, code-reviewer, code-simplifier
code-review
1 command 5 parallel agents

Automated PR code review using multiple specialized agents with confidence-based scoring to filter false positives.

  • /code-review Automated PR review workflow
  • Agents: CLAUDE.md compliance, bug detection, historical context, PR history, code comments
security-guidance
PreToolUse hook

Security reminder hook that warns about potential security issues when editing files.

  • Monitors: Command injection, XSS, eval usage, dangerous HTML, pickle deserialization, os.system calls

⚡ Workflow Automation

feature-dev
1 command 3 agents

Comprehensive feature development workflow with a structured 7-phase approach.

  • /feature-dev Guided feature development workflow
  • Agents: code-explorer (analysis), code-architect (design), code-reviewer (quality)
commit-commands
3 commands

Git workflow automation for committing, pushing, and creating pull requests.

  • /commit Smart git commit
  • /commit-push-pr Commit, push, and create PR
  • /clean_gone Clean up gone branches
ralph-wiggum
3 commands Stop hook

Interactive self-referential AI loops for iterative development. Claude works on the same task repeatedly until completion.

  • /ralph-loop Start autonomous iteration
  • /cancel-ralph Stop iteration loop
  • Hook: Intercepts exit attempts to continue
claude-opus-4-5-migration
1 skill

Migrate code and prompts from Sonnet 4.x and Opus 4.1 to Opus 4.5.

  • Skill: Automated migration of model strings, beta headers, and prompt adjustments

🎨 UI/UX & Output Styles

frontend-design
1 skill

Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics.

  • Auto-invoked for frontend work
  • Guidance: Bold design choices, typography, animations, visual details
explanatory-output-style
SessionStart hook

Adds educational insights about implementation choices and codebase patterns (mimics the deprecated Explanatory output style).

  • Hook: Injects educational context at session start
learning-output-style
SessionStart hook

Interactive learning mode that requests meaningful code contributions at decision points (mimics the unshipped Learning output style).

  • Encourages: Users to write 5-10 lines at decision points
  • Provides: Educational insights throughout