alpha-feature
$
npx mdskill add Soul-Brews-Studio/arra-oracle-skills-cli/alpha-featureBuild, test, and install new skills end-to-end without releases.
- Creates skills from scratch and installs them locally.
- Integrates with the skills directory and testing framework.
- Validates triggers and anti-triggers to prevent conflicts.
- Delivers a ready-to-use skill ready for production.
SKILL.md
.github/skills/alpha-featureView on GitHub ↗
--- name: alpha-feature description: '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.' argument-hint: "<name> [description]" zombie: true origin: arra-symbiosis-skills --- # /alpha-feature — Create Skill + Install Locally Create skill -> compile -> test -> commit -> push -> install. No release — use `/release` when ready. ## Usage ``` /alpha-feature whats-next "Suggest next action from context" /alpha-feature my-skill # Interactive — ask for description ``` ## Steps ### 1. Parse Input - `$ARGUMENTS[0]` = skill name (kebab-case) - Rest = description (optional, ask if missing) If no arguments, ask: - "What should the skill be called?" (kebab-case) - "What does it do?" (one sentence) - "When should it trigger?" (user phrases) ### 2. Create Skill Create `src/skills/<name>/SKILL.md`: ```markdown --- 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: - Description 50+ words with explicit triggers - Anti-triggers to avoid conflicts with existing skills - Imperative form instructions - Keep under 100 lines for simple skills ### 3. Compile + Test ```bash bun run compile bun test ``` If tests fail -> fix before continuing. ### 4. Commit + Push ```bash git add -A git commit -m "feat: add /<name> skill — <short description>" git push origin main ``` ### 5. Install Locally ```bash bun run dev -- install -g -y ``` ### 6. Output ``` ## New Skill: /<name> **Tests**: pass **Installed**: locally (restart session to activate) When ready to release: `/release` ``` ## Rules - Always add anti-triggers based on existing skill conflicts - Always run tests before committing - Never create skills that duplicate existing ones — check skill list first - Keep SKILL.md lean — under 100 lines for simple skills - Do NOT bump version or create tags — that's `/release`'s job ARGUMENTS: $ARGUMENTS
More from Soul-Brews-Studio/arra-oracle-skills-cli
- about-oracleWhat is Oracle — told by the AI itself. Origin story, stats, family count, ecosystem overview. Use when someone asks "what is oracle", "about oracle", "tell me about this project", or wants the origin story. Do NOT trigger for "who are you" (use /who-are-you), "philosophy" (use /philosophy), or session status questions.
- auto-retrospectiveConfigure auto-rrr and auto-forward triggers based on context window usage. Use when user says "auto rrr", "auto-scale", "configure auto triggers", "change rrr interval", "toggle auto", or wants to adjust when /rrr and /forward auto-trigger. Do NOT trigger for running /rrr manually (use /rrr) or creating handoffs (use /forward).
- awakenGuided Oracle birth and awakening ritual. Default is Soul Sync (~20min), or --fast (~5min). Use when creating a new Oracle in a fresh repo, when user says 'awaken', 'birth oracle', 'create oracle', 'new oracle', or wants to set up Oracle identity in an empty repository. Do NOT trigger for general repo setup, git init, or project scaffolding without Oracle context.
- bampenpienบำเพ็ญเพียร — diligent practice. A guided conversation between human and Oracle about doing hard things without knowing why. Like /awaken but repeatable — a practice, not a birth. Use when user says 'bampenpien', 'บำเพ็ญเพียร', 'why am I doing this', 'hard work', 'keep going', 'what am I building', or needs to reconnect with purpose through difficulty.
- birthPrepare Oracle birth props for a new repo — Issue #1, MCP thread, identity data. Use when user says "birth", "new oracle", "prepare repo", or wants to bootstrap a new Oracle before /awaken.
- budCreate a new oracle via maw bud — yeast-colony reproduction. Use when user says "bud", "new oracle", "create oracle", "spawn oracle", or wants to create a new permanent oracle from the current one.
- create-shortcutCreate local skills as shortcuts — makes real /commands in .claude/skills/. Use when user says "create shortcut", "create skill", "make a command for", "add shortcut", or wants a quick custom /slash-command. Also lists and deletes local skills. ALSO triggers on "Unknown skill", "skill not found", or any unrecognized /slash-command — auto-creates it on the fly.
- digMine Claude Code sessions — timeline, gaps, repo attribution, session history. Use when user says "dig", "sessions", "past sessions", "timeline", "what did I work on", or wants to see session history. Do NOT trigger for finding code/projects (use /trace), exploring repos (use /learn), or current session status (use /recap).
- feelCapture how the system feels — energy, momentum, burnout, breakthrough. Emotional intelligence for Oracle-human collaboration. Use when user says 'feel', 'how are we', 'energy check', 'burnout', 'momentum', or wants emotional awareness of the work.
- forwardCreate handoff + enter plan mode for next session. Use when user says "forward", "handoff", "wrap up", or before ending session.