What problem does it solve? Starting a new project repo from scratch involves dozens of decisions and boilerplate files — repo layout, stack choices, agent conventions, task tracking — that are easy to get inconsistent. This Skill runs a structured ~10-question interview about your stack and product, then scaffolds a complete, immediately workable repository. ## Core Features & Use Cases - Guided interview: Asks about repo shape (single vs moon + proto monorepo), apps (website, webapp, mobile, API, docs, CLI, desktop), and product context (pricing, legal docs, socials, i18n, theming, look & feel), skipping irrelevant questions. - Full repo scaffolding: Generates the moon/proto workspace, README, .gitignore, CLAUDE.md/AGENTS.md/GEMINI.md convention stubs, and copies the midnite onboarding kit (.claude/.agents/.codex skill mirrors) verbatim from templates/midnite/. - MVP phase docs: Writes one connected phase doc per app in .midnite/tasks/phases/ plus an _INDEX.md, and generates stack-appropriate subagents (architect, tester, security, frontend, api, etc.). - Use Case: You have an idea for a SaaS with a marketing site, webapp, and Nest.js API. Run the skill, answer the interview, confirm the blueprint, and get a monorepo with three linked MVP phase docs ready for /midnite-create. ## Quick Start Ask the assistant to run the midnite-setup skill with your project name and a one-line description to bootstrap a new repository. Human confirmation is required at the blueprint stage before any files are written.