概要
The Code Hygiene skill acts as a proactive architectural guardrail for Claude, ensuring that code remains clean, readable, and easy to maintain. It mandates self-documenting code through precise naming, restricts file sizes to prevent bloated modules, and enforces a 'Why, not What' commenting philosophy. By integrating these standards into the development workflow, the skill helps developers avoid common pitfalls like archaeological comments, commented-out code, and violated single-responsibility principles, ultimately reducing technical debt and improving long-term project health.