From coding-standards
This skill should be used when the user asks about "clean architecture", "domain driven design", "DDD", "should I use a library or write custom code", "library vs custom implementation", "avoid utils/helpers folders", "separation of concerns", "bounded contexts", "architecture best practices", "code organization patterns", "anti-patterns to avoid", requests architectural review, or wants guidance on structuring code following DDD and Clean Architecture principles with library-first approach.
How this skill is triggered — by the user, by Claude, or both
Slash command
/coding-standards:software-architectureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles.
This skill provides guidance for quality focused software development and architecture. It is based on Clean Architecture and Domain Driven Design principles.
cockatiel instead of writing your own retry logic.utils, helpers, common, sharedOrderCalculator, UserAuthenticator, InvoiceGeneratorutils.js with 50 unrelated functionshelpers/misc.js as a dumping groundcommon/shared.js with unclear purposenpx claudepluginhub j2h4u/oh-my-claude-plugins --plugin coding-standardsGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.