code-quality

Installation
SKILL.md

Programming Philosophy and Quality Standards

Core Philosophy

  • Code is primarily written for humans to read and maintain; machine execution is a by-product
  • Priority: Readability & Maintainability > Correctness > Performance > Code length
  • Follow idiomatic practices of each language community

Complexity Management

Complexity = Dependencies + Obscurity

Symptoms to Watch For

Related skills
Installs
11
Repository
ahonn/dotfiles
GitHub Stars
61
First Seen
Feb 28, 2026