coding-standards
Originally fromsickn33/antigravity-awesome-skills
Installation
SKILL.md
Coding Standards & Best Practices
Universal standards for clean, maintainable Go code.
When to Activate
- Starting a new service, package, or module
- Reviewing code quality and maintainability
- Refactoring legacy code to consistent conventions
- Enforcing naming, formatting, or structural consistency
- Setting up linting, formatting, and static checks
- Onboarding contributors to shared standards