Craft Init banner
drobins25 drobins25

Craft Init

Productivity community

Description

--- name: init description: "One-time setup to initialize the Craft harness for a project." --- # Project Init Set up the Craft harness for your project. Run once at the start. ## Flow ### Phase 0: Init Before scanning or asking questions, check what the user needs. Use **AskUserQuestion**: ``` question: "What kind of setup do you need?" header: "Setup" options: - label: "Full setup (Recommended)" description: "Scan project, extract patterns, configure tokens/conventions" - label:

Installation

Installs to ~/.claude/skills/drobins25-craft-craft-init/SKILL.md

Terminal
mkdir -p ~/.claude/skills/drobins25-craft-craft-init && curl -fsSL https://raw.githubusercontent.com/drobins25/craft/HEAD/commands/craft-init.md -o ~/.claude/skills/drobins25-craft-craft-init/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository