Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Nest

NestJS framework patterns and best practices. Modular architecture, dependency injection, controllers, providers. Trigger: When building scalable server-side apps with NestJS.

majiayu000 8713901 2 files · 1.0 KB Updated 567 repo stars

File contents

NestJS Skill

When to Use

  • Building modular server-side apps
  • Using dependency injection
  • Structuring scalable APIs

Critical Patterns

  • Use modules for separation
  • Providers for business logic
  • Decorators for routing and DI

Decision Tree

  • REST or GraphQL? → Use controllers
  • Service logic? → Use providers
  • Config management? → Use ConfigModule

Edge Cases

  • Circular dependency injection
  • Custom provider scopes
  • Module import order

majiayu000/claude-skill-registry-data/tree/main/development/nest commit 8713901b6f

Frequently asked questions

npx skillmds add majiayu000/nest