This skill enforces a strict 'signal-over-noise' philosophy for writing and modifying code. It focuses on clarity of intent by forbidding narrative logging and obvious comments, ensuring that the code itself communicates the logic.
Apply this skill whenever you are writing new functions, refactoring existing code, fixing bugs, or implementing features across any programming language where a clean, production-ready style is required.
Primarily designed for Claude-based agents (as seen in the repo path) but applicable to any LLM-driven coding agent (Cursor, Copilot, etc.) that can follow style guidelines.
This skill has not been reviewed by our automated audit pipeline yet.