New to Claude Skills? Learn how to install them →

Code Refactoring skills

Free agent skills tagged code refactoring, ready to install into any SKILL.md-compatible agent.

A

AWS Transform

aws

Streamline code upgrades and migrations with AWS Transform.

Developer ToolsintermediateNode · Shell2.3k repo
M

Migrate From NeMo Flow

nvidia

Seamlessly transition your code from NeMo Flow to NeMo Relay.

Developer ToolsintermediatePython · Shell2.8k repo

Apex Class Generation

forcedotcom

Streamline Apex class creation and refactoring effortlessly.

Developer ToolsintermediateShell808 repo
R

Refactor Method Complexity

github

Reduce cognitive complexity by extracting helper methods.

Developer Toolsintermediate37.7k repo
J

javax to jakarta Migration

github

Streamline your Java code migration to Jakarta EE.

Developer Toolsintermediate37.7k repo

Swarm Orchestration

ruvnet

Coordinate multi-agent tasks across complex codebases.

Developer ToolsintermediateShell67.6k repo
S

Self-Improvement Orchestrator

yeachan-heo

Automate your code improvement process with tournament selection.

Developer ToolsintermediatePython · Node · Shell38.5k repo

LWC TypeScript Migration

forcedotcom

Seamlessly convert Lightning Web Components to TypeScript.

Developer ToolsintermediateNode · Shell808 repo
A

Adopting Generated API Types

posthog

Streamline your API migration to generated types and functions.

Developer Toolsintermediate37.6k repo
L

Lodash Migration Guide

toss

Migrate lodash code to es-toolkit effortlessly.

Developer Toolsintermediate11.3k repo
R

Resolve FIXME Comments

tailcallhq

Effortlessly implement and verify all FIXME comments in your codebase.

Developer ToolsintermediateShell7.5k repo
G

Golang Modernization

samber

Keep your Go codebase up-to-date with modern practices.

Developer ToolsintermediateShell2.9k repo
M

Migrate Static to Wrapper

dotnet

Streamline static dependency migrations in your codebase.

Developer ToolsintermediateShell5.1k repo

Modern JavaScript Patterns

Master ES6+ features including async/await, destructuring, spread operators, arrow functions, promises, modules, iterators, generators, and functional programming patterns for writing clean, efficient JavaScript code. Use when refactoring legacy code, implementing modern patterns, or optimizing JavaScript applications.

Project Structure

Generate a single-file compressed symbol map of a TypeScript or Swift repository — files, exported symbols, typed signatures, plugin boundaries — sized to fit an LLM context window. Use for whole-project reasoning: duplication hunting, refactor planning, architecture recon, or feeding another agent a full-project map.

C

Codebase Cleanup Refactor

You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.

R

Refactor

Surgical code refactoring to improve maintainability without changing behavior. Covers extracting functions, renaming variables, breaking down god functions, improving type safety, eliminating code smells, and applying design patterns. Less drastic than repo-rebuilder; use for gradual improvements.

P

Ponytail

Lazy senior dev mode for any coding task (write, refactor, fix, review): YAGNI, stdlib first, no unrequested abstractions. Not for non-coding requests.

I

Incremental Implementation

Delivers changes incrementally. Use when implementing any feature or change that touches more than one file. Use when you're about to write a large amount of code at once, or when a task feels too big to land in one step.