LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

Skills tagged: refactoring

Browse skills that share this tag.

  • ts-morph-refactor - TypeScript Refactoring with ts-morph
    typescriptrefactoringts-morphast

    ★ 18 · Updated 2026-09-24

    Perform safe AST-based TypeScript refactoring operations across a codebase using ts-morph executable scripts.

    ⚙ Rename symbols across codebase⚙ Move declarations between files⚙ Propagate interface changes to classes
  • moai-workflow-ddd - Domain-Driven Development Workflow
    workflowrefactoringddddomain-driven

    ★ 0 · Updated 2026-09-24

    Executes Domain-Driven Development using the ANALYZE-PRESERVE-IMPROVE cycle for behavior-preserving code refactoring and technical debt reduction.

    ⚙ Analyze domain boundaries and coupling metrics⚙ Create characterization tests and behavior snapshots⚙ Perform incremental structural code transformations
  • text-human - Context-aware text humanizer for code, docs, and chat
    humanizerai-artifactsrefactoringdocumentation

    ★ 32 · Updated 2026-09-24

    Strips AI artifacts and adjusts register for source code, documentation, articles, and chat text while preserving technical meaning.

    ⚙ Strip validated AI tells⚙ Inject domain-specific human style⚙ Detect content flow automatically
  • leta - Fast semantic code navigation using LSP for agents
    lspcode-navigationrefactoringsemantic-search

    ★ 18 · Updated 2026-09-24

    Provides semantic code navigation via Language Server Protocol to search symbol definitions, references, call graphs, and type hierarchies.

    ⚙ Show symbol definitions⚙ Find symbol references⚙ Search symbols by pattern
  • project-maintenance - Integrated Project Maintenance Audit Protocol
    code-auditcomplexity-analysissecurity-auditdead-code-detection

    ★ 650 · Updated 2026-09-24

    Executes integrated code complexity, security, and dead code audits to identify and prioritize refactoring targets.

    ⚙ Run integrated maintenance audit script⚙ Analyze code complexity with Lizard⚙ Detect secrets and security vulnerabilities
  • hexagonal-architecture - Hexagonal Architecture (Ports and Adapters)
    hexagonal-architectureports-and-adaptersarchitecturerefactoring

    ★ 1 · Updated 2026-09-24

    Decouple application logic from external frameworks and infrastructure using ports, adapters, and domain-centric design.

    ⚙ Model use case boundaries⚙ Define outbound ports⚙ Implement pure use cases
  • framework-migration-legacy-modernize - Legacy system modernization using strangler fig pattern
    legacy-codemodernizationstrangler-figrefactoring

    ★ 0 · Updated 2026-09-23

    Orchestrate legacy system modernization using strangler fig pattern to replace outdated components gradually while maintaining continuous business operations.

    ⚙ Analyze legacy codebase⚙ Map dependencies and integrations⚙ Assess business impact and risks
  • framework-migration-legacy-modernize - Legacy Code Modernization Workflow
    legacy-modernizationstrangler-figrefactoringsystem-migration

    ★ 0 · Updated 2026-09-23

    Orchestrate legacy system modernization using the strangler fig pattern to gradually replace components while maintaining continuous operations.

    ⚙ Analyze legacy codebase and technical debt⚙ Map system dependencies and integration points⚙ Assess business impact and migration risks
  • impeccable - Frontend interface design and refinement suite
    frontendui-designux-designdesign-system

    ★ 1 · Updated 2026-09-23

    Designs, critiques, polishes, and optimizes frontend interfaces, design systems, layouts, typography, and visual interactions.

    ⚙ Plan UX and UI before coding⚙ Generate product and design documentation⚙ Extract reusable design tokens
  • turkey-build - Multi-agent app builder with 7 execution modes.
    multi-agentcode-generationapp-buildertesting

    ★ 76 · Updated 2026-09-23

    Orchestrates specialized agents across feature branches to develop, iterate, refactor, debug, polish, migrate, and audit code with automated quality gates.

    ⚙ Orchestrate specialized development agents⚙ Build greenfield software applications⚙ Iterate existing codebases
  • test-first - Red-green-refactor TDD with strict evidence requirements.
    tddtest-firsttestingrefactoring

    ★ 97 · Updated 2026-09-23

    Enforces red-green-refactor TDD discipline by writing failing tests before code, making minimal changes to pass, and refactoring with test evidence.

    ⚙ Write failing tests for features⚙ Implement minimal code to pass⚙ Refactor code under passing tests
  • codebase-cleanup-tech-debt - Technical Debt Analysis and Remediation
    technical-debtcodebase-analysisrefactoringcode-quality

    ★ 0 · Updated 2026-09-23

    Analyzes codebases to identify, quantify, and prioritize technical debt and creates actionable remediation plans.

    ⚙ Identify code and architecture debt⚙ Quantify technical debt impact⚙ Create prioritized remediation plans
  • refacter - Refactor code using complexity and hotspot analysis
    refactoringcode-qualitycomplexity-analysishotspot-analysis

    ★ 650 · Updated 2026-09-23

    Profiles codebases using complexity metrics and churn analysis to identify risk areas and guide code refactoring.

    ⚙ Analyze code complexity⚙ Detect code hotspots⚙ Compare refactoring strategies
  • svelte5 - Review and refactor Svelte components for Svelte 5
    sveltesvelte5code-reviewrefactoring

    ★ 49 · Updated 2026-09-23

    Reviews Svelte components for idiomatic patterns, identifies anti-patterns from React, Vue, or Svelte 4, and suggests Svelte 5 refactorings.

    ⚙ Review Svelte components for idiomatic patterns⚙ Identify component anti-patterns⚙ Suggest Svelte 5 refactorings
  • tdd - Test-Driven Development
    tddtestingrefactoringtypescript

    ★ 130 · Updated 2026-09-23

    Guides test-driven development using a red-green-refactor loop to implement features, fix bugs, and verify type constraints.

    ⚙ Execute red-green-refactor cycle⚙ Design testable public interfaces⚙ Mock external system boundaries
  • next-v16 - Next.js 16 App Router Best Practices and Codebase Review
    nextjsapp-routerreact-19typescript

    ★ 89 · Updated 2026-09-22

    Provides best practices for Next.js 16 App Router caching, server components, routing, proxy.ts, and category-major codebase audits or refactoring.

    ⚙ Configure Next.js 16 caching models⚙ Build Server Components and Actions⚙ Set up proxy.ts network boundary
  • test-driven-development - Test-Driven Development (TDD) Workflow
    tddtestingrefactoringcode-quality

    ★ 2 · Updated 2026-09-22

    Enforces writing a failing test before writing implementation code for any feature, bug fix, or refactoring.

    ⚙ Write failing tests first⚙ Verify test failure reasons⚙ Write minimal passing code
  • test-driven-development - Test-Driven Development (TDD)
    tddtestingrefactoringbest-practices

    ★ 165 · Updated 2026-09-22

    Guides feature implementation and bug fixes by writing failing tests before writing minimal production code.

    ⚙ Write failing tests first⚙ Verify expected test failures⚙ Write minimal production code
  • clean-code - Clean code principles for writing and reviewing quality code
    clean-codecode-qualityrefactoringreadability

    ★ 33 · Updated 2026-09-22

    Provides clean code principles covering naming, functions, readability, and error handling for code quality.

    ⚙ Apply naming best practices⚙ Refactor functions for single responsibility⚙ Use early returns to reduce nesting
  • test-driven-development - Test-Driven Development (TDD)
    tddtestingrefactoringunit-testing

    ★ 650 · Updated 2026-09-22

    Enforce writing failing tests before implementing minimal code to pass and refactor.

    ⚙ Write failing tests⚙ Verify test failures⚙ Write minimal passing code

Scroll to load more