What problem does it solve? Setting up a new frontend project requires dozens of repetitive decisions: monorepo structure, package installation, linting rules, formatting config, environment validation, and pre-commit hooks. This Skill eliminates that setup friction by providing a complete step-by-step bootstrap procedure aligned with a standardized tech stack. ## Core Features & Use Cases - Monorepo Workspace Setup: Initializes a Turborepo workspace with pnpm, including pnpm-workspace.yaml, turbo.json pipelines, and root scripts for dev, build, lint, type-check, and test. - App Scaffolding: Creates React SPA (Vite) or Next.js applications inside apps/ with TypeScript, Tailwind, and the shadcn design system pre-installed. - Tooling Configuration: Provides ready-to-use Prettier and flat-config ESLint setups, Husky pre-commit hooks with lint-staged, and Zod-based environment variable validation. - Use Case: A developer starting a new client project runs through the seven steps to get a fully configured monorepo with consistent linting, formatting, and environment validation in minutes instead of hours. ## Quick Start Use the bootstrap-project skill to scaffold a new Turborepo monorepo with a Next.js app, the shadcn design system, ESLint, Prettier, and environment validation.