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".
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub danniel-isiah-libor/danniel-claude-plugins --plugin claude-sdlc-team