What problem does it solve?
This Skill provides a centralized collection of ready-to-use project scaffolding templates, enabling developers to bootstrap new applications quickly and consistently without repetitive boilerplate setup.
Core Features & Use Cases
- Template Library: 12 templates spanning Next.js, Express, Python FastAPI, Flutter, Electron, Chrome Extension, and more to cover common project types.
- Selective Reading Rule: Read ONLY the template matching the user's project type to retrieve its TEMPLATE.md and generate a tailored skeleton.
- Rapid Scaffolding: Create a new project structure with a single command, preserving conventions and starter configurations.
- Use Case: Start a Next.js full-stack app with Prisma in minutes by selecting the nextjs-fullstack template and running the scaffolder.
Quick Start
Example: Choose a template type (e.g., nextjs-fullstack) and invoke the scaffolding command to generate a project named my-app with the chosen template.