Agent Skills·Use case ·Refactoring
Use case · 5,343 skills

Agent skills for refactoring

Skills for safe, incremental refactors — extracting, renaming, restructuring — that keep behavior intact and respect your codebase's patterns.

Browse all 5,343 Refactoring skills →

Engineering
distributed-systems-patterns
Apply distributed-systems, messaging, and integration patterns to architectural decisions, message contracts, runbooks, and launch decisions for event-driven, microservice, queue, …
claude-codecodexcursorgemini-clidistributed-systemsmicroservicesevent-driven
Engineering
cupynumeric-migration-readiness
Pre-migration readiness assessor for porting NumPy to cuPyNumeric. Use BEFORE substantial porting work begins when the user asks whether code will scale on GPU, whether they should…
claude-codecodexcursorgemini-clinumpycupynumericmigration
Web
odoo-19.0
Odoo 19 development knowledge base with 18 specialized guides covering Actions (ir.actions.*, cron jobs, server actions), Controllers (HTTP routing, endpoints, auth types), Data fi…
claude-codecodexcursorgemini-cliodoopythonorm
Web
odoo-17.0
Odoo 17 development reference for Python models and ORM (search, domain, read_group, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, recor…
claude-codecodexcursorgemini-clilang:pythonodoopython
Web
odoo-18.0
Odoo 18 development reference for Python models and ORM (search, domain, read_group, compute fields), XML/CSV data and views, OWL/JS client code, QWeb reports, security (ACL, recor…
claude-codecodexcursorgemini-clilang:pythonodoopython
Web
lvntr-kit-frontend
Activate when writing or editing Vue pages under resources/js/pages/Admin/**, using @lvntr components such as SkForm, SkDatatable, SkTabs, AppDialog, AvatarUpload, PageLoading, or …
claude-codecodexcursorgemini-clivueadmindatatable
AI / ML
agents-best-practices
Use this skill when designing, generating an MVP blueprint for, auditing, refactoring, or explaining an agentic harness for any domain. Covers provider-neutral agent architecture f…
claude-codecodexagent-skillagent-skillsagentic-workflows
Engineering
optflow
Discover and deliver repository optimization work end to end: identify performance, reliability, maintainability, security, DX, and cost optimization points, prioritize by impact-e…
claude-codecodexcursorgemini-clirepositoryperformancereliability
Web
block-migration
Port custom blocks between AEM Edge Delivery Services projects. Analyzes a block's dependencies including shared CSS variables, utility functions, and external libraries. Identifie…
claude-codecodexcursorgemini-clitype:integrationaemedge-delivery
Engineering
hono-ddd-guidelines
DDD architecture guidance for new Hono backends or refactoring existing codebases. Covers layer structure (domain/application/infrastructure/controller), dependency direction, resp…
claude-codecodexcursorgemini-clihonodddtypescript
Engineering
better-typescript
Apply this skill for any task involving TypeScript: writing new code, refactoring, reviewing, debugging, designing types, structuring modules, or answering questions about TS patte…
claude-codecodexcursorgemini-clilang:typescripttype:reviewtypescript
Engineering
aposd-improving-code-clarity
Enforce a comments-first workflow for new code and improve naming or documentation for existing code. Use when writing classes, methods, or functions, or when code is confusing or …
claude-codecodexcursorgemini-clitype:reviewnamingcomments
Engineering
aposd-designing-deep-modules
Enforce a Design-It-Twice workflow: generate 2-3 distinct approaches, compare them, then implement. Use when designing modules, APIs, or classes before coding. Triggers on design r…
claude-codecodexcursorgemini-clidesignarchitecturemodularity
Data
forge-migrations
Safe Postgres and MySQL migrations with lock-free patterns, batched backfills, NOT VALID plus VALIDATE approach, reversibility, zero-downtime deploys, and separation of index DDL f…
claude-codecodexcursorgemini-clitype:reviewpostgresmysql
Engineering
nx-monorepo
Nx monorepo management skill for AI-native development. Use when working with Nx workspaces, project graphs, affected detection, code generation, and caching. Use when: analyzing d…
claude-codecodexcursorgemini-clinxmonorepodependency-graph
AI / ML
ce-optimize
Run metric-driven iterative optimization loops. Define a goal, add measurement scaffolding, execute parallel experiments across approaches, score results against gates or quality j…
claude-codecodexcursorgemini-cliai:llmtype:generatoroptimization
Engineering
forge-feature-flags
Establish feature flag discipline as a deployment decoupling mechanism. Covers naming, ownership, default-off with kill-switch, targeting rules, removal schedules, dark launches, a…
claude-codecodexcursorgemini-clitype:auditfeature-flagsdeployment
Productivity
forge-full-output
Enforce complete code generation without truncation. Bans placeholders such as "// ... rest of the file" and "omitted for brevity." Specifies clean split formats for genuinely long…
claude-codecodexcursorgemini-clicode-generationprompt-engineeringagent-instructions
Engineering
refactoring-strategy
Applies systematic refactoring methodology with safety guarantees for polyglot codebases. Triggers when refactoring code, restructuring a module, splitting a monolith, performing a…
claude-codecodexcursorgemini-clirefactoringpolyglotmigration
Engineering
fireworks-go
Go service development, concurrent design with goroutines and channels, context propagation, HTTP APIs using gin/fiber/chi, errgroup patterns, deadlock debugging, interface design,…
claude-codecodexcursorgemini-cligogolangbackend
Engineering
designing-deep-modules
Designs, reviews, and refactors modules to maximize functionality behind minimal interfaces. Analyzes boundaries, flags shallow modules, and applies heuristics such as pulling comp…
claude-codecodexcursorgemini-clitype:reviewmodularityarchitecture
Web
cwv-optimizer
Diagnose and fix Core Web Vitals issues on AEM Edge Delivery Services pages. Addresses EDS-specific performance patterns including the 100KB LCP budget, E-L-D loading phases, block…
claude-codecodexcursorgemini-clitype:debugcore-web-vitalsaem
Engineering
scala-patterns
Applies idiomatic Scala patterns including ADTs with sealed traits and case classes, typeclasses, Option/Either/Try handling, for-comprehensions, Cats Effect primitives, ZIO fundam…
claude-codecodexcursorgemini-clitype:reviewscalafunctional-programming
Engineering
coordinator-pattern
Guides Coordinator pattern decisions for iOS/tvOS apps: when coordinators add value versus overkill, parent-child hierarchy design, SwiftUI versus UIKit differences, and flow compl…
claude-codecodexcursorgemini-clilang:swiftiostvos
Web
flexcard-design-patterns
Use when designing, building, or reviewing OmniStudio FlexCards — including data source selection, card states, actions, conditional visibility, flyout configuration, and child car…
claude-codecodexcursorgemini-clitype:reviewflexcardomnistudio
Engineering
myco:feature-branch-worktree-squash-merge-delivery
Use this skill when delivering a non-trivial Myco feature that spans multiple files and needs clean PR history. It applies whenever you need git worktrees for isolated implementati…
claude-codecodexcursorgemini-cligitworktreesquash-merge
Engineering
run
Sustained metric-improvement loop with atomic commits, auto-rollback, and experiment logging. Iterates with specialist agents, commits atomically, and auto-rolls back on regression…
claude-codecodexcursorgemini-climetricscommitsexperiments
Engineering
fireworks-python
Python service development with strict typing via mypy, async I/O using asyncio, APIs with FastAPI/Flask/Django, Pydantic modeling, multiprocessing for GIL bypass, packaging with p…
claude-codecodexcursorgemini-clilang:pythonpythonfastapi
Testing
organizing-test-source-sets
Organizes Android test source sets including src/test/, src/androidTest/, sharedTest conventions, and KMP-style splits. Covers testImplementation, androidTestImplementation, and de…
claude-codecodexcursorgemini-cliandroidkotlintesting
Engineering
forge-naming
Naming variables, functions, types, files, and tables. Includes ban list for AI defaults, domain-specific over abstract names, length proportional to scope, units in ambiguous name…
claude-codecodexcursorgemini-clinamingconventionsvariables
Web
lwc-accessibility
Review or design Lightning Web Components for keyboard access, semantic labeling, focus management, screen-reader behavior, and WCAG-aligned UX in Salesforce. Applies to keyboard n…
claude-codecodexcursorgemini-clitool:salesforcetype:reviewlwc
Engineering
refactoring-planner
Creates structured refactoring plans with impact analysis and step-by-step execution for large codebases. Use when asked to plan refactoring, refactor a module, restructure code, o…
claude-codecodexcursorgemini-clirefactoringplanningimpact-analysis
Engineering
cloud-architect
Senior Cloud Architect specializing in AWS, Azure, and GCP multi-cloud strategies with expertise in cost optimization, infrastructure design, and enterprise cloud migration. Use wh…
claude-codecodexcursorgemini-cliawsazuregcp
Engineering
forge-error-handling
Define where to catch, throw, log, and surface errors. Covers result types versus exceptions, sanitized client responses with request_id correlation, retries with backoff, idempote…
claude-codecodexcursorgemini-clitype:reviewerror-handlingexceptions
Engineering
refactoring
Applies systematic refactoring with small-step discipline. Use when the user requests refactor, clean up, restructure, extract, rename, or simplify, or mentions code smells. Enforc…
claude-codecodexcursorgemini-clirefactoringcode-qualityrestructure
Web
lwc-accessibility-patterns
Implement ARIA attributes, keyboard navigation patterns, screen reader live regions, WCAG 2.1 compliance, focus management, and accessible data tables in Lightning Web Components. …
claude-codecodexcursorgemini-clilwcariakeyboard-navigation
Web
Accessibility Lead
Accessibility team lead and orchestrator. Use on every task involving web UI code, HTML, JSX, CSS, React components, web pages, or user-facing web content. Coordinates the accessib…
claude-codecodexcursorgemini-clitype:reviewaccessibilityweb
Engineering
entity-mapper-expert
Implement JPA Entity Long FK strategy with BaseAuditEntity/SoftDeletableEntity inheritance and EntityMapper Domain⇄Entity conversion. Prohibits JPA relationship annotations and Lom…
claude-codecodexcursorgemini-clitype:auditjpajava
Web
lwc-reactive-state-patterns
Explains LWC reactivity rules after Spring '20 (API v48+): class fields react on reassignment while @track is needed for in-place object or array mutations; Date, Set, and Map chan…
claude-codecodexcursorgemini-clilwcsalesforcereactivity
DevOps
org-cleanup-and-technical-debt
Handles Salesforce org cleanup: removing unused fields, deactivating legacy Flows and automation, running Optimizer or Org Check, and destructive metadata deployments. Use for trig…
claude-codecodexcursorgemini-clitool:salesforcetype:integrationsalesforce
Design
ai-ui-generation
AI-assisted UI generation patterns for JSON rendering, v0.app, Google Stitch, Bolt Cloud, and multi-agent workflows. Includes prompt engineering for components and full-stack apps,…
claude-codecodexcursorgemini-clitype:reviewuiprompt-engineering
Web
accessibility-patterns
Provides web accessibility best practices for semantic HTML, ARIA, keyboard navigation, color contrast, and screen reader patterns. Use when building UI components, reviewing acces…
claude-codecodexcursorgemini-clitype:reviewaccessibilitysemantic-html
DevOps
terrashark
Prevent Terraform/OpenTofu hallucinations by diagnosing and fixing failure modes: identity churn, secret exposure, blast-radius mistakes, CI drift, and compliance gate gaps. Use wh…
claude-codecodexawsazureclaude
Engineering
fireworks-rust
Rust service development, borrow checker navigation, async code with tokio, trait system design, error handling via thiserror/anyhow, Cargo workspaces, integration tests with crite…
claude-codecodexcursorgemini-clilang:rusttype:integrationrust
Content
都市职场-设计人物传记
Handles character-biography design and rewrite for urban-workplace fiction. Acts as genre wrapper and router, preserving the urban-workplace entry, adding verifiable secrets, scene…
claude-codecodexcursorgemini-cliurbanworkplacebiography
AI / ML
cutile-autotuning
Adds, modifies, optimizes, or debugs CuTile autotuning code. Triggered by exhaustive_search, replace_hints, hints_fn, cuda.tile.tune, autotune filenames, or performance issues. Cov…
claude-codecodexcursorgemini-clicudatuninggpu
Engineering
godot-refactor
Refactors code-created objects, tight coupling, and monolithic scripts over 150 lines toward scene-first architecture with signals and composition. Orchestrates extract-to-scenes, …
claude-codecodexcursorgemini-cligodotrefactorarchitecture
Web
server-components-design
Guides design and review of React Server Components: async behavior, data fetching, server-only imports versus disallowed client features like state, effects, and browser APIs. Cov…
claude-codecodexcursorgemini-clitype:reviewreactnextjs
AI / ML
seedance-debugger
Diagnose and fix 12 common Seedance 2.0 issues including character ID drift, duplicate subjects, subtitles, logos, style shifts, motion jumps, quality loss, incorrect effects, pron…
claude-codecodexcursorgemini-clitype:debugseedancebytedance
Content
女频爱情-强化章末钩子
Strengthens chapter hooks for romance fiction. Preserves the genre entry point and adds emotional anchoring, growth-line priority, relationship tension, soft satisfaction, and real…
claude-codecodexcursorgemini-clifictionromancehooks
Engineering
laravel-upgrade-v13
Guides Laravel 12 to 13.0 upgrades including PHP 8.3, Composer commands, breaking changes for PHPUnit 12, Pest 4, CSRF middleware, cache prefixes, serializable classes, Pheanstalk …
claude-codecodexcursorgemini-clilang:phplaravelphp
Content
女频爱情-执行微空间受限场景
Executes micro-space limited scenes for female-oriented romance. Serves as genre wrapper and router, retaining the female-romance entry while adding emotional anchors, growth-line …
claude-codecodexcursorgemini-cliromancefemale-audiencescene
Content
异能志怪-审阅人物传记
Reviews character biographies for supernatural mystery fiction, locates issues, and provides revision suggestions. Preserves the genre entry point and adds dual-identity and cost-c…
claude-codecodexcursorgemini-clifictionsupernaturalcharacter-review
Engineering
asyncredux-state-design
Design immutable state classes following AsyncRedux best practices. Includes creating the AppState class with a copy() method, defining initialState(), composing nested state objec…
claude-codecodexcursorgemini-cliflutterasync-reduxstate-management
Web
data-service-optional-params
Build data fetching services using the circuit breaker pattern for API resilience, with a reusable approach for constructing optional query parameters through URLSearchParams. Serv…
claude-codecodexcursorgemini-cliurlsearchparamsfilterscircuit-breaker
Engineering
fixflow
Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step. Supports expli…
claude-codecodexcursorgemini-cliworkflowbddcommits
Automation
os-evolution-planner
Codifies plan-and-delegate workflow for evolving plugins, skills, and agents. Given a target and goal, brainstorms 2-3 options with the cheapest model, presents for selection, then…
claude-codecodexcursorgemini-clievolutionplanningdelegation
Design
visual-consistency
Enforce visual consistency across all UI in a prototype. Before implementing any UI element, scan for similar existing elements and match their exact className, spacing, and compon…
claude-codecodexcursorgemini-cliui-consistencycomponentsclassname
Engineering
fireworks-flutter
Flutter and Dart development, debugging, PR reviews, state management selection, widget testing, performance tuning, and mobile security audits. Supports Flutter 3.38, Dart 3.10, R…
claude-codecodexcursorgemini-clifw:fluttertype:audittype:review
Engineering
forge-code
Project-local override for trunk-based development. Implements changes per approved plan, builds and tests affected packages, gates new features behind flags when required, and pus…
claude-codecodexcursorgemini-clitype:reviewtrunk-basedgit

Showing the top 60 of 5,343. See the full list →