Logo
ClawHub Skills Lib
HomeCategoriesUse CasesTrendingBlog
HomeCategoriesUse CasesTrendingBlog
ClawHub Skills Lib
ClawHub Skills Lib

Browse 27,000+ community-built AI agent skills for OpenClaw. Updated daily from clawhub.ai.

Explore

  • Home
  • Trending
  • Use Cases
  • Blog

Categories

  • Development
  • AI & Agents
  • Productivity
  • Communication
  • Data & Research
  • Business
  • Platforms
  • Lifestyle
  • Education
  • Design

Use Cases

  • Security Auditing
  • Workflow Automation
  • Finance & Fintech
  • MCP Integration
  • Crypto Trading
  • Web3 & DeFi
  • Data Analysis
  • Social Media
  • 中文平台技能
  • All Use Cases →
© 2026 ClawHub Skills Lib. All rights reserved.Built with Next.js · Neon · Prisma
Home/Use Cases/⚡ AI Code Generation/🔄 Refactoring

🔄 Refactoring AI Skills

Refactor legacy code, apply design patterns, migrate APIs, and improve code structure.

115 skillsPart of ⚡ AI Code Generation

115 skills found

Page 1 of 5

🤖Coding Agents & IDEs

Coding

coding
ivangdavila
v1.0.3
View Details

Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.

23
2.2k
1
25d ago
🤖Coding Agents & IDEs

React Expert

react-expert
Veeramanikandanr48
v0.1.0
View Details

Use when building React 18+ applications requiring component architecture, hooks patterns, or state management. Invoke for Server Components, performance optimization, Suspense boundaries, React 19 features.

17
3.7k
25d ago
🤖Coding Agents & IDEs

Test Patterns

test-patterns
gitgoodordietrying
v1.0.0
View Details

Write and run tests across languages and frameworks. Use when setting up test suites, writing unit/integration/E2E tests, measuring coverage, mocking dependencies, or debugging test failures. Covers Node.js (Jest/Vitest), Python (pytest), Go, Rust, and Bash.

17
2.6k
1
7d ago
🤖Coding Agents & IDEs

OpenAI Codex Sub Agents

codex-sub-agents
adamsardo
v1.0.0
View Details

Use OpenAI Codex CLI for coding tasks. Triggers: codex, code review, fix CI, refactor code, implement feature, coding agent, gpt-5-codex. Enables Clawdbot to delegate coding work to Codex CLI as a subagent or direct tool.

15
3.3k
6
7d ago
🤖Coding Agents & IDEs

TypeScript

typescript
ivangdavila
v1.0.2
View Details

Write type-safe TypeScript with proper narrowing, inference patterns, and strict mode best practices.

14
1.4k
4
25d ago
🤖Coding Agents & IDEs

OpenCode AI

opencode
csuwl
v1.1.0
View Details

OpenCode AI - AI-driven code editor/IDE (CLI/TUI version of Cursor/Windsurf). Use when: (1) AI-assisted coding tasks, (2) Code refactoring with AI, (3) GitHu...

13
818
1
7d ago
🤖Coding Agents & IDEs

Code Generator

code-generator
xueyetianya
v2.3.3
View Details

Multi-language code generator. Generate functions, classes, API endpoints, CRUD operations, test code, refactoring suggestions, language conversion guides, a...

10
861
7d ago
🤖Coding Agents & IDEs

E2E Testing Patterns

e2e-testing-patterns
wpank
v1.0.0
View Details

Build reliable, fast E2E test suites with Playwright and Cypress. Critical user journey coverage, flaky test elimination, CI/CD integration.

10
1.9k
2
25d ago
🤖Coding Agents & IDEs

Testing Patterns

testing-patterns
wpank
v0.1.0
View Details

Unit, integration, and E2E testing patterns with framework-specific guidance. Use when asked to "write tests", "add test coverage", "testing strategy", "test this function", "create test suite", "fix flaky tests", or "improve test quality".

9
1.3k
25d ago
🤖Coding Agents & IDEs

Python Coding Guidelines

python
adarshdigievo
v1.0.0
View Details

Python coding guidelines and best practices. Use when writing, reviewing, or refactoring Python code. Enforces PEP 8 style, syntax validation via py_compile, unit test execution, modern Python versions only (no EOL), uv for dependency management when available, and idiomatic Pythonic patterns.

9
2k
2
25d ago
🤖Coding Agents & IDEs

Code Review

code-review
wpank
v1.0.0
View Details

Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.

8
1.1k
25d ago
🤖Coding Agents & IDEs

Tdd Guide

tdd-guide
alirezarezvani
v2.1.1
View Details

Test-driven development skill for writing unit tests, generating test fixtures and mocks, analyzing coverage gaps, and guiding red-green-refactor workflows a...

7
2.7k
14d ago
🤖Coding Agents & IDEs

JSON Formatter

json-formatter
HonestQiao
v1.0.0
View Details

Format, validate, compress JSON data, and extract JSON paths for improved readability and structure verification.

7
513
25d ago
🤖Coding Agents & IDEs

OpenSpec

openspec
jcorrego
v1.0.0
View Details

Spec-driven development with OpenSpec CLI. Use when building features, migrations, refactors, or any structured development work. Manages proposal → specs → design → tasks → implementation workflows. Supports custom schemas (TDD, rapid, etc.). Trigger on requests involving feature planning, spec writing, change management, or when /opsx commands are mentioned.

7
2.7k
7d ago
🤖Coding Agents & IDEs

Three.js

threejs
ivangdavila
v1.0.0
View Details

Build 3D web experiences with proper resource management and performance patterns.

7
765
2
25d ago
🤖Coding Agents & IDEs

Claude_Game_Developer

game-developer-skill
CryptoRabea
v1.0.0
View Details

Use when building game systems, implementing Unity/Unreal features, or optimizing game performance. Invoke for Unity, Unreal, game patterns, ECS, physics, ne...

7
690
3
25d ago
🤖Coding Agents & IDEs

caching

caching
wpank
v1.0.0
View Details

Caching strategies, invalidation, eviction policies, HTTP caching, distributed caching, and anti-patterns. Use when designing cache layers, choosing eviction policies, debugging stale data, or optimizing read-heavy workloads.

6
567
25d ago
🤖Coding Agents & IDEs

Testing Workflow

testing-workflow
wpank
v0.1.0
View Details

Meta-skill that orchestrates comprehensive testing across a project by coordinating testing-patterns, e2e-testing, and testing agents. Use when setting up testing for a new project, improving coverage for an existing project, establishing a testing strategy, or verifying quality before a release.

6
899
1
7d ago
🤖Coding Agents & IDEs

Finishing a Development Branch

finishing-a-development-branch
zlc000190
v0.1.0
View Details

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

6
526
22d ago
🤖Coding Agents & IDEs

Critical Code Reviewer

critical-code-reviewer
ziad-hsn
v0.1.0
View Details

Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.

6
1.5k
25d ago
🤖Coding Agents & IDEs

Nightly Build

nightly-build
0xRaini
v1.1.0
View Details

Automates nightly maintenance tasks like skill audits, updates, cleanup, and health checks, then summarizes a morning report.

6
541
23d ago
🤖Coding Agents & IDEs

TypeScript LSP

typescript-lsp
bowen31337
v1.0.0
View Details

TypeScript language server providing type checking, code intelligence, and LSP diagnostics for .ts, .tsx, .js, .jsx, .mts, .cts, .mjs, .cjs files. Use when working with TypeScript or JavaScript code that needs type checking, autocomplete, error detection, refactoring support, or code navigation.

6
790
25d ago
🤖Coding Agents & IDEs

Coding Philosophy

coding-philosophy
nyxur42
v1.1.1
View Details

Insights about refactoring intuitive code, when to impose structure vs let feeling lead, and code as creative expression. Born from building a game across 10...

5
473
7d ago
🤖Coding Agents & IDEs

Code Assistant

code-assistant
miguelguerra200022-sudo
v1.0.0
View Details

Asistente de programación especializado. Analiza código, encuentra bugs, sugiere optimizaciones, refactoriza y genera documentación automáticamente.

5
463
7d ago

Other ⚡ AI Code Generation Phases

🏗️
Project Scaffolding
Generate complete project structures, starter templates, and boilerplate from plain descriptions.
⚡
Autocomplete & Inline
Complete functions in context, generate docstrings, and convert pseudocode to working implementations.
🖥️
Frontend & UI
Generate React, Vue, and other frontend components, styles, and page layouts from descriptions.