sw-boilerplate-structure

Generate project scaffolds from tech-stack.yaml for multi-framework web and backend apps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates the source code skeleton and entry-point structure directly in the workspace root based on requirements/tech-stack.yaml, enabling consistent project layouts and rapid bootstrap.

Core Features & Use Cases

  • Generates skeletons for Next.js App Router and NestJS backends, plus multi-framework boilerplates (Spring Boot, FastAPI, Go) as configured.
  • Supports flat workspace roots or monorepo layouts and places files in the expected directory structure.
  • Provides a silent-completion workflow: no chat output beyond a final completion indicator.

Quick Start

Place requirements/tech-stack.yaml in the workspace root, then invoke /sw-boilerplate-structure to generate the skeleton.

Frequently Asked Questions about sw-boilerplate-structure

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

FAQPage Schema
How do I generate a monorepo project scaffold from a tech-stack.yaml file?▼

You can generate a monorepo project scaffold by placing a well-formed tech-stack.yaml in your workspace root and invoking the boilerplate generator to create a ready-to-run directory structure with minimal prompts.

What is the best way to bootstrap a multi-framework workspace with Next.js and FastAPI?▼

The best way to bootstrap a multi-framework workspace is using a tech-stack.yaml configuration to automatically wire Next.js and FastAPI skeletons into a consistent flat or monorepo layout.

Can I use this scaffolding tool to generate a NestJS backend boilerplate?▼

Yes, you can generate a NestJS backend boilerplate by defining the framework in your tech-stack.yaml, which produces the expected entry-point structure and module wiring in the workspace.

Do I need to manually configure the directory structure when creating a Spring Boot skeleton?▼

No, you do not need to manually configure the directory structure; the scaffold generator places Spring Boot files in the expected layout automatically based on your tech-stack.yaml.

Why does my generated project scaffold have no chat output during the file creation process?▼

Your generated project scaffold has no chat output because the tool uses a silent-completion workflow, suppressing intermediate logs and only emitting a final completion indicator when the skeleton is ready.

Does the boilerplate generator support Go stacks for new project initialization?▼

Yes, the boilerplate generator supports Go stacks for new project initialization, creating the source code skeleton and entry-point structure directly in your workspace root as configured.