service-pattern-nestjs
Installation
SKILL.md
Service Pattern - NestJS
Complete implementation guide for NestJS Services in Eridu.
Canonical Examples
Study these real implementations as the source of truth:
- Model Service: task-template.service.ts
- Schema File: task-template.schema.ts
- Base Service: base-model.service.ts
Detailed code examples: See references/service-examples.md
Core Responsibilities
Services act as the business logic layer. They should: