coding-standards
Coding Standards & Design Principles Guide
Overview
This skill ensures you write high-quality, maintainable code that follows industry best practices. Use this whenever you're writing code, reviewing code, or refactoring existing implementations. The principles here apply across all programming languages, with specific considerations for different contexts.
Core Philosophy:
- Clarity over cleverness - Code is read more often than written
- Practical pragmatism - Apply patterns when they add value, not dogmatically
- Evolution-friendly - Design for change and future extension
- Team-oriented - Write code others (including future you) can understand
Process
🚀 High-Level Workflow
More from yzlin/supaviber
git-safety
Apply critical git safety protocols before any git operations, especially in collaborative environments. Use when performing git commands, managing files, or making destructive changes.
9smart-docs
AI-powered comprehensive codebase documentation generator. Analyzes project structure, identifies architecture patterns, creates C4 model diagrams, and generates professional technical documentation. Use when users need to document codebases, understand software architecture, create technical specs, or generate developer guides. Supports all programming languages.
4