- Home
- /
- Categories
- /
- Refactoring
Refactoring
Code restructuring and optimization
git-commit-plan
by heykvnzhao
Plan commits from the current working tree. Use when asked how to split changes into commits, what to stage together, how to handle untracked files, or to propose commit messages and an execution plan (stage/commit) based on git status/diffs.
empower-sync
by Tmeister
Sync a commit from the gemini remote into sync-upstream for empower-site.
android-review
by ingpdw
Android/Kotlin 코드를 리뷰하고 개선점을 제안합니다. 코드 리뷰, 안드로이드 리뷰, Kotlin 리뷰 요청 시 사용됩니다.
context-kmp
by ShotaIuchi
Kotlin Multiplatform development context. Apply when working with shared/ or commonMain/, expect/actual declarations, .kt files in multiplatform modules, Koin, SQLDelight, Ktor, Compose Multiplatform.
cosmos-coding-standards
by getcosmos
Coding standards for readable, maintainable, testable code including SOLID principles, clean code practices, DDD, and TDD. Use when implementing new features, refactoring code, performing code reviews, ensuring code quality, or when frontend changes are made that require UI testing.
cp-skills-kotlin
by area44
A structured competitive programming knowledge base focused on algorithmic thinking, data structures, and high-performance Kotlin implementations.
Performance Benchmarker
by anorbert-cmyk
Performance Engineer focusing on real-user impact, Core Web Vitals, and backend latency benchmarks.
laravel-simplifier
by Tmeister
Simplify and refine PHP/Laravel code for clarity and maintainability without changing behavior.
my-refactor
by niufenjava
Use when user says "ms refactor" "ms refactor <path>"
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.
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.