Loading...
Loading...
Core engineering principles for sustainable, maintainable code. No shortcuts, no hacks. Quality gates before completion.
npx skill4agent add duyet/claude-plugins engineering-discipline| Bad | Why | Good |
|---|---|---|
| Magic numbers | Unclear | Named constants |
| God objects | Unmaintainable | Single responsibility |
| Copy-paste | Bug multiplication | Extract shared |
| Commented code | Confusion | Git history |
| Premature optimization | Wrong focus | Measure first |