agentsclimarketplace

Refactoring assistant

Skill a5c-ai/babysitter/library/specializations/code-migration-modernization/skills/refactoring-assistant

Babysitter enforces obedience on agentic workforces and enables them to manage extremely complex tasks and workflows through deterministic, hallucination-free self-orchestration

Install
npx -y skills add a5c-ai/babysitter --skill refactoring-assistant

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

What its author says it does

Copied from the file, not written here

Suggest and guide application of refactoring patterns to improve code quality

SKILL.md

3.0 KB, as published. Nobody here has run it

Refactoring Assistant Skill

Suggests appropriate refactoring patterns and guides their application to improve code quality, maintainability, and migration readiness.

Purpose

Enable guided refactoring for:

  • Code quality improvement
  • Design pattern application
  • Migration preparation
  • Technical debt reduction
  • Maintainability enhancement

Capabilities

1. Extract Method/Class Suggestions

  • Identify extraction candidates
  • Suggest method boundaries
  • Recommend class decomposition
  • Guide interface extraction

2. Move Method Recommendations

  • Detect misplaced methods
  • Suggest target classes
  • Analyze dependencies
  • Guide safe relocation

3. Rename Refactoring

  • Suggest meaningful names
  • Propagate renames safely
  • Handle cross-references
  • Update documentation

4. Inline Refactoring

  • Identify inline candidates
  • Remove unnecessary indirection
  • Simplify call chains
  • Reduce complexity

5. Pull Up/Push Down Member

  • Analyze inheritance hierarchies
  • Suggest member movement
  • Optimize class hierarchies
  • Improve polymorphism

6. Design Pattern Application

  • Recognize pattern opportunities
  • Guide pattern implementation
  • Suggest appropriate patterns
  • Validate pattern application

Tool Integrations

ToolPurposeIntegration Method
IDE RefactoringAutomated refactoringCLI / API
SourceryAI-powered suggestionsCLI
Sourcegraph CodyCode intelligenceAPI
IntelliJ IDEAJava refactoringCLI
VS CodeMulti-languageExtension API

Output Schema

{
  "analysisId": "string",
  "timestamp": "ISO8601",
  "suggestions": [
    {
      "type": "extract-method|move-method|rename|inline|design-pattern",
      "priority": "high|medium|low",
      "target": {
        "file": "string",
        "element": "string",
        "line": "number"
      },
      "description": "string",
      "rationale": "string",
      "steps": ["string"],
      "estimatedImpact": {
        "complexity": "string",
        "maintainability": "string",
        "testability": "string"
      },
      "risks": ["string"]
    }
  ],
  "patterns": {
    "applicable": ["string"],
    "opportunities": []
  }
}

Integration with Migration Processes

  • code-refactoring: Primary refactoring guidance
  • technical-debt-remediation: Debt reduction strategies

Related Skills

  • code-smell-detector: Identifies refactoring needs
  • codemod-executor: Automates refactorings

Related Agents

  • code-transformation-executor: Executes suggested refactorings

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.