What problem does it solve?
Claude Code projects often start with a generic CLAUDE.md and missing or wrong command definitions, and they quickly become outdated; this Skill generates a tailored CLAUDE.md plus the key command files from your project scan and a purpose statement.
Core Features & Use Cases
- Purpose-driven setup generation: Turns your purpose description into an authoritative Project Overview in CLAUDE.md.
- Project auto-scanning: Detects manifests, framework/tooling, project structure, and Git/CI signals to populate the right tech stack and conventions.
- Command file creation: Produces .claude/commands/test.md, build.md, and lint.md when test/build/lint tooling is detected, so your workflow is executable from day one.
- Safe iteration controls: Supports --dry-run for preview, --force for overwriting, and interactive conflict handling for existing CLAUDE.md and command files.
Quick Start
Tell the AI: /project:create "Build a FastAPI service for managing tasks with PostgreSQL, tests, and linting" to generate a tailored CLAUDE.md and the needed command files for this project.