
from arra-oracle-skills-cli43
Scaffold and create a new oracle repository/session (via maw bud or standalone steps), including CLAUDE.md, ψ/ scaffolding, and optional split/birth workflows.
Provides a reproducible workflow to bud (spawn) a new 'oracle' — a self-contained agent repository and session. The skill wraps the maw CLI when available to create the repo, scaffold ψ/ memory folders, generate CLAUDE.md, optionally run /birth, and commit/push the initial scaffold. A standalone mode offers manual commands for systems without maw.
Use when you want to create a new persistent oracle/agent instance from an existing one: commands include /bud <name> with flags like --split, --birth, --from, --org, --note, --dry-run. Ideal for teams or users who maintain multiple oracle instances, want reproducible onboarding, or need to automate agent cloning.
Designed for Claude Code/Claude-based environments and developer agents that can run shell commands and use GH tools (gh, git). Integrates best with maw-js but includes fallbacks for non-maw systems.
Bud is a scaffolding skill for creating new 'oracle' repositories using the maw CLI or standalone bash steps. The SKILL.md is well-structured with clear modes (with/without maw), but it's tightly coupled to a niche ecosystem (Soul-Brews-Studio/arra-oracle). No bundled scripts — all logic is inline bash in the markdown. Security deductions for unquoted variable expansions in shell snippets (e.g. ${FROM:+--from "$FROM"} patterns) and cp -r of parent learnings without validation. The skill is narrowly useful only to users of the arra-oracle/maw ecosystem.
maw (optional, preferred CLI for delegation)Niche scaffolding skill for a specific oracle/maw ecosystem. Clean intent — no malicious patterns. Security score reduced for shell injection risks in unquoted/interpolated variables in bash snippets. Code quality is moderate: steps are clear but inline bash in markdown lacks error handling. Architecture has frontmatter but no scripts/ or references/ separation — everything is inline.