What problem does it solve? Starting a new project involves repetitive setup work: choosing a structure, installing dependencies, writing config files, and initializing git. This Skill automates that scaffolding for Python (FastAPI, library, CLI), full-stack (FastAPI plus Next.js or Vite), frontend-only, and Node.js projects, whether standalone or as a monorepo subproject. ## Core Features & Use Cases - Multi-stack scaffolding: Creates FastAPI backends with uv, Python libraries and CLIs, Next.js or Vite frontends with shadcn, and Express/Fastify Node.js services. - Convention files: Writes AGENTS.md with a CLAUDE.md symlink so one file serves Claude Code, Cursor, and Copilot. - Pipeline chaining: After scaffolding, it chains into setup-dev, init-hero, and a first commit of HERO.md and AGENTS.md. - Use Case: You need a new FastAPI microservice inside an existing monorepo. Run the skill with a project name, answer the context questions, and get a working project structure with git history and config files in place. ## Quick Start Ask the assistant to create a new project named my-api as a Python FastAPI backend using the create-project skill.