src/skills/skills-list/SKILL.md
List all Oracle skills with profile tier, type, and script status. Use when user says "skills list", "show skills", "what skills", "list all skills", "how many skills", or wants to see available skills by profile.
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli skills-listInstall 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.
See everything at a glance. Single source of truth.
/skills-list # Pretty table
/skills-list --json # Machine-readable JSON
python3 .claude/scripts/skills-list.py
The script lives at .claude/scripts/skills-list.py in the repo (not in src/skills/). It reads STANDARD_SKILLS and LAB_SKILLS from profiles.ts (single source of truth) and scans all skill directories.
If not in the repo directory, fall back:
python3 ~/.claude/skills/skills-list/scripts/skills-list.py
📦 Oracle Skills — 41 total
standard 15 /go standard
full 23 /go full
lab 41 /go lab
# Skill Profile Type Scripts
── ──────────────────────── ────────── ────────���─── ───────
1 about-oracle standard skill+agent
2 auto-retrospective full skill
3 awaken standard skill
...
41 xray standard skill
standard=15 | full=23 | lab=41
python3 ~/.claude/skills/skills-list/scripts/skills-list.py --json
Returns structured JSON with all skill metadata — useful for piping to other tools.
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".