go
/go
Switch gear. Single source of truth.
Usage
/go # show installed skills
/go minimal # switch to minimal profile
/go standard # switch to standard profile
/go full # enable everything
/go reset # alias for full
/go + soul # add soul feature
/go + creator network # add multiple features
/go - workspace # remove feature
/go minimal + soul # profile + feature
/go enable trace dig # enable specific skills
/go disable watch # disable specific skills
Execution
Parse the user's /go arguments and run the matching oracle-skills CLI command.
Always use oracle-skills CLI — profiles and features are defined in profiles.ts, the single source of truth.
/go (no args) — show current state
oracle-skills list -g
/go <profile> — switch profile
oracle-skills install -g --profile <name> -y
Profiles: minimal, standard, full, seed
/go minimal→oracle-skills install -g --profile minimal -y/go standard→oracle-skills install -g --profile standard -y
/go full or /go reset — enable everything
oracle-skills install -g -y
No --profile flag = all skills.
/go <profile> + <feature...> — profile with features
oracle-skills install -g --profile <name> --feature <feat...> -y
/go minimal + soul→oracle-skills install -g --profile minimal --feature soul -y/go standard + soul creator→oracle-skills install -g --profile standard --feature soul creator -y
/go + <feature...> — add features (no profile change)
oracle-skills install -g --feature <feat...> -y
Additive — installs feature skills without removing existing ones.
/go + soul→oracle-skills install -g --feature soul -y/go + creator network→oracle-skills install -g --feature creator network -y
/go - <feature...> — remove features
oracle-skills uninstall -g --feature <feat...> -y
/go - workspace→oracle-skills uninstall -g --feature workspace -y
/go enable <skill...> — enable specific skills
oracle-skills install -g -s <skill...> -y
/go enable trace dig→oracle-skills install -g -s trace dig -y
/go disable <skill...> — disable specific skills
oracle-skills uninstall -g -s <skill...> -y
/go disable watch→oracle-skills uninstall -g -s watch -y
Available Profiles
| Profile | Count | Description |
|---|---|---|
| minimal | 7 | Daily ritual — forward, retrospective, recap, standup, go, about-oracle, oracle-family-scan |
| standard | 11 | Daily driver + discovery (default) |
| full | all | Everything |
Available Features
| Feature | Skills | Notes |
|---|---|---|
| soul | awaken, philosophy, who-are-you, about-oracle, birth, feel | Wizard v2: demographics, fast/full mode, system check |
| network | talk-to, oracle-family-scan, oracle-soul-sync-update, oracle, oraclenet | Registry now tracks demographics |
| workspace | worktree, physical, schedule | |
| creator | speak, deep-research, watch, gemini |
Soul Feature (Wizard v2 Enhancements)
The soul feature now supports /awaken wizard v2:
- Fast mode (~5 min): Philosophy fed directly, no trace/learn
- Full Soul Sync (~20 min): Deep trace + discover principles
- Demographics: Gender, team, memory consent collected during birth
- System check: Git identity, gh CLI, bun auto-detected in Phase 0
- Skills in soul feature read demographics from CLAUDE.md when available
Rules
- Always
-g— global (user-level) skills - Always
-y— skip confirmation - Restart required — agent loads skills at session start
gois always preserved — it's in every profile- Show result — after running the command, tell the user what changed and remind them to restart
ARGUMENTS: $ARGUMENTS
More from soul-brews-studio/oracle-skills-cli
gemini
Control Gemini browser tab via MQTT WebSocket — chat, transcribe, research, create tabs. Use when user says "gemini", "ask gemini", "gemini transcribe".
28project
Clone and track external repos. Use when user shares GitHub URL to study or develop, or says "search repos", "find repo", "where is [project]". Actions - learn (clone for study), incubate (clone for development), search/find (search repos), list (show tracked).
28rrr
Create session retrospective with AI diary and lessons learned. Use when user says "rrr", "retrospective", "wrap up session", "session summary", or at end of work session.
27standup
Daily standup check - pending tasks, appointments, recent progress. Use when user says "standup", "morning check", "what's pending".
24merged
Post-Merge Cleanup. Switch to main, pull latest, delete merged branch. Use after PR is merged.
20about-oracle
What is Oracle — told by the AI itself. Use when someone asks "what is oracle", "about oracle", "tell me about this project", or wants the origin story.
14