From development-codebase-tools
Orchestrates code refactoring with multi-agent coordination, safety checks, design patterns, and git patches. Useful for reducing complexity, applying patterns, or restructuring.
npx claudepluginhub uniswap/ai-toolkit --plugin development-codebase-toolsThis skill is limited to using the following tools:
Orchestrate sophisticated refactoring through multi-agent coordination with safety checks.
Guides strict Test-Driven Development (TDD): write failing tests first for features, bugfixes, refactors before any production code. Enforces red-green-refactor cycle.
Guides systematic root cause investigation for bugs, test failures, unexpected behavior, performance issues, and build failures before proposing fixes.
Guides A/B test setup with mandatory gates for hypothesis validation, metrics definition, sample size calculation, and execution readiness checks.
Orchestrate sophisticated refactoring through multi-agent coordination with safety checks.
| Strategy | Risk | Use When |
|---|---|---|
| Safe (default) | Low | Production code, critical paths |
| Aggressive | Medium | Comprehensive restructuring with tests |
| Architectural | High | System-wide pattern application |
readability: Extract expressions, rename for clarityperformance: Algorithm improvements, cachingmaintainability: SOLID principles, reduce couplingtestability: Dependency injection, pure functionsall: Comprehensive improvementProvides: