Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By k-park
Code review plugins for quality, security, architecture, and documentation assessment
npx claudepluginhub k-park/cc-lib --plugin revuArchitecture review expert. Use proactively when evaluating system design, architectural patterns, module boundaries, dependencies, or structural decisions. Analyzes for scalability, maintainability, and adherence to SOLID principles.
Code review expert. Use proactively when code quality, style, best practices, or potential bugs need review. Analyzes code for issues, security vulnerabilities, performance concerns, and maintainability.
Commit message generation and review expert. Use proactively when creating commits, reviewing commit messages, or ensuring conventional commit format compliance.
Documentation review expert. Use proactively when evaluating code documentation, README files, API documentation, or technical writing quality. Analyzes for completeness, clarity, accuracy, and maintainability.
Security review expert. Use proactively when reviewing code for security vulnerabilities, authentication/authorization issues, data exposure, or compliance with OWASP Top 10 and security best practices.
Uses power tools
Uses Bash, Write, or Edit tools
Share bugs, ideas, or general feedback.
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.
使用多個專門代理進行自動化程式碼審查,配備基於置信度的評分系統以過濾誤報
Automated code review with severity levels and actionable feedback
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.
Reflective code review toolkit with structured analysis, blast radius analysis, domain expertise, and intelligent review orchestration
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
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
Documentation agents for generating docs, README files, and explaining code
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