coding-standards

Installation
SKILL.md

Coding Standards & Best Practices

Universal coding standards, best practices, and patterns for TypeScript, JavaScript, React, and Node.js development.

Code Quality Principles

1. Readability First

  • Code is read more than written
  • Clear variable and function names
  • Self-documenting code preferred over comments
  • Consistent formatting

2. KISS (Keep It Simple, Stupid)

  • Simplest solution that works
  • Avoid over-engineering
  • No premature optimization
  • Easy to understand > clever code

3. DRY (Don't Repeat Yourself)

  • Extract common logic into functions
Related skills

More from dedalus-erp-pas/hexagone-foundation-skills

Installs
21
GitHub Stars
3
First Seen
Mar 27, 2026