What problem does it solve? AI-generated code often suffers from over-engineering, excessive comments, deep nesting, and bloated functions. This Skill enforces pragmatic coding standards so generated code stays concise, readable, and free of unnecessary abstractions. ## Core Features & Use Cases - Coding Standards Enforcement: Applies SRP, DRY, KISS, YAGNI, and Boy Scout principles with concrete naming, function size, and structure rules. - Anti-Pattern Detection: Flags common mistakes like god functions, magic numbers, deep nesting, and unnecessary helper files, with direct fixes. - Dependency-Aware Editing: Requires checking imports, dependents, and test coverage before modifying any file, preventing broken references. - Use Case: When asking an AI agent to add a feature or fix a bug, this Skill ensures it writes the code directly, edits all dependent files in the same task, and runs a mandatory self-check before declaring completion. ## Quick Start Apply the clean-code standards to refactor this module and fix any broken imports in dependent files.