Clean Code Standard — Quick Reference This skill is the authoritative clean code standard for this repository's shared skills. It defines stable rule IDs ( ), how to apply them in reviews, and how to extend them safely via language overlays and explicit exceptions. Modern Best Practices (January 2026) : Prefer small, reviewable changes and durable change context. Use RFC 2119 normative language consistently. Treat security-by-design and secure defaults as baseline (OWASP Top 10, NIST SSDF). Build observable systems (OpenTelemetry). For durable links and current tool choices, consult . --- Qui…