Ask me what skills you need
What are you building?
Tell me what you're working on and I'll find the best agent skills for you.
Create and manage a DDD bounded context with standard directory structure
Create a bounded context directory structure for the given context name.
Parse $ARGUMENTS as the context name (kebab-case). If empty, list existing contexts.
Validate name: Ensure the context name is kebab-case and does not already exist under src/.
Create directory structure:
src/<context-name>/
domain/
entities/
value-objects/
events/
services/
repositories/
application/
infrastructure/
Generate index files:
src/<context-name>/domain/entities/index.ts -- barrel export for entitiessrc/<context-name>/domain/value-objects/index.ts -- barrel export for value objectssrc/<context-name>/domain/events/index.ts -- barrel export for domain eventssrc/<context-name>/domain/services/index.ts -- barrel export for domain servicessrc/<context-name>/domain/repositories/index.ts -- barrel export for repository interfacessrc/<context-name>/domain/index.ts -- re-export all domain submodulessrc/<context-name>/application/index.ts -- barrel export for application servicesnpx skills add ruvnet/ruflo --skill ddd-contextHow clear and easy to understand the SKILL.md instructions are, rated from 1 to 5.
Very clear and well structured, with almost no room for misunderstanding.
How directly an agent can act on the SKILL.md instructions, rated from 1 to 5.
Highly actionable with clear, concrete steps that an agent can follow directly.