generating-nest-servers

Generate specification-driven NestJS server scaffolds with modules and tests.

Updated Dec 8, 2025
One-click install
npx skills add https://github.com/lenneTech/claude-code --skill generating-nest-servers
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: generating-nest-servers
Source: https://github.com/lenneTech/claude-code/tree/main/plugins/lt-dev/skills/generating-nest-servers
Command: npx skills add https://github.com/lenneTech/claude-code --skill generating-nest-servers

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRIMARY expert for ALL NestJS and @lenne.tech/nest-server tasks. ALWAYS use this skill when working with NestJS in projects using @lenne.tech/nest-server, including monorepos. It covers analysis, creation, debugging, testing, server creation, security analysis, and test generation. It also emphasizes reading CrudService as a baseline before modifying services.

Core Features & Use Cases

  • ALL NestJS/nest-server tasks: modules, services, controllers, resolvers, models, tests, server creation, and debugging.
  • Handles lt server commands, security analysis, test creation, and backend development workflows.
  • Enforces CrudService patterns and security-first practices before implementing changes.

Quick Start

Try: lt server create MyApi to generate a new NestJS server scaffold, then explore generated modules and services.

Frequently Asked Questions about generating-nest-servers

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a NestJS server scaffold with security built in?

Generate specification-driven NestJS server scaffolds using the lt server create command, which produces secure, consistent APIs with CrudService patterns, metadata, and test coverage enforced from the start.

Can I use this Skill with monorepo structures?

Yes, this Skill handles NestJS projects in monorepos with apps/*, modules/*, and packages/* directory layouts, supporting analysis, module creation, and debugging across distributed architectures.

What security analysis does it perform on NestJS backends?

It analyzes NestJS services and modules for security rule adherence, validates CrudService baseline implementations, and identifies compliance gaps before deployment.

How do I create modules and services following this Skill's patterns?

Define your API specification, then use the Skill to generate modules, services, controllers, and resolvers that conform to CrudService patterns and security-first practices with complete test coverage.

Does this Skill generate tests automatically?

Yes, it generates test coverage alongside modules, services, and resolvers, ensuring consistent test metadata and adherence to security and specification requirements.

What's the difference between using this for single services versus server-wide generation?

The Skill scales from individual module and service creation to full server scaffolds; both paths enforce the same CrudService patterns, security rules, and configuration-driven workflows.