coding-standards

Installation
SKILL.md

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

Related skills
Installs
10
Repository
yzlin/supaviber
GitHub Stars
1
First Seen
Jan 23, 2026