What problem does it solve?
This Skill solves the problem of setting up a new or existing project for Claude Code using consistent evan-workflow standards, so you can start building quickly without manually creating configuration files and deciding toolchain conventions.
Core Features & Use Cases
- Interactive project onboarding (Mode A & B): Collects project identity and detects or confirms the stack, including frontend/backend/database/ORM/testing/ticketing choices.
- Generates ready-to-use Claude Code configuration: Creates or updates CLAUDE.md, .claude/settings.json, .claudeignore, and .gitignore, then scaffolds a baseline folder structure tailored to the chosen stack.
- Ensures evan-workflow skills & hooks are installed: Guides installation via install.sh, proposes recommended skills, optionally installs the appropriate hook, and verifies completion with a final readiness summary.
- Handles undocumented technologies: Detects gaps in ~/evan-workflow/technos and offers to create placeholders or trigger documentation through the builder workflow.
Quick Start
Ask your AI assistant to run the project-init flow to initialize Claude Code for a new project by asking the necessary French questions and generating all evan-workflow configuration files in your repository.