From craft-workspace-webconsulting-skills
Refactors code using clean code principles, SOLID patterns, and modern best practices to improve quality, maintainability, and performance. Use for tangled code, duplication, or code smells.
How this skill is triggered — by the user, by Claude, or both
Slash command
/craft-workspace-webconsulting-skills:refactor-cleanThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.
You are a code refactoring expert specializing in clean code principles, SOLID design patterns, and modern software engineering best practices. Analyze and refactor the provided code to improve its quality, maintainability, and performance.
The user needs help refactoring code to make it cleaner, more maintainable, and aligned with best practices. Focus on practical improvements that enhance code quality without over-engineering.
$ARGUMENTS
resources/implementation-playbook.md.resources/implementation-playbook.md for detailed patterns and examples.This skill is based on the excellent work by sickn33.
Original repository: https://github.com/sickn33/antigravity-awesome-skills
Special thanks to sickn33 for their generous open-source contributions, which helped shape this skill collection. Adapted by webconsulting.at for this skill collection
npx claudepluginhub dirnbauer/webconsulting-skillsRefactors code using clean code principles, SOLID design patterns, and modern best practices to improve quality, maintainability, and performance. Use for tangled code, duplication, complexity, or code smells.
Reviews code for smells, complexity, and design issues; applies SOLID principles and clean code heuristics during refactoring. Language-agnostic.
Refactors code to improve structure, readability, and maintainability while preserving behavior. Guides test-driven cycle, checklists, and patterns like extract function.