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 code change stays concise, direct, and consistent. ## Core Features & Use Cases - Coding Standards Enforcement: Applies SRP, DRY, KISS, and YAGNI principles with concrete naming, function size, and structure rules. - Dependency-Aware Editing: Requires checking imports and dependents before modifying any file, preventing broken references. - Verification Script Routing: Maps each specialist agent to its correct validation script (lint, type coverage, UX audit, security scan) with a mandatory read-summarize-ask output workflow. - Use Case: When an AI agent refactors a TypeScript service, the Skill forces it to check all importing files, keep functions under 20 lines, run the lint script, and summarize results before claiming completion. ## Quick Start Ask the AI to write or refactor any code and it will automatically apply clean code standards, check dependent files, and run the appropriate verification script.