project-scaffolding

Generate project scaffolds across 70+ frameworks with interactive configuration.

2|Updated Feb 5, 2026
One-click install
npx skills add https://github.com/twarogowski/trauma2 --skill project-scaffolding
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: project-scaffolding
Source: https://github.com/twarogowski/trauma2/tree/main/.claude/skills/project-scaffolding
Command: npx skills add https://github.com/twarogowski/trauma2 --skill project-scaffolding

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates production-ready project scaffolding across 70+ frameworks and configurations, saving developers hours of setup time.

Core Features & Use Cases

  • Interactive wizard for selecting project type, language, framework, database, linting, testing, and DevOps options.
  • Generates boilerplate configurations (TypeScript, ESLint, Prettier, Docker, GitHub Actions) and README templates.
  • Use cases: bootstrap full-stack apps, API backends, browser extensions, and monorepo templates.

Quick Start

Create a new project scaffold by specifying a name and type; after scaffold, review the generated README for next steps, install dependencies with your package manager, and start development.

Frequently Asked Questions about project-scaffolding

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

FAQPage Schema
How do I scaffold a new full-stack project with TypeScript and Docker configurations?

You can scaffold a full-stack project by using the interactive wizard to select your framework, language, and DevOps tooling. The skill outputs fully configured project scaffolds including TypeScript, ESLint, Prettier, Docker, and CI workflows without running dependencies.

Can I generate boilerplate for a React Native or Flutter mobile app?

Yes, you can generate mobile app boilerplate for React Native, Flutter, and Expo. The scaffolding wizard supports 70+ frameworks across mobile, frontend, backend, and desktop environments, outputting production-ready project templates.

Does the scaffolding wizard set up ESLint, Prettier, and GitHub Actions CI workflows?

Yes, project scaffolding configures ESLint, Prettier, and GitHub Actions CI workflows. It generates boilerplate configurations for linting, testing, and DevOps tooling alongside your selected framework and language settings.

What's the best way to bootstrap a monorepo template with FastAPI and Next.js?

The best way to bootstrap a monorepo with FastAPI and Next.js is using the interactive scaffolding wizard. It automates production-ready project setup across multiple frameworks, outputting fully configured project scaffolds for your selected stack.

Do I need to run an external API or package manager during project scaffolding?

No, you do not need an external API or package manager running during scaffolding. The skill outputs project files locally without running dependencies; you must run your package manager locally to install dependencies after the scaffold is generated.

Why does my generated project scaffold not have node_modules installed?

Your generated project scaffold lacks node_modules because the skill outputs configured files without running dependencies or external APIs. You must review the generated README and run your package manager locally to install dependencies and start development.