api-feature-cqrs
Installation
SKILL.md
Feature CQRS
Purpose
Generate a complete CQRS-based feature module for NestJS applications. This skill creates the full directory structure with commands, queries, events, handlers, DTOs, controllers, repositories, and tests following enterprise patterns.
When to Use
- Creating new domain entities (User, Product, Order, etc.)
- Adding CRUD operations to existing features
- Building features with side effects (email notifications, webhooks)
- Implementing multi-tenant features with organization isolation
- Any feature that requires database operations