AI Agents Marketplace
Showing 24 of 24 results
Refactoring
Deep refactoring workflowโcharacterization tests, incremental steps, behavior preservation, design direction, and verification. Use when improving structure...
Code Refactoring
Code refactoring patterns and techniques for improving code quality without changing behavior. Use for cleaning up legacy code, reducing complexity, or impro...
Method Decomposition Refactoring
Decompose long, tangled methods into clean, composable units using the 9 composing-method refactorings from Fowler's catalog. Use when: a method has grown to...
Data Organization Refactoring
Apply the correct data organization refactoring when code smells in data structure design are diagnosed โ Primitive Obsession, Data Clumps, Data Class, or ra...
Big Refactoring Planner
Plan and execute architectural-scale refactoring campaigns that take weeks to months โ the four named patterns for large-scale structural restructuring from...
Refactoring Readiness Assessment
Assess whether a codebase situation warrants refactoring and determine the right approach before any structural changes begin. Use this skill when a develope...
Type Code Refactoring Selector
Select and execute the correct refactoring path for type codes โ enumerations, integer constants, or string tags that flag object variants (e.g., ENGINEER/SA...
Build Refactoring Test Suite
Build a sufficient automated test suite before refactoring existing code by applying a 6-step sequential construction workflow (test class โ fixture โ normal...
OpenClaw Refactoring
Automated refactoring assistant. Performs safe code transformations including rename, extract method, inline variable, and move code. Provides refactoring su...
Scratch Refactoring For Code Understanding
Guide a developer through throwaway refactoring โ restructure code freely without tests to understand it, then DISCARD. Use whenever a developer says 'I don'...
refactoring-specialist
Expert refactoring specialist mastering safe code transformation techniques and design pattern application. Specializes in improving code structure, reducing...
OpenClaw Refactoring
Automated refactoring assistant. Performs safe code transformations including rename, extract method, inline variable, and move code. Provides refactoring su...
Refactor Safely
Plans and executes safe refactors with small steps, tests, and rollback strategy. Use when ้ๆ, ๆๆฏๅบ, ๅฎๅ จ้ๆ, refactoring, or improving code structure without br...
Code Generator
Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides.
Clean Code
Pragmatic coding standards for writing clean, maintainable code โ naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
Task 2 Refactor - Evomap Asset
Code refactoring tool converting hard-coded structures to configuration-driven designs with dynamic fields and type-safe access.
Claude Code Production Engineering
Complete Claude Code productivity system โ project setup, prompting patterns, sub-agent orchestration, context management, debugging, refactoring, TDD, and s...
[Nyx Archive] Coding Philosophy
Insights about refactoring intuitive code, when to impose structure vs let feeling lead, and code as creative expression. Born from building a game across 10...
Uncle Bob
Apply Robert C. Martin (Uncle Bob) principles for clean code, SOLID design, and clean architecture. Use when: (1) reviewing or refactoring code for quality,...
Code Refactor
Analyze code quality issues, detect code smells, and automatically apply refactoring suggestions with preview, apply, and rollback support.
Conditional Simplification Strategy
Select and apply the correct refactoring for complex or tangled conditional logic. Use when: a method has a complicated if-then-else that obscures why branch...
Code Smell Diagnosis
Scan a codebase or code fragment for the 22 named code smells from Fowler's refactoring catalog and produce a prioritized diagnosis report with the specific...
legacy-modernizer
Expert legacy system modernizer specializing in incremental migration strategies and risk-free modernization. Masters refactoring patterns, technology update...
Code Refactor for Reproducibility
Use when refactoring research code for publication, adding documentation to existing analysis scripts, creating reproducible computational workflows, or prep...