Loading...
Loading...
Found 873 Skills
Make an existing change more concise without altering behavior. Use when asked to simplify or reduce a diff.
Requires detailed type annotations for all Python functions, methods, and class members.
Determine if proposed changes require an RFC. Use when planning significant changes, before starting major work, or when asked whether an RFC is needed.
Run test → fix → refactor loop with TDD workflow
Simplify and clean code
Specifies the preferred syntax for asynchronous operations using async/await and onMount for component initialization. This results in cleaner and more readable asynchronous code.
Builds, restructures, and standardizes React components according to project conventions (placement, folder/file naming, exports, props patterns). Use when adding components or when reorganizing existing components during refactors, migrations, or component moves.
Claude Skills meta-skill: extract domain material (docs/APIs/code/specs) into a reusable Skill (SKILL.md + references/scripts/assets), and refactor existing Skills for clarity, activation reliability, and quality gates.
Detect and refactor code duplication with PMD CPD. TRIGGERS - code clones, DRY violations, duplicate code.
Transform code into clean, testable architecture using SOLID principles, Clean Architecture, and proven design patterns
Use this when the user asks to refactor, clean up, optimize, or improve code quality.
Perform a refactor pass focused on simplicity after recent changes. Use when the user asks for a refactor/cleanup pass, simplification, or dead-code removal and expects build/tests to verify behavior.