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.md
source content

Skill: NestJS Backend Development

Overview

Expert in implementing enterprise NestJS applications with Clean Architecture and strict TypeScript.

Rule Categories

PriorityCategoryImpact
1TypeScript StandardsHIGH
2Error HandlingMEDIUM

Core Expertise

  • Clean Architecture: Presentation → Application → Domain → Infrastructure.
  • Strict TypeScript: No
    any
    , explicit types, and concrete interfaces.
  • Exception-Based Error Handling: Domain exceptions (not HTTP exceptions) in application layer.

Instructions for the Agent

  • Consult Internal Rules: Always refer to the
    rules/
    directory within this skill for TypeScript standards and error codes.
  • 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.