Get a week free of Claude Code →

Skills tagged "refactor" (451)

451 Claude Code skills tagged "refactor". Test each skill in the interactive playground.

🧪 Csharp Tdd Develop
This skill coordinates test-first C# development by enforcing red green refactor phases and delegating work to a sub-agent for reliable code.
csharptestingunit-testsautomation
🧪 Csharp Test Develop
This skill analyzes legacy C# code to generate unit and integration tests using xUnit, Moq, and FluentAssertions for improved reliability.
csharpunit-testsintegration-teststesting
🧪 Dart_truthy
This skill helps you implement truthy checks in Dart by extending Object to evaluate null, booleans, numbers, strings, and collections.
javascriptdebuggingscriptingrefactor
🔍 Ddd Clean Architecture
This skill provides guidance on clean architecture, outlining layer separation, dependency rules, and architectural patterns to structure robust applications.
backenddesignplanningdocs
🎨 Ddd Feature
This skill assists in creating Domain-Driven Design features by generating structured task-based domain models, infrastructure, store, and UI scaffolding.
frontendbackendfullstackdata
🔍 Dead Code Sweep
This skill helps identify and safely remove dead code, orphaned artifacts, and redundant implementations in agent-maintained codebases.
code-reviewrefactordebuggingpython
🔍 Deno To Bun
This skill guides migrating Deno projects to Bun by mapping APIs, updating config, and aligning with Bun's runtime and import behavior.
migrationapibackendscripting
🧪 Dependency Injection Patterns
This skill helps you implement dependency injection patterns in React by providing a DI container, enabling mockable services, and safer testing.
frontendtestingrefactorcode-review
🧪 Dependency Inversion
This skill helps you apply the Dependency Inversion Principle in TypeScript by promoting interface-based design and injecting dependencies instead of
backendtestingrefactorcode-review
🧪 Deprecation Handler
This skill identifies, assesses, and migrates deprecated APIs and patterns to safe, modern alternatives, reducing risk and speeding refactoring.
migrationrefactorcode-reviewtesting
🧪 Design Patterns
This skill helps you apply design patterns to architect, refactor, and solve recurring problems with loose coupling and clear responsibilities.
designrefactorcode-reviewtesting
🔍 Deslop
This skill removes AI generated slop from the current branch by cleaning comments, guards, and style inconsistencies.
refactorlintingcode-reviewscripting
🔍 Deslop
This skill removes AI-generated code slop from a branch by diffing with main and cleaning up comments, checks, and style inconsistencies.
code-reviewlintingrefactorcli
🔍 Dev Kit Refine
This skill updates and consolidates .dev-kit/docs and .dev-kit/knowledge by validating against the codebase and generating a change report.
docswritingcontentproductivity
🔍 Devdocs Retrofit
This skill retrofits existing projects into the DevDocs workflow, enabling migration, standardization, and upgrading documentation with minimal disruption.
docsmigrationdevopsautomation
🧪 Dhh Rails Style
This skill applies DHH's Rails conventions to Ruby and Rails code, emphasizes fat models, RESTful controllers, and Turbo-driven views for clarity.
backendcode-reviewrefactortesting
🔍 Dignified Code Simplifier
This skill refines recently modified Python code to improve clarity and maintainability without altering functionality.
refactorlintingcode-reviewdebugging
🧪 Django Drf
This skill helps you implement Django REST Framework patterns with ViewSets, serializers, filters, and permissions to build robust APIs.
backendapitestingrefactor
🧪 Do Work
This skill guides end-to-end feature implementation, validates with typecheck and tests, and ensures clean commits through a structured workflow.
debuggingtestingci-cdautomation
🧪 Doc Adr Fixer
This skill automatically fixes ADR documents based on review reports, improving structure, links, IDs, and references for iterative ADR quality.
docsautomationpythonci-cd
🧪 Dotnet Testing Private Internal Testing
This skill guides testing private and internal members in .NET with design-first approaches, reflection, and strategy-based refactoring to improve testability.
csharptestingunit-testsintegration-tests
🧪 Dry
This skill helps you identify and extract duplicate logic to enforce a single source of truth across codebases, reducing bugs and maintenance.
refactorcode-reviewdebuggingtesting
🧪 Dspy Custom Module Design
This skill helps you design production-ready DSPy custom modules with proper architecture, state management, serialization, and testing.
aitestingdebuggingrefactor
🧪 Dspy Output Refinement Constraints
This skill refines DSPy outputs through iterative reward-based checks and best-of-N selection to meet format, length, and content constraints.
aidatadebuggingrefactor
🎨 Dust Writing React Effects
This skill guides writing React components to avoid unnecessary useEffect by deriving state during render and avoiding effect-driven updates.
reactfrontendcode-reviewrefactor
🧪 E2e Test Optimizer
This skill optimizes Playwright E2E tests by removing waitForTimeout anti-patterns, enabling test sharding, and speeding CI while improving reliability.
testingautomationperformancedebugging
🧪 Effect Ts
This skill helps you implement and refactor Effect-TS patterns, services, and error handling, including Next.js integration with effects.
typescriptbackendfrontendtesting
🔍 Efficiency Optimizer
This skill analyzes recently added or modified Python code to identify performance improvements and efficiency gains.
performancecode-reviewbackendrefactor
🧪 Elixir Essentials
This skill helps Elixir code stay robust and idiomatic by enforcing pattern matching, @impl, with, and pipe usage across modules.
backendcode-reviewtestinglinting
🛡️ Encapsulation
This skill enforces encapsulation in TypeScript by guiding you to hide internal state and expose behavior through validated methods.
code-reviewdesignrefactorfrontend
🔍 Enhance Comment
This skill removes redundant AI-style comments to improve code clarity and signal-to-noise for maintainers.
automationcode-reviewrefactor
🎨 Enhance Prompt
This skill transforms vague UI ideas into polished Stitch prompts with design system context and structured output for better generation results.
designuxfrontendai
🧪 Erk Diff Analysis
This skill generates concise, strategic commit messages for diffs by describing module changes, highlighting breaking changes, and noting test coverage.
gitcode-reviewbackendrefactor
🧪 Event Sourcing
This skill enforces event sourcing in hzl by routing all state changes through EventStore.append and deriving projections for read-only queries.
typescriptdatabasebackenddata
🧪 Extensions Api Migration
This skill assists migrating IdeaVim extensions from VimExtensionFacade to the @VimPlugin API, guiding registration, API access, and helper refactoring.
migrationapirefactortesting
🛡️ Fastapi Design
This skill helps you build production-ready FastAPI backends with async patterns, validation, DI, and Upstash integration for secure, scalable APIs.
backendapisecurityperformance
🧪 Fastify
This skill provides authoritative guidance on Fastify best practices focusing on plugin architecture, encapsulation, and composition to build maintainable
backendapirefactortesting
🔍 Finding Duplicate Functions
This skill helps identify duplicate-intent functions across a codebase by clustering semantically similar utilities for consolidation.
code-reviewrefactorscriptingai
🔍 Flame Templates
This skill provides complete flame game templates for RPG, Platformer, and Roguelike, including core loops, UI, and basic classes.
docsdebuggingrefactorscripting
🔍 Flutter Design
This skill accelerates Flutter theming and UI consistency by applying project-defined ThemeData, ColorScheme, typography, and spacing patterns.
designuxrefactorperformance
🧪 Flutter Expert Skill
This skill helps you build beautiful, high-performance Flutter apps by applying official best practices for architecture, widgets, state, testing, and tooling.
frontendperformancedebuggingtesting
🧪 Form Object Patterns
This skill helps you implement robust Rails form objects to manage multi-model, wizard, and non-persisted forms with tests.
backendtestingunit-testsintegration-tests
🧪 Form Validation With Zod
This skill enforces form validation with Zod across projects, reviewing code, suggesting improvements, and refactoring to ensure strong, type-safe validation.
frontendfullstackcode-reviewrefactor
🧪 Formily Migration
This skill guides converting React forms to Formily with step-by-step migration strategies, improving type safety, performance, and validation.
migrationfrontendrefactorperformance
🧪 Forms
This skill helps you implement robust Angular forms with reactive and template-driven approaches, validation, async checks, and dynamic form generation.
frontendtestingdebuggingrefactor
🎨 Fp Data Transforms
This skill helps you transform arrays and objects with functional patterns, enabling safer access, grouping, and normalization for real-world data.
dataanalyticstypescriptdebugging
🧪 Fp Pragmatic
This skill helps you apply practical fp-ts patterns to write clearer, safer TypeScript code with minimal jargon and maximal 80/20 impact.
aibackendfrontendtypescript
🎨 Fp Refactor
This skill helps you migrate imperative TypeScript code to fp-ts patterns, enabling explicit errors, safe optional handling, and functional composition.
typescriptrefactorcode-reviewdebugging
🧪 Fp Side Effects
This skill teaches functional approaches to managing side effects in TypeScript, enabling pure cores, isolated impure shells, and reliable, testable code.
typescriptdebuggingtestingrefactor
🎨 Frontend Architecture
This skill analyzes and organizes Svelte SPA architecture for Exceptionless, highlighting route groups, feature slices, and barrel exports to improve
frontendperformancerefactorcode-review
🎨 Frontend Dev Guidelines
This skill helps you implement modern React/TypeScript frontend guidelines with Suspense, lazy loading, and feature-based organization for scalable apps.
frontendperformancerefactorproductivity
🎨 Frontend Developer
This skill helps optimize React and Next.js performance by applying Vercel's best-practice guidelines across components, pages, data fetching, and bundle
frontendperformancerefactorcode-review
🎨 Frontend Refactor
This skill analyzes frontend code structure to refactor, remove duplication, apply patterns, and enhance readability for maintainable UI.
frontendrefactorcode-reviewdebugging
🔍 Gentleman Installer
This skill helps you configure and expand installation steps in Gentleman.Dots TUI installer, ensuring OS-aware tooling, logging, and non-interactive support.
devopsautomationscriptingcli
🧪 Git Commit Guide
This skill helps teams apply Conventional Commits standards to Git messages for clearer history and better collaboration.
ci-cddocscode-reviewrefactor
🔍 Git Master
This skill executes robust git operations with atomic commits, history searches, and rebase guidance to keep a clean, auditable project history.
gitscriptingci-cddebugging
🔍 Git Workflow
This skill helps you squash commits and safely rebase feature branches to keep history clean and collaboration smooth.
gitscriptingdevopsrefactor
🔍 Global Conventions
This skill enforces global conventions by applying the Agent OS standard across codebases, ensuring consistency and quality.
code-reviewlintingformattingdocs
🧪 Go Best Practices
This skill helps you write idiomatic Go by applying best practices for error handling, interfaces, concurrency, testing, and package organization.
backendperformancecode-reviewtesting
🧪 Go Dev Guidelines
This skill enforces idiomatic Go development with TDD, mocks, and structured tests to accelerate reliable feature work.
testingunit-testsintegration-testscode-review

More Tags

automation (2772) ai (1905) testing (1783) backend (1548) scripting (1540) debugging (1486) code-review (1426) docs (1343) api (1308) frontend (1279) productivity (1166) devops (1160) data (1050) workflow (1015) cli (1007) performance (984) security (836) analytics (822) design (787) python (653)

Get the best new skills
in your inbox

Weekly roundup of top Claude Code skills, MCP servers, and AI coding tips.