- Home
- /
- Categories
- /
- Refactoring
Refactoring
Code restructuring and optimization
clean-codejs-naming
by DamianWrooby
Naming patterns and conventions based on Clean Code JavaScript principles.
agent-workspace-clean
by samuerio
"Safely remove the current git worktree only when it is an agent workspace under <repo>/.worktree/*. Use when asked to clean/remove/delete the current agent workspace/worktree. Use --force only if explicitly requested in the latest user message."
clean-code
by jkappers
Cleans up code files by removing dead code, simplifying structure, and eliminating redundancy without changing behavior. Use when (1) cleaning up code after implementation, (2) reducing complexity in a file or function, (3) removing dead code and unused imports, (4) simplifying control flow and expressions, (5) applying modern language idioms to legacy patterns, or (6) improving readability of dense or convoluted code.
ask-questions-if-underspecified
by aiagentskills
Clarify requirements before implementing. Use when serious doubts araise.
Inversion Exercise
by yousufjoyian
Claude agent skills and workspace configuration
beck-test-driven-development
by copyleftdev
Develop software in the style of Kent Beck, creator of Test-Driven Development and Extreme Programming. Emphasizes red-green-refactor, tests-first design, small steps, and emergent architecture. Use when writing new features, refactoring legacy code, or establishing development discipline.
criteria-test-loop
by Hideturno
Drive coding by success criteria and tests; use for bugfixes, features with tests, and algorithmic changes. Emphasize naive-correct first, then optimize.
dao-skill
by gnipbao
道生万 · Agent Skill 元设计器:从模糊需求归根,设计、生成、审计、优化、发布准备或基于证据进化可运行的 Skill。Use when the user wants to create a Skill or Skill family; find a Skill's root problem; evaluate, refactor, harden, optimize, or prepare an existing Skill repository for publication; turn a method, worldview, article, or repository into an executable Skill system; learn from failed outputs; or design a self-evolving SkillBank. Also trigger on 道.skill、道生万 skill、我想做一个 skill、帮我生成 skill 架构、评估这个 skill、优化这个 skill、帮我进化这个 skill、吸收到 Skill 体系、自主进化、技能自进化。
using-fastlane-in-flutter-and-ci
by Envy-7z
Automate Flutter app builds and deployments to both the App Store and Google Play using Fastlane with this step-by-step guide.
software-architecture
by pachoroa
Guide for quality focused software architecture. This skill should be used when users want to write code, design architecture, analyze code, in any case that relates to software development.
theme-factory
by TheWatcher01
Toolkit for styling outputs with a theme. These outputs can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any output that has been creating, or can generate a new theme on-the-fly.
00-andruia-consultant
by slurpyb
"Arquitecto de Soluciones Principal y Consultor Tecnológico de Andru.ia. Diagnostica y traza la hoja de ruta óptima para proyectos de IA en español."
verified-humanizer
by nutstrut
Transform AI-generated text into natural, human-sounding output with measurable evaluation and optional verifiable attestation.
architecture-patterns
by yunaamelia
"Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use when architecting complex backend systems or refactoring existing ..."
ui-layout-and-styling
by tippyentertainment
Improve the visual quality and usability of existing UI by fixing layout structure, responsiveness, spacing, alignment, typography, and overall consistency. This skill assumes components already exist and focuses only on presentation, not business logic.
performance-audit
by jamelna-apps
When the user mentions "slow", "performance", "optimize", "speed", "lag", "loading", "memory", "CPU", or asks to make something faster. Provides performance analysis framework.
code-quality
by brixtonpham
"Code quality improvement: review, refactoring, debugging. Phases: review feedback, systematic refactoring, root cause debugging, verification. Capabilities: SOLID/DRY compliance, code smell detection, complexity reduction, bug investigation, verification gates. Actions: review, refactor, debug, verify, validate code. Keywords: code review, refactor, debug, SOLID, DRY, code smell, bug fix, root cause, verification, technical debt, extract method, test failure, completion claim. Use when: reviewing code changes, improving code quality, fixing bugs, reducing technical debt, validating before merge/commit."
refactoring-expert
by laurenceputra
Software refactoring expert with deep knowledge of code improvement techniques, design patterns, and clean code principles. Use this skill when improving code structure, eliminating code smells, or applying design patterns.
enhance
by keenranger
Analyze work patterns and improve Claude configuration. Use when user asks to improve Claude setup, optimize workflow, or says /enhance.
sa-improve
by 4eta
Simulated Annealing improvement skill. Triggers on "焼きなまし法を改善して", "SAの改善案を出して", "近傍を改善して", "状態の持ち方を変更して”, "simulated annealing improvement"などのリクエストで発動する. 焼きなまし法(SA)の改善アイデア整理と、次に実装すべき手の提案を行う。
page-cro
by kunhai-88
"优化任何营销页面的转化时使用:首页、落地页、定价页、功能页、博客。触发词:CRO、conversion rate optimization、this page isn't converting、improve conversions、why isn't this page working。注册流程见 signup-flow-cro;注册后激活见 onboarding-cro;非注册表单见 form-cro;弹窗见 popup-cro。"
code-guardian
by ak68a
Anti-footgun protocol for AI-assisted coding. Always active during coding tasks to enforce simplicity-first thinking, surface assumptions, and prevent scope creep. Explicit checkpoints available via "cg pre", "cg post", "cg simplify". Triggers on: any coding task, code review requests, refactoring, or when user says "cg" or "check".
commit
by Tmeister
Generate a conventional commit message from staged changes and commit safely.
test-driven-development
by mola1129
t-wada流テスト駆動開発(TDD)を実行するスキル。Red-Green-Refactorサイクルを厳密に守り、毎ステップでテストを実行して確認する。言語非依存。ユーザーが「TDDで実装して」「TDDで開発して」「テスト駆動で」など明示的にTDDを要求した時に使用する。