coding-standards
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
Quick Reference
More from williamzujkowski/standards
security-practices
Modern security standards including Zero Trust Architecture, supply chain security, DevSecOps integration, and cloud-native protection
11testing
Comprehensive testing standards including unit, integration, security, and property-based testing with TDD methodology
10skill-loader
Skill-Loader standards and best practices for Skill Loader. Includes implementation guidelines, common patterns, and testing strategies.
7nist-compliance
NIST 800-53r5 control implementation, tagging, evidence collection, and compliance automation for security frameworks
6legacy-bridge
Backward compatibility bridge that translates legacy @load patterns to new Skills format. Enables seamless migration with zero breaking changes during 6-month transition period.
4