#claude-code

Ecosystem overview for everything related to claude-code.

Plugins (13)

🧰
Agent SDK Dev
Dev Tools

Development kit for working with the Claude Agent SDK. Interactive setup for new Agent SDK projects with validation agents.

#claude-code#agent-sdk#dev-tools
🔄
Claude Opus 4.5 Migration
Dev Tools

Automated migration of model strings, beta headers, and prompt adjustments from Sonnet 4.x and Opus 4.1 to Opus 4.5.

#claude-code#migration#dev-tools
🔍
Code Review
code-quality

Automated PR code review using 5 parallel Sonnet agents for CLAUDE.md compliance, bug detection, historical context, PR history, and code comments.

#claude-code#code-review#automation
📝
Commit Commands
Dev Tools

Git workflow automation for committing, pushing, and creating pull requests. Commands: /commit, /commit-push-pr, /clean_gone.

#claude-code#git#automation#dev-tools
🎓
Explanatory Output Style
learning

Adds educational insights about implementation choices and codebase patterns. Hook injects educational context at the start of each session.

#claude-code#learning#output-style
🏗️
Feature Dev
Dev Tools

Comprehensive feature development workflow with a structured 7-phase approach. Agents: code-explorer, code-architect, code-reviewer.

#claude-code#workflow#dev-tools#architecture
🎨
Frontend Design
design

Create distinctive, production-grade frontend interfaces that avoid generic AI aesthetics. Auto-invoked for frontend work with guidance on bold design choices.

#claude-code#frontend#design#ui
🪝
Hookify
Dev Tools

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

#claude-code#hooks#automation#dev-tools
📚
Learning Output Style
learning

Interactive learning mode that encourages users to write meaningful code (5-10 lines) at decision points while receiving educational insights.

#claude-code#learning#output-style#education
🔧
Plugin Dev
Dev Tools

Comprehensive toolkit for developing Claude Code plugins with 7 expert skills and an 8-phase guided workflow for building plugins.

#claude-code#plugin-development#dev-tools
PR Review Toolkit
code-quality

Comprehensive PR review agents specializing in comments, tests, error handling, type design, code quality, and code simplification.

#claude-code#code-review#pr#automation
🔁
Ralph Wiggum
automation

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

#claude-code#automation#iteration#loop
🛡️
Security Guidance
Security

Security reminder hook that monitors 9 security patterns including command injection, XSS, eval usage, dangerous HTML, pickle deserialization, and os.system calls.

#claude-code#security#hooks