src/skills/alpha-feature/SKILL.md
Full skill development pipeline — create, compile, test, commit, install. Use when user says "new skill", "create skill", "alpha-feature", or wants to build a skill end-to-end.
npx skillsauth add Soul-Brews-Studio/oracle-skills-cli alpha-featureInstall 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.
Create skill -> compile -> test -> commit -> push -> install. No release — use /release when ready.
/alpha-feature whats-next "Suggest next action from context"
/alpha-feature my-skill # Interactive — ask for description
$ARGUMENTS[0] = skill name (kebab-case)If no arguments, ask:
Create src/skills/<name>/SKILL.md:
---
name: <name>
description: <description>. Use when user says "<triggers>". Do NOT trigger for <anti-triggers>.
argument-hint: "<hint>"
---
# /<name>
<Instructions based on user's description>
ARGUMENTS: $ARGUMENTS
Follow best practices:
bun run compile
bun test
If tests fail -> fix before continuing.
git add -A
git commit -m "feat: add /<name> skill — <short description>"
git push origin main
bun run dev -- install -g -y
## New Skill: /<name>
**Tests**: pass
**Installed**: locally (restart session to activate)
When ready to release: `/release`
/release's jobARGUMENTS: $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".