What is clean-code?
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments Source: dokhacgiakhoa/antigravity-ide.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
Quickly install clean-code AI skill to your development environment via command line
Source: dokhacgiakhoa/antigravity-ide.
| SRP | Single Responsibility - each function/class does ONE thing | | DRY | Don't Repeat Yourself - extract duplicates, reuse | | KISS | Keep It Simple - simplest solution that works | | YAGNI | You Aren't Gonna Need It - don't build unused features | | Boy Scout | Leave code cleaner than you found it |
| Variables | Reveal intent: userCount not n | | Functions | Verb + noun: getUserById() not user() | | Booleans | Question form: isActive, hasPermission, canEdit | | Constants | SCREAMINGSNAKE: MAXRETRYCOUNT |
Rule: If you need a comment to explain a name, rename it.
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments Source: dokhacgiakhoa/antigravity-ide.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/dokhacgiakhoa/antigravity-ide --skill clean-codePragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments Source: dokhacgiakhoa/antigravity-ide.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/dokhacgiakhoa/antigravity-ide --skill clean-code Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/dokhacgiakhoa/antigravity-ide