← all plugins

Refactor

by @fradser · plugin · 3 skills

Agent and skills for code simplification and refactoring to improve code quality while preserving functionality

Install the whole plugin (CLI)
npx skillmds add fradser/refactor npx skillmds add fradser/best-practices npx skillmds add fradser/refactor-project
⬇ Download

Skills in this plugin

  1. refactor · fradser bundle
    Executes automated refactoring for specific files, directories, or semantic queries. This skill should be used when the user asks to refactor specific files or directories, simplify recently changed code, clean up dead code in a limited scope, or invokes "/refactor".
    580
    repo stars
  2. best-practices · fradser bundle
    Language-specific best practices, code quality standards, and framework detection rules. Use when executing refactoring workflows, applying code quality rules, detecting frameworks, or checking language-specific patterns for TypeScript, Python, Go, Swift, or React.
    580
    repo stars
  3. refactor-project · fradser bundle
    Executes automated project-wide refactoring with a focus on cross-file optimization. This skill should be used when the user asks for project-wide refactoring, cross-file simplification, consistency standardization across the codebase, duplication reduction, or invokes "/refactor-project".
    580
    repo stars