Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
npx claudepluginhub k-park/cc-lib --plugin fixCode cleaning specialist. Use proactively when refactoring code for clarity, removing technical debt, eliminating code smells, or improving maintainability without changing functionality.
Debugging specialist. Use proactively when investigating bugs, errors, unexpected behavior, or when code doesn't work as intended. Provides systematic debugging approach.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
A curated plugin marketplace for Claude Code, providing specialized AI agents for development productivity.
cc-lib is a collection of production-ready plugins that extend Claude Code's capabilities. Each plugin contains specialized agents designed for specific development tasks - from code reviews and testing to documentation generation and autonomous development loops.
| Category | Plugins | Agents |
|---|---|---|
| Orchestration | orch | Task orchestration, parallel execution, context management |
| Testing | test | Test generation, execution, and failure resolution |
| Code Review | revu | Code, architecture, security, documentation, and commit reviews |
| Feature Dev | feat | Design, implementation planning, and scaffolding |
| Documentation | docu | API docs, README generation, code explanation |
| Debugging | fix | Code cleaning and systematic debugging |
| Autonomous | ralph | RALPH - iterative autonomous development loop |
/plugin marketplace add k-park/cc-lib
# Orchestration - complex task coordination
/plugin install orch@cc-lib
# Testing - complete test workflow
/plugin install test@cc-lib
# Code Review - multi-dimensional code analysis
/plugin install revu@cc-lib
# Feature Development - from design to implementation
/plugin install feat@cc-lib
# Documentation - generate docs automatically
/plugin install docu@cc-lib
# Debugging - clean and fix code
/plugin install fix@cc-lib
# RALPH - autonomous iterative development
/plugin install ralph@cc-lib
/plugin list # List installed plugins
/plugin info orch # Show plugin details
/plugin remove orch@cc-lib # Remove a plugin
Agent orchestration for complex multi-faceted tasks with parallel execution and context management.
| Agent | Description |
|---|---|
orch:task | Complex task delegation and multi-agent coordination |
orch:parallel | Break down tasks into parallel executable subtasks |
orch:context | Context management for multi-step workflows |
Complete testing workflow - generate tests, run them, and fix failures automatically.
| Agent | Description |
|---|---|
test:gen | Generate comprehensive tests (unit, integration, edge cases) |
test:run | Execute tests and analyze results with actionable feedback |
test:fix | Fix failing tests by analyzing root causes and implementing corrections |
Multi-dimensional code review covering quality, security, architecture, and documentation.
| Agent | Description |
|---|---|
revu:code | Code quality, style, potential bugs, performance, and maintainability |
revu:arch | Architecture review for design patterns and SOLID principles |
revu:sec | Security vulnerabilities and OWASP Top 10 compliance |
revu:doc | Documentation completeness, clarity, and accuracy |
revu:commit | Commit message quality and conventional compliance |
Feature development agents covering design, implementation, and scaffolding.
| Agent | Description |
|---|---|
feat:design | Feature planning, requirements analysis, and API design |
feat:impl | Implementation planning with code structure and integration points |
feat:scaffold | Project scaffolding with file structure and boilerplate |
Documentation generation for APIs, READMEs, and code explanations.
| Agent | Description |
|---|---|
docu:gen | Generate API documentation from code |
docu:readme | Create comprehensive project README files |
docu:explain | Explain code logic and architecture |
Code cleaning and systematic debugging agents.
| Agent | Description |
|---|---|
fix:clean | Refactor code, remove technical debt, improve maintainability |
fix:debug | Systematic debugging with root cause analysis |
RALPH (Recursively Adaptive Loop for Progressive Habitability) - autonomous iterative development.
| Command | Description |
|---|---|
ralph:go | Start autonomous iterative development loop |
ralph:stop | Stop the RALPH loop gracefully with completion summary |
# Delegate complex feature to orchestrator
"Build a user authentication system with OAuth2, login UI, and backend APIs"
# Claude automatically delegates to specialized sub-agents in parallel
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Implementation workflow skills: feature, fix, refactor, plan, debug
Personal Claude Code + Codex dev stack: security hooks, AI-first code conventions, /security-review, /repo-map, /stack-check, portable statusline. Designed to complement other skills-based plugins, not replace them.
Automated code review with severity levels and actionable feedback
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Autonomous iterative development loop - RALPH (Recursively Adaptive Loop for Progressive Habitability) based on Geoff Huntley's Ralph Wiggum Loop methodology. Includes context management, test integration, and engineering safeguards.
Development productivity toolkit with plugins to accelerate Claude Code workflows and streamline common development tasks.
Test generation, execution, and failure resolution with complete test-fix loop support
Feature development agents for design, implementation planning, and scaffolding
Code review plugins for quality, security, architecture, and documentation assessment
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.