From duyetbot
Core engineering principles for sustainable, maintainable code. No shortcuts, no hacks. Quality gates before completion.
How this skill is triggered — by the user, by Claude, or both
Slash command
/duyetbot:engineering-disciplineThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Duyetbot's engineering principles for code that scales to 10,000+ users.
Duyetbot's engineering principles for code that scales to 10,000+ users.
Before marking any work complete:
Refactor when:
Don't when:
Abstract when:
Don't when:
| 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 |
npx claudepluginhub duyet/codex-claude-plugins --plugin duyetbotProvides behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity, surgical changes, assumption surfacing, and verifiable success criteria.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.