generate_production_code
Generate production-ready code templates with industry-standard patterns. Specify your stack and feature type to scaffold APIs, auth, database, testing, security, CI/CD, Docker, and more.
Instructions
Generate production-ready code templates with industry-standard patterns. Supports: api, auth, database, testing, error_handling, logging, security, ci_cd, docker, branch_strategy. Specify stack (nestjs, express, fastify) and feature type.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stack | No | Framework: nestjs, express, fastify, default | |
| feature | No | Feature type: api, auth, database, testing, error_handling, logging, security, ci_cd, docker | |
| language | No | Language: typescript (default), javascript |