重构
代码重组与优化
jherr-dev-workflow
adrianbrowning
Iterative development workflow based on "Make it work, Make it right, Make it fast" philosophy. Use when building software features, components, or systems from scratch. Guides Claude through three distinct phases - getting a working solution first, then refactoring for quality, and finally optimizing performance only when needed. Prevents premature optimization and over-engineering. Integrates seamlessly with TDD (Test-Driven Development) by mapping test phases to development phases.
prompt-optimizer
affaan-m
分析原始提示,识别意图和差距,匹配ECC组件(技能/命令/代理/钩子),并输出一个可直接粘贴的优化提示。仅提供咨询角色——绝不自行执行任务。触发时机:当用户说“优化提示”、“改进我的提示”、“如何编写提示”、“帮我优化这个指令”或明确要求提高提示质量时。中文等效表达同样触发:“优化prompt”、“改进prompt”、“怎么写prompt”、“帮我优化这个指令”。不触发时机:当用户希望直接执行任务,或说“直接做”时。不触发时机:当用户说“优化代码”、“优化性能”、“optimize performance”、“optimize this code”时——这些是重构/性能优化任务,而非提示优化。
maui-performance-optimization
Rimblehelm
A brief description of what this skill does
detect_contradictions
HowardKao-1130
Detect contradictions between extracted claims.
clean-codejs-objects
DamianWrooby
Object and class design patterns following Clean Code JavaScript.
refactor
Evan-acg
"Before refactoring, this process must be used. Through collaborative dialogue, we will explore user intent, requirements, and design solutions in depth."
clean-code-architect
xuesongjun
架构专家 - 编写新功能、重构旧代码、定义 API 时的代码质量约束
swift-tdd
andrewdmontgomery
Use when implementing any Swift or SwiftUI feature or bugfix, before writing implementation code
Rapid Prototyper
anorbert-cmyk
Rapid Prototyper balancing speed with "upgrade paths" to ship clear, working end-to-end demos quickly.
obsidian-plan-wiki
Cygnusfear
Create and manage behavior specification wikis in Obsidian format. Use when creating specs, documenting features, or when user mentions "wiki", "spec", "feature", or "Obsidian".
flutter-feature-delivery
Envy-7z
End-to-end Flutter feature delivery workflow for Dart apps using clean boundaries, small safe slices, and explicit state management. Use when implementing screens/features from requirement/design to verifiable patch.
safe-refactoring
togswr
コードスメルの検出、安全なリファクタリング手順の設計、レガシーコード改善を行う。 リファクタリング計画の作成、テストなしコードの段階的改善、Tidy First?による日常的な整頓、 大規模リファクタリング戦略の選定が必要な場合に使用する。
build-release
ingpdw
Android App Bundle(AAB) 프로덕션 빌드를 생성합니다. AAB 빌드, 릴리즈 빌드, 프로덕션 빌드, Play Store 배포용 빌드 요청 시 사용됩니다.
skill-reviewer
squirrel289
'Evaluate and compare AI agent skills with a structured, repeatable, objective, and data-driven process. Use when asked to review one or more skills, define scoring criteria, compare alternatives, compute platform-specific success scores, or recommend whether to select, improve, extend, compose, or build a new skill.'
test-driven-development
aleister1102
Use when implementing any feature or bugfix, before writing implementation code
refactor-clean
gopherguides
"Finds and safely removes dead Go code, orphaned tests, and avoidable complexity with verification. Use for behavior-preserving cleanup; do not use for product feature changes."