Skip to main content
Back to registry

nestjs-best-practices

kadajett/agent-nestjs-skills

Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation.

Installs7
Install command
npx skills add https://github.com/kadajett/agent-nestjs-skills --skill nestjs-best-practices
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation. Reference these guidelines when: Read individual rule files for detailed explanations and code examples: Each rule file contains: For the complete guide with all rules expanded: AGENTS.md - Writing new NestJS modules, controllers, or services - Implementing authentication and authorization - Reviewing code for architecture and security issues - Refactoring existing NestJS codebases - Optimizing performance or database queries - Building microservices architectures - arch-avoid-circular-deps - Avoid circular module dependencies - arch-feature-modules - Organize by feature, not technical layer - arch-module-sharing - Proper module exports/imports, avoid duplicate providers - arch-single-responsibility - Focused services over "god services" - arch-use-repository-pattern - Abstract database logic for testability - arch-use-events - Event-driven architecture for decoupling - di-avoid-service-locator - Avoid service locator anti-pattern - di-interface-segregation - Interface Segregation Principle (ISP) - di-liskov-substitution - Liskov Substitution Principle (LSP) - di-prefer-constructor-injection - Constructor over property injection - di-scope-awareness - Understand singleton/request/transient scopes -...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does nestjs-best-practices do?

Comprehensive best practices guide for NestJS applications. Contains 40 rules across 10 categories, prioritized by impact to guide automated refactoring and code generation.

Is nestjs-best-practices good?

nestjs-best-practices does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does nestjs-best-practices work with?

nestjs-best-practices currently lists compatibility with Agent compatibility has not been published yet..

What are alternatives to nestjs-best-practices?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install nestjs-best-practices?

npx skills add https://github.com/kadajett/agent-nestjs-skills --skill nestjs-best-practices

Related skills

Alternatives in Software Engineering