sw-boilerplate

Generate project boilerplates from requirements/tech-stack.yaml with Docker and UI scaffolding.

3|1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/chfle/lehnert-claude-skills --skill sw-boilerplate
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sw-boilerplate
Source: https://github.com/chfle/lehnert-claude-skills/tree/main/skills/sw-boilerplate
Command: npx skills add https://github.com/chfle/lehnert-claude-skills --skill sw-boilerplate

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Scaffolding a complete project boilerplate from a tech stack description to save setup time and reduce manual configuration across frontend, backend, database, and deployment.

Core Features & Use Cases

  • Orchestrates the generation of root config, source structure, and optional infrastructure based on requirements/tech-stack.yaml.
  • Conditionally creates Docker infrastructure, UI foundations, and database scaffolding whenever the stack specifies them.
  • Supports multiple stacks (Next.js, NestJS, Spring Boot, FastAPI, Go, etc.) and ensures consistent, production-ready skeletons in a single run.

Quick Start

Run /sw-boilerplate to scaffold the complete project boilerplate in the workspace root based on requirements/tech-stack.yaml.

Frequently Asked Questions about sw-boilerplate

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

FAQPage Schema
How do I automate project scaffolding for multiple tech stacks?

Generate production-ready project boilerplates by orchestrating source structures, Docker infrastructure, and root config directly from a tech-stack.yaml file. This ensures consistent, idempotent scaffolding across multiple stacks in a single run.

How do I generate Docker infrastructure and UI foundations from a tech stack description?

Generate Docker infrastructure and UI foundations conditionally by specifying them in your tech-stack.yaml requirements. The scaffolding orchestrator detects these stack components and builds the necessary foundation files automatically.

Can I scaffold production-ready NestJS or FastAPI project skeletons automatically?

You can scaffold production-ready skeletons for NestJS, FastAPI, Next.js, Spring Boot, and Go. The orchestrator reads your tech-stack.yaml and conditionally generates the matching source structures and configurations.

What is the best way to ensure idempotent codegen for project setup?

Ensure idempotent codegen for project setup by using an orchestrator that applies guardrails and clear outputs during scaffolding. It relies on sub-skills to prevent duplicate file creation and maintain consistent project state across runs.

Does the boilerplate scaffolding support conditional database scaffolding?

The boilerplate scaffolding supports conditional database scaffolding. Whenever your tech-stack.yaml specifies a database, the orchestrator automatically generates the required database foundation files alongside the source structure.