What problem does it solve? AI-generated code often suffers from over-engineering, excessive comments, deep nesting, and broken cross-file dependencies. This Skill enforces pragmatic coding standards so every edit stays concise, direct, and consistent with clean code principles. ## Core Features & Use Cases - Coding Standards Enforcement: Applies SRP, DRY, KISS, YAGNI, and Boy Scout rules with concrete naming, function size, and structure conventions. - Dependency-Aware Editing: Requires checking imports, dependents, and tests before modifying any file, preventing broken references. - Verification Workflow: Maps specialist agents to validation scripts (lint, type coverage, UX audit, security scan) with a mandatory read-summarize-ask output handling process. - Use Case: When refactoring a TypeScript service in a monorepo, the Skill ensures functions stay under 20 lines, guard clauses replace nesting, and all dependent files are updated in the same task. ## Quick Start Ask the AI to refactor or write code in your project and it will apply clean code principles, check file dependencies, and run the appropriate validation scripts before completing.