nestjs-project-scaffold
OfficialBuild NestJS backends, structured for growth.
AuthorAgentiveCity
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Bootstrapping or restructuring NestJS projects to follow consistent, production-ready conventions, including folder layout, config, environment setup, and tooling, can be a time-consuming and error-prone process. This Skill automates the scaffolding, providing a solid foundation that is TypeORM-ready, testing-ready, and deployment-friendly.
Core Features & Use Cases
- Automated Project Setup: Create new NestJS API projects or restructure existing ones into a clean, standard layout (e.g.,
src/modules,src/common). - Config & Environment Management: Wire up
@nestjs/configfor robust environment and application configuration, using.envfiles. - Base Infrastructure & Tooling: Set up common filters, guards, interceptors, a health module, and essential tooling like ESLint and Jest, with proper
package.jsonscripts.
Quick Start
Create a new NestJS API service in apps/api with our usual setup, and scaffold a NestJS project that we can later plug TypeORM and auth into.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: nestjs-project-scaffold Download link: https://github.com/AgentiveCity/SkillFactory/archive/main.zip#nestjs-project-scaffold Please download this .zip file, extract it, and install it in the .claude/skills/ directory.