coding-standards
Installation
SKILL.md
Coding Standards Skill
Level 1: Quick Start (5 minutes)
What You'll Learn
Apply essential coding standards for clean, maintainable code that follows industry best practices.
Core Principles
- Consistency: Follow established style guides (PEP 8, Airbnb, Google)
- Readability: Write self-documenting code with clear naming
- Maintainability: Keep functions small (<50 lines), files focused (<500 lines)
- Quality: Enforce standards with linters and formatters