jorgealves/agent_skills

refactoring-suggester

Identifies code smells and provides step-by-step refactoring recipes. Use when improving legacy code maintainability or teaching students how to apply Clean Code and SOLID principles.

First seen Jan 30, 2026

Installation

$ npx skills add jorgealves/agent_skills --skill refactoring-suggester

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jorgealves/agent_skills · top by installs.

npx skills add jorgealves/agent_skills

Browse all from jorgealves/agent_skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 2
License license-compliance-auditor
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 875 B
  • docs SUMMARY.md 212 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 164 installs

SKILL.md

Refactoring Suggester

Purpose and Intent

The refactoring-suggester teaches students and engineers how to evolve code. It doesn't just point out problems; it provides a recipe for how to fix them correctly.

When to Use

  • Code Cleanup: Use when a codebase has become difficult to manage or "messy."
  • Learning Exercises: Show students how to transform their working code into "clean" code.

When NOT to Use

  • Performance Optimization: This tool focuses on maintainability, not necessarily on squeeze-every-cycle performance.

Security and Data-Handling Considerations

  • Operates locally on provided source code.