$npx -y skills add Soul-Brews-Studio/arra-oracle-skills-cli --skill oracle-manageSkill and profile management — prepare tools, switch profiles, enable/disable skills, feature modules. Use when user says "oracle manage", "oracle prepare", "oracle skills", "oracle profile".
| 1 | # /oracle-manage — Skill and Profile Management |
| 2 | |
| 3 | > Renamed from symbiosis `/oracle` to avoid conflict with oracle identity skills. |
| 4 | |
| 5 | ## Usage |
| 6 | |
| 7 | ``` |
| 8 | /oracle-manage prepare # check & install git, gh, ghq; set up gh auth |
| 9 | /oracle-manage profile # list profiles + current state |
| 10 | /oracle-manage profile <name> # switch to a profile tier |
| 11 | /oracle-manage feature add <name> # add feature module on top of profile |
| 12 | /oracle-manage feature remove <name> # remove feature module |
| 13 | /oracle-manage enable <skill...> # enable specific skills |
| 14 | /oracle-manage disable <skill...> # disable specific skills (nothing deleted) |
| 15 | /oracle-manage skills # list all skills with status |
| 16 | /oracle-manage install <skill> # install one skill |
| 17 | /oracle-manage remove <skill> # remove one skill |
| 18 | ``` |
| 19 | |
| 20 | ## Feature Modules (add-on groups) |
| 21 | |
| 22 | | Feature | Skills | When | |
| 23 | |---------|-------:|------| |
| 24 | | **soul** | 6 | Birthing/awakening new oracles | |
| 25 | | **network** | 5 | Multi-oracle communication | |
| 26 | | **workspace** | 3 | Parallel work + daily ops | |
| 27 | | **creator** | 4 | Content creation + research | |
| 28 | |
| 29 | ## Subcommands |
| 30 | |
| 31 | ### prepare |
| 32 | Check for required tools (git, gh, ghq) and install missing. Platform-aware. |
| 33 | |
| 34 | ### profile / profile <name> |
| 35 | List available profiles or switch. Enable = rename `SKILL.md.disabled` → `SKILL.md`. Disable = rename `SKILL.md` → `SKILL.md.disabled`. Nothing is deleted. |
| 36 | |
| 37 | ### feature add/remove <name> |
| 38 | Enable/disable a feature module on top of current profile. |
| 39 | |
| 40 | ### enable/disable <skill...> |
| 41 | Enable or disable specific skills by name. Nothing is deleted. |
| 42 | |
| 43 | ### skills |
| 44 | List all skills with current status (enabled/disabled, profile tier). |
| 45 | |
| 46 | ## Notes |
| 47 | |
| 48 | This overlaps with `/go` for profile switching. Consider merging feature modules into `/go` when promoting from zombie. |
| 49 | |
| 50 | ARGUMENTS: $ARGUMENTS |