clean-code
Actionable principles for writing readable, maintainable code through naming, function design, and testing standards.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill clean-codeStats
| Total installs | 4,151 |
| Weekly installs | 4.1K |
| GitHub stars | 27.9K |
| First seen | Jan 20, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Covers nine core areas: meaningful naming conventions, function design (size, single responsibility, argument limits), comment best practices, formatting standards, object and data structure patterns, error handling strategies, unit testing discipline, class design, and code smell identification
- Provides actionable guidance for writing new code, reviewing pull requests, refactoring legacy code, and establishing team standards
- Includes specific anti-patterns to avoid (disinformation in names, side effects, null returns, chained method calls) and positive patterns to adopt (intention-revealing names, exception-based error handling, TDD principles)
- Offers a practical implementation checklist for validating code quality across function size, naming clarity, test coverage, and argument complexity
Tags
nodetypescriptjavacode-qualitytestingarchitectureeducationproductivitybest-practicesreviewagent-skill
Related skills
| Skill | Installs | vs clean-code |
|---|---|---|
| frontend-code-review | 4,378 | +227 |
| git-advanced-workflows | 5,016 | +865 |
| python-project-structure | 3,922 | -229 |
| vue-pinia-best-practices | 4,809 | +658 |
| rust-best-practices | 4,884 | +733 |
FAQ
- How many installs does clean-code have?
- clean-code has 4,151 total installs and 4.1K installs this week.
- Where is clean-code hosted?
- clean-code is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does clean-code have?
- clean-code has 27.9K GitHub stars.
- When was clean-code first indexed?
- OrangeBot.AI first indexed clean-code on Jan 20, 2026.
- How do I install clean-code?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill clean-code