Yolo banner
banyudu banyudu

Yolo

Development community

Description

--- description: Enable or disable YOLO mode (auto-allow all commands) for the current session user_invocable: true --- This command manages YOLO mode, which temporarily auto-allows all commands that warden would normally prompt for. ## Usage Parse the argument to determine the action: ### Activate YOLO mode - `/warden:yolo session` — YOLO for the full session (no expiry) - `/warden:yolo 5m` — YOLO for 5 minutes - `/warden:yolo 15m` — YOLO for 15 minutes - `/warden:yolo 30m` — YOLO for 30 m

Installation

Installs to ~/.claude/skills/banyudu-claude-warden-yolo/SKILL.md

Terminal
mkdir -p ~/.claude/skills/banyudu-claude-warden-yolo && curl -fsSL https://raw.githubusercontent.com/banyudu/claude-warden/HEAD/commands/yolo.md -o ~/.claude/skills/banyudu-claude-warden-yolo/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository