From Agentic SDD (Spec-Driven + TDD)
Use when writing, reviewing, or refactoring code to apply clean-code, SOLID, and maintainability standards for TypeScript/JavaScript. Trigger on "clean code", "refactor", "code smell", "maintainable", "SOLID", "review", or whenever assessing whether code is well-written.
How this skill is triggered — by the user, by Claude, or both
Slash command
/agentic-sdd:clean-codeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Code is read far more than written. Optimize for the next reader.
Code is read far more than written. Optimize for the next reader.
data/tmp/mgr vagueness. Booleans read as predicates (isActive, hasAccess).if. No side effects hidden behind innocuous names.any; model states with discriminated unions; make illegal states unrepresentable.npx claudepluginhub walmanarias/agentic-workflow --plugin agentic-sddProvides 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.