What problem does it solve? Starting a new Claude Code project requires manually creating configuration files, coding rules, and task tracking structures, which is repetitive and error-prone. This Skill automates the entire scaffolding process so every project begins with a consistent, complete structure. ## Core Features & Use Cases - Full Project Scaffolding: Creates CLAUDE.md, .claude/config/ (current-phase, task-format, tech-stack), .claude/rules/ (git, coding, error handling, testing, security, performance), and context/ directories (plans, tasks, memory, docs) in one run. - Bundled Rule Templates: Copies six ready-made rule files covering TypeScript coding standards, error handling patterns, git conventions, testing policy, security rules, and performance guidelines. - Task Tracking Foundation: Sets up backlog, in_progress, and completed task files plus a master PLAN.md, ready for follow-up workflow skills like /add-phase, /add-task, and /start-task. - Use Case: When starting a new API project, run the setup skill with the project name and description to instantly generate the full .claude/ and context/ structure, then make an initial git commit. ## Quick Start Ask the AI to set up a new project named my-api described as a REST backend service, and confirm the proposed file plan.