install-wizard

Solid

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).

AI & Automation 8 stars 0 forks Updated today MIT

Install

View on GitHub

Quality Score: 79/100

Stars 20%
32
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# 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-meta/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 the periodic-audit notification structure: a permanent zshrc hook (`fh_audit_check.zsh`, runs on terminal start) plus FH's session-start mtime detection. Both surface a weekly-audit reminder when 7+ days have elapsed since the last `weekly_audit` — no persistent cron is used (a session-scoped scheduler cannot survive to fire on a later day). ## 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/`. | | **zshrc h...

Details

Author
chrono-meta
Repository
chrono-meta/forge-harness
Created
2 months ago
Last Updated
today
Language
Shell
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category