src/skills/oracle-manage/SKILL.md
Skill and profile management — prepare tools, switch profiles, enable/disable skills, feature modules. Use when user says "oracle manage", "oracle prepare", "oracle skills", "oracle profile".
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli oracle-manageInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Renamed from symbiosis
/oracleto avoid conflict with oracle identity skills.
/oracle-manage prepare # check & install git, gh, ghq; set up gh auth
/oracle-manage profile # list profiles + current state
/oracle-manage profile <name> # switch to a profile tier
/oracle-manage feature add <name> # add feature module on top of profile
/oracle-manage feature remove <name> # remove feature module
/oracle-manage enable <skill...> # enable specific skills
/oracle-manage disable <skill...> # disable specific skills (nothing deleted)
/oracle-manage skills # list all skills with status
/oracle-manage install <skill> # install one skill
/oracle-manage remove <skill> # remove one skill
| Feature | Skills | When | |---------|-------:|------| | soul | 6 | Birthing/awakening new oracles | | network | 5 | Multi-oracle communication | | workspace | 3 | Parallel work + daily ops | | creator | 4 | Content creation + research |
Check for required tools (git, gh, ghq) and install missing. Platform-aware.
List available profiles or switch. Enable = rename SKILL.md.disabled → SKILL.md. Disable = rename SKILL.md → SKILL.md.disabled. Nothing is deleted.
Enable/disable a feature module on top of current profile.
Enable or disable specific skills by name. Nothing is deleted.
List all skills with current status (enabled/disabled, profile tier).
This overlaps with /go for profile switching. Consider merging feature modules into /go when promoting from zombie.
ARGUMENTS: $ARGUMENTS
testing
Cut a beta pre-release — bump CalVer with --beta, PR to beta branch, CI auto-tags + publishes to npm @beta. Use when user says 'release beta', 'cut beta', '/release-beta', or wants to publish a beta version for pre-release testing.
testing
Cut an alpha pre-release — bump CalVer, PR to alpha branch, CI auto-tags + publishes to npm @alpha. Use when user says 'release alpha', 'cut alpha', '/release-alpha', or wants to publish an alpha version.
tools
Talk to another oracle via maw federation. Uses fleet machine names (white, mba, clinic-nat, oracle-world, phaith). Auto-signs with current oracle's [host:handle] from CLAUDE.md. Global — works from any oracle repo.
development
Log information for future reference. Use when user says "fyi", "remember this", "note that", "for your info".