clean-code
sickn33/antigravity-awesome-skills
This skill provides comprehensive guidelines based on Clean Code principles, transforming merely functional code into highly readable, maintainable, and robust software. It covers best practices for naming conventions, function design (small, single responsibility), error handling (exceptions over return codes), formatting, and adhering to Test-Driven Development (TDD). Use this skill when writing new features, reviewing pull requests, or refactoring legacy systems to improve overall code quality.