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-projectSkills in this plugin
- ▌ refactor · fradser bundleExecutes 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".
- ▌ best-practices · fradser bundleLanguage-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.
- ▌ refactor-project · fradser bundleExecutes 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".