← ClaudeAtlas

install-wizardlisted

Run when setting up a new project for the first time or onboarding after installing FH (first setup, initial configuration, onboarding start, configure project, help me set up). Performs environment detection → gap diagnosis → item-by-item suggestions → user approval → execution → acceleration baseline setup in sequence. Use --dry-run to output diagnosis report only (bg dispatch compatible).
chrono-meta/forge-harness · ★ 2 · AI & Automation · score 71
Install: claude install-skill chrono-meta/forge-harness
# install-wizard — Onboarding Setup Wizard > ⚠️ **Prerequisite — Read first if this is your first install** > > This skill is available **after the fh-meta plugin is registered in Claude Code**. > If you type `/install-wizard` and CC doesn't respond, the plugin hasn't been registered yet. > > **When running Claude Code from the FH directory**: the AI detects the MISS automatically > and installs the plugin via Bash — no manual input needed. Just say "install the plugin." > > **Manual fallback (if needed):** > ```bash > claude plugin marketplace add https://github.com/chrono-code/forge-harness.git > claude plugin install -s user fh-meta@forge-harness > ``` > After install, if `install-wizard` appears in `/skills` list in CC chat, you're ready. > See `README.md > Advanced Settings > Plugin Install` for detailed guide. Run immediately after cloning forge-harness (FH), or when setting up a new project for the first time. Sets up periodic notification structure (zshrc hook) and weekly audit notifications within Claude Code (CC) sessions. The zshrc hook is permanently applied; CronCreate is valid only for the current session. ## Key Terms | Term | Definition | |---|---| | **sentinel** | An empty file that records whether a specific event (audit complete, install complete, etc.) has occurred. Created in `~/.cc_sentinels/`. | | **CronCreate** | Claude Code built-in command — schedules periodic tasks valid for the current session. Disappears when session ends. | | **zshrc hook** |