From claude-sdlc-team
Apply pragmatic clean-code standards — DRY, YAGNI, KISS, separation of concerns, naming, small functions, low complexity. Use when writing or reviewing code to keep it readable and maintainable. Cited by the implementer, QA, and code reviewer as a shared rubric.
How this skill is triggered — by the user, by Claude, or both
Slash command
/claude-sdlc-team:clean-code-standardsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- **DRY** — remove duplicated knowledge; extract a single source of truth. But don't over-abstract incidental similarity.
Flag duplicated knowledge, speculative generality, names that mislead, functions doing >1 thing, nesting >3 deep. Cite file:line and the standard. Prefer concrete refactors over vague "make it cleaner".
npx claudepluginhub danniel-isiah-libor/danniel-claude-plugins --plugin claude-sdlc-teamCreates bite-sized, testable implementation plans from specs or requirements, with file structure and task decomposition. Activates before coding multi-step tasks.