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 generated code stays concise, readable, and consistent across edits. ## 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 Workflow: Maps specialist agents to validation scripts and mandates a read-summarize-ask flow before fixing reported issues. - Use Case: When asking an AI to add a feature or fix a bug in a Laravel or TypeScript project, the Skill ensures the change is minimal, self-documenting, and all dependent files are updated in the same task. ## Quick Start Ask the AI to implement a feature or fix a bug and require it to follow the clean-code standards before marking the task complete.