Plugins
2 pluginsResults for “refactoring”
163 skillsSrp
Refactors a class toward the Single Responsibility Principle by identifying responsibilities, grouping cohesive behavior, and extracting focused classes.
7
Springboot Tdd
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
0
Ivx Cf Refactoring
Safely refactor code to improve structure without changing behavior. Use when cleaning up code, extracting components, or modernizing patterns.
0 · bundle
Dignified Typescript
Use when implementing or reviewing substantial TypeScript, designing public APIs, modeling domain state, validating runtime data, or refactoring project-scale TypeScript code.
1
Code Polish
Rewrites unprofessional code comments into clear ones and performs non-semantic cleanup without altering logic or behavior.
42.4k
Springboot Tdd
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
0
Springboot Tdd
Test-driven development for Spring Boot using JUnit 5, Mockito, MockMvc, Testcontainers, and JaCoCo. Use when adding features, fixing bugs, or refactoring.
1
Tw Review Fold
Classifies code review findings to choose the smallest correct response, preventing one-patch-per-comment churn.
7
Tighten Typescript Types
Use when tightening annotations in existing TypeScript, removing avoidable any or assertions, improving changed-file types, or reducing compiler errors without broad refactoring.
1
Look Before Edit
Forces investigation of file dependencies before editing code to prevent cascade failures.
28
Code Simplification
Simplify code by reducing complexity while preserving exact behavior, making it easier to read, understand, modify, and debug.
69.5k
Receiving Code Review
Provides a structured protocol for receiving and evaluating code review feedback, emphasizing technical verification over performative agreement.
247k
Moyu
Keeps AI coding agents tightly scoped by enforcing minimal changes, simplest solutions, and asking before expanding scope.
2
Golang Patterns
Provides idiomatic Go patterns, best practices, and conventions for writing, reviewing, and refactoring Go code.
0
Dry
Refactors duplicated code by extracting helper methods, shared abstractions, or reusable structures, with automated testing and commits after each extraction.
7
Methods
Refactors long methods or large code blocks by extracting small, focused helper methods with clear names and narrow responsibilities.
7
Clean Code
Write readable, maintainable code through disciplined naming, small functions, and clean error handling.
1.6k · bundle
Simplification Cascades
Find a single insight that eliminates multiple components by recognizing when seemingly different systems share a common underlying pattern.
19
Names
Refactors code by renaming variables, methods, classes, and types to improve clarity and intent, with automatic testing and commits after each rename.
7
Kaizen
Guides incremental code improvements, error-proofing through types and validation, and standardization for higher quality software.
0 · bundle
Refactor Cleaner
Resolves legacy references to the refactor-cleaner capability by routing to the current runtime equivalent, such as an agent or modern skill.
20
Update Implementation Plan
Update an existing implementation plan file with new or updated requirements for features, refactoring, package upgrades, design, architecture, or infrastructure.
36.2k
Simplify Code
Runs three parallel reviewer agents over recent code changes, aggregates their findings, and applies the fixes worth applying.
2
Source Driven Development
Grounds every implementation decision in official documentation, ensuring authoritative, source-cited code free from outdated patterns.
69.5k
Super Code
Enforces dense, correct, and idiomatic code on all coding tasks, minimizing code bloat and agent operation overhead.
42.4k
Refactor Plan
Creates a concrete, multi-phase plan before starting a multi-file refactor, including affected files, dependencies, verification steps, and rollback procedures.
36.2k
Comment Code Generate A Tutorial
Refactors a Python script into a beginner-friendly project with clear comments and a complete markdown tutorial.
36.2k
Swiftui View Refactor
Refactor SwiftUI views toward small, explicit, stable view types with MV data flow, dedicated subviews, and correct Observation usage.
3.8k · bundle
Orchestrate Batch Refactor
Plan and execute large refactor or rewrite efforts efficiently with parallel multi-agent analysis and implementation.
3.8k · bundle
Codebase Migrate
Coordinate large-scale codebase migrations and multi-file refactors across hundreds of files using batched PRs and CI verification.
66.9k
Logic Diff
Compares two code versions for semantic equivalence by tracing both side-by-side, identifying divergences, and producing a structured verdict.
42.4k · bundle
Tdd
Guides test-driven development with a red-green-refactor loop, emphasizing behavior-focused tests and vertical slicing over horizontal test writing.
0 · bundle
Clean Code
Improves code readability and maintainability by applying SOLID principles, meaningful naming, small functions, proper error handling, and DRY practices.
1
Effective Go
Apply Go best practices, idioms, and conventions from golang.org/doc/effective_go. Use when writing, reviewing, or refactoring Go code to ensure idiomatic, clean, and efficient implementations.
1
Clean Code
Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functio...
6
Refactor Method Complexity Reduce
Reduces cognitive complexity of a specified method by extracting logic into focused helper methods, improving readability and maintainability.
36.2k