What problem does it solve? Building a Caffeine (caffeine.ai) app from scratch requires knowing an exact project layout — workspace and canister manifests, a single Motoko backend canister, a pnpm workspace, and a specific CLI build loop — with no caffeine init command to generate it for you. This Skill provides the verified file tree, manifest contents, and build workflow so the app compiles on the first attempt. ## Core Features & Use Cases - Complete project scaffolding: Provides the exact directory tree and contents for caffeine.toml (workspace + canister manifests), mops.toml, package.json, pnpm-workspace.yaml, and the React/Vite frontend template. - CLI build loop guidance: Covers the ordered workflow of caffeine auth login, doctor, install, build, check --fix, and preview --build, including cloud project id setup for drafts. - Pitfall prevention: Documents twelve common failures such as missing [workspace], editing generated bindings, lockfile errors in non-interactive shells, and stable-signature check failures. - Use Case: A developer wants to create a new full-stack Internet Computer app on caffeine.ai. The Skill produces every config file by hand, runs the build loop, and uploads a draft preview without ever touching dfx. ## Quick Start Ask the AI to scaffold a new Caffeine app from scratch with a Motoko backend and React frontend, then run the caffeine CLI build loop until it compiles.