What problem does it solve?
This skill eliminates the manual overhead and configuration drift associated with setting up a new full-stack TypeScript project, ensuring every project starts with a consistent, disciplined architecture.
Core Features & Use Cases
- Standardized Scaffolding: Automatically lands the core Hedgehog stack including Nx, NestJS, Drizzle, and PostgreSQL.
- Conditional Add-on Integration: Dynamically scaffolds optional infrastructure like Auth, Queue (BullMQ), or Mobile (Expo) based on project requirements defined in the planning phase.
- Use Case: When starting a new application, use this skill to instantly provision the monorepo structure, database connections, and necessary service seams without manually configuring individual packages or environment variables.
Quick Start
Run the hedgehog-bootstrap skill to initialize the project workspace and scaffold the required add-ons defined in the TODO.md file.