← Catalog

No. 057 · framework

NestJS Patterns

Modules, guards, pipes, and microservices

Version 1.0.0 License MIT Format SKILL.md

Build NestJS applications: module organization, guards and pipes, exception filters, microservice transport layers, and CQRS patterns.

When to use this skill

  • Creating a NestJS module
  • Setting up a guard
  • Implementing CQRS in NestJS

Core concepts

This skill provides guidance on nestjs patterns best practices, patterns, and common pitfalls. It is designed to be loaded on demand when a relevant task is detected.

Installation

curl -LO https://opencode-skills.example/downloads/framework/nestjs-patterns.zip
unzip nestjs-patterns.zip -d ~/.config/opencode/skills/

Restart OpenCode — the skill loads automatically.

When it triggers

  • creating a NestJS module
  • setting up a guard
  • implementing CQRS in NestJS