workflow-clean-code-angular

Installation
SKILL.md

Three things that separate senior-crafted code from AI-generated code:

  1. Nothing unnecessary — no defensive checks for impossible scenarios, no abstractions with one consumer, no comments that restate the code
  2. Right responsibility in the right place — stores own data transformations, components coordinate UI, templates just bind
  3. Consistent patterns — every store follows the same anatomy, every component follows the same structure, no surprise conventions

<quick_start>

Installs
54
Repository
neogenz/skills
First Seen
Mar 30, 2026
workflow-clean-code-angular — neogenz/skills