wizard

Solid

Guided onboarding — scaffold workspace, shape agent identity, create first wish, execute, and celebrate.

AI & Automation 321 stars 53 forks Updated today MIT

Install

View on GitHub

Quality Score: 86/100

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

Skill Content

# /wizard — First-Run Onboarding Walk a new user (or their agent) through the complete Genie setup in five phases. Each phase has clear entry/exit criteria so the wizard can be interrupted and resumed. ## When to Use - First time running Genie in a new project - User explicitly invokes `/wizard` - Bootstrap script directed the agent here after install - No `.genie/` directory or `AGENTS.md` exists in the current repo ## Flow ### Phase 1: Environment Check **Entry:** User invokes `/wizard` or agent is directed here after install. **Steps:** 1. Verify `genie` CLI is installed and accessible in PATH: ```bash command -v genie && genie --version ``` 2. Check if the current directory is a git repository (`git rev-parse --git-dir`). 3. Check if `.genie/` directory exists (has Genie been scaffolded?). 4. Check if `AGENTS.md` exists (has identity been shaped?). 5. Check if `CLAUDE.md` exists (project instructions present?). **Exit criteria:** All checks pass, or we know exactly what to set up. **Display status:** ``` Wizard Phase 1/5: Environment Check genie CLI ✅ v4.x.x git repo ✅ .genie/ ⬜ not found — will scaffold AGENTS.md ⬜ not found — will create CLAUDE.md ✅ found ``` If `genie` is not installed, stop and direct the user to install it first: ``` genie is not installed. Run: curl -fsSL https://raw.githubusercontent.com/automagik-dev/genie/main/install.sh | bash ``` If not in a git repo, stop and ask the user to initialize one or na...

Details

Author
automagik-dev
Repository
automagik-dev/genie
Created
10 months ago
Last Updated
today
Language
TypeScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

setup-wizard

Interactive conversational setup wizard for instar. Walks users through initial configuration and identity bootstrapping conversationally.

65 Updated today
JKHeadley
AI & Automation Solid

genie

Entry point for all genie operations — auto-routes natural language to the right skill, detects lifecycle state, and handles operational commands. Use when planning features, reporting bugs, managing teams, or asking about genie.

321 Updated today
automagik-dev
AI & Automation Listed

setup

First-run onboarding wizard for magi-workflow. Runs healthchecks on installed CLIs (claude/gemini/codex), records the user's preferred reviewer roster and weights into ~/.config/magi-workflow/config.json, and validates end-to-end with a small dry-run. Use --recheck to re-validate without resetting config; --reset to wipe and start over.

1 Updated today
bozkurtonur3-lgtm
AI & Automation Listed

install-wizard

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

2 Updated today
chrono-meta
AI & Automation Listed

install-wizard

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

2 Updated today
chrono-code