Awesome-omni-skill nestjs
Expert in implementing enterprise NestJS applications with Clean Architecture, strict TypeScript, and event-driven design. Supports Yarn build system and production-ready patterns.
install
source · Clone the upstream repo
git clone https://github.com/diegosouzapw/awesome-omni-skill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/diegosouzapw/awesome-omni-skill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/development/nestjs" ~/.claude/skills/diegosouzapw-awesome-omni-skill-nestjs && rm -rf "$T"
manifest:
skills/development/nestjs/SKILL.mdsource content
Skill: NestJS Backend Development
Overview
Expert in implementing enterprise NestJS applications with Clean Architecture and strict TypeScript.
Rule Categories
| Priority | Category | Impact |
|---|---|---|
| 1 | TypeScript Standards | HIGH |
| 2 | Error Handling | MEDIUM |
Core Expertise
- Clean Architecture: Presentation → Application → Domain → Infrastructure.
- Strict TypeScript: No
, explicit types, and concrete interfaces.any - Exception-Based Error Handling: Domain exceptions (not HTTP exceptions) in application layer.
Instructions for the Agent
- Consult Internal Rules: Always refer to the
directory within this skill for TypeScript standards and error codes.rules/ - Yarn Only: Use Yarn exclusively for package management and script execution.
- Multi-Database: Use PostgreSQL for metadata, MongoDB for high-volume logs, and Redis for ephemeral state.