The clean-code skill applies Robert C. Martin's "Clean Code" principles to help developers transform functional code into maintainable, readable code through guidance on naming conventions, function design, commenting practices, formatting standards, and object-oriented principles. It serves developers writing new code, reviewing pull requests, and refactoring legacy systems who need to identify code smells and align their work with industry best practices. The skill solves the problem of code that works but is difficult to read, understand, and maintain by providing actionable principles based on established software engineering standards.
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill clean-code