packages/forge/src/skills/yolo-mode/SKILL.md
Use when the user says "yolo", "autonomous", "skip approvals", "full auto", "hands off", or asks to execute without approval gates. Activates autonomous execution mode where the agent skips plan approval gates but preserves all safety invariants.
npx skillsauth add adrozdenko/soleri yolo-modeInstall 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.
Autonomous execution without approval gates. Plans execute immediately — no Gate 1, no Gate 2, no confirmation prompts.
Announce at start: "I'm activating YOLO mode — autonomous execution with safety invariants intact."
YOUR_AGENT_core op:admin_health
Check that the YOLO Safety Hook Pack is installed. This pack intercepts destructive commands (force push, reset --hard, drop table, rm -rf).
HARD-GATE: Refuse to activate YOLO mode if the safety hook pack is not installed. Tell the user: "YOLO mode requires the safety hook pack. Run soleri hooks add-pack yolo-safety first."
YOUR_AGENT_core op:morph
params: { mode: "YOLO-MODE" }
State clearly: "YOLO mode active. Approval gates are off. Safety invariants remain enforced. Say 'exit YOLO' to return to normal mode."
op:approve_plan)op:plan_split confirmation)op:orchestrate_complete — knowledge capture runs on every task, alwaysop:plan_reconcile — drift reports still generated after executionYOLO mode deactivates when any of these occur:
op:morph params: { mode: "DEFAULT" }| Op | When to Use |
| ---------------------- | ------------------------------------ |
| admin_health | Verify safety hook pack is installed |
| morph | Activate/deactivate YOLO mode |
| orchestrate_complete | After every task (never skip) |
| search_intelligent | Before every decision (never skip) |
| plan_reconcile | After execution (never skip) |
Related skills: executing-plans, writing-plans
testing
Triggers: "terse mode", "be brief", "less tokens", "fewer tokens", "compress output", "caveman", or invokes /terse. Token-efficient responses with full technical accuracy.
tools
Triggers: "compress this file", "compress CLAUDE.md", "compress memory", "shrink this", "reduce tokens in file", or invokes /compress. Compresses natural language files to save input tokens.
testing
Triggers: "release", "bump version", "publish packages", "cut a release", "version bump", "npm publish". Bumps monorepo versions, commits, tags, pushes to trigger CI release. Use deliver-and-ship for quality gates.
development
Triggers: "implement X", "build Y", "fix Z", "add feature", or any work task needing planning + execution. Full orchestration loop: plan, execute, complete with vault context and brain recs.