NestJS best practices and architecture patterns for building production-ready applications. This skill should be used when writing, reviewing, or refactoring NestJS code to ensure proper patterns for modules, dependency injection, security, and performance.
All-time #847Trending #1423Hot #688First seen Jan 19, 2026
40 NestJS best practices organized by priority across architecture, dependency injection, security, and performance.
Covers 10 rule categories from critical (architecture, DI) to low-medium (DevOps), each with specific, actionable patterns and anti-patterns Includes rules for modules, controllers, services, error handling, authentication, database optimization, testing, and microservices Each rule provides explanation, incorrect vs. correct code examples, and context for when to apply Designed to guide automated refactoring and code generation in production NestJS applications
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
This skill is a documentation and rule-set repository for NestJS best practices. It provides architectural, security, and performance guidelines for AI agents and developers. No malicious patterns, obfuscation, or data exfiltration attempts were detected.
snykLOW
Analyzed Feb 17, 2026
No issues detected.
socketScore 0.9000 · 0 alerts
Analyzed Mar 18, 2026
license1
maintenance1
quality0.9
supply chain1
vulnerability1
0 alerts
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars272
LicenseMIT
Default branchmain
Open issues2
Status
Active
Skill metadata
Parsed from SKILL.md frontmatter.
Version1.2.0
LicenseMIT
More metadata
author
Kadajett
version
1.2.0
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md4,754 B
docsSUMMARY.md286 B
History
First seen on skills.sh
First recorded snapshot · 27,019 installs
SKILL.md
NestJS Best Practices
Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation.
When to Apply
Reference these guidelines when:
Writing new NestJS modules, controllers, or services
Implementing authentication and authorization
Reviewing code for architecture and security issues