code-refactor
Review code and refactor it following "Refactoring and Design Patterns" — covering code smells, refactoring techniques, and the 22 classic GoF design patterns. Use this skill whenever the user wants to improve messy or hard-to-maintain code, identify code smells (long methods, large classes, duplicate code, feature envy, switch statements, etc.), apply named refactoring techniques (Extract Method, Move Field, Replace Conditional with Polymorphism, etc.), migrate toward a design pattern (Factory, Strategy, Observer, Decorator, etc.), reduce technical debt, prepare code for a new feature, clean up during a bug fix, or get a thorough code review with actionable improvements. Activate even when the user says "clean up my code", "this is messy", "help me refactor", or "review this".
Works with
This skill's source license couldn't be confirmed as safe to mirror here, so it isn't inlined. View the full skill directly on its source repository.
View on GitHubMore Refactoring skills
vercel-react-best-practices
vercel-labs/agent-skills
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance improvements.
analyze-project
lllllllama/rigorpilot-skills
Rigor Analyze / Rigor Audit read-only skill for deep learning research repositories. Use when the user wants to read and understand a repository, inspect model structure and training or inference entrypoints, review configs and insertion points, or flag suspicious implementation patterns without modifying code or running heavy jobs. Do not use for active command execution, broad refactoring, speculative code adaptation, or automatic bug fixing.
request-refactor-plan
mattpocock/skills
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.

