yolo

Executes tasks immediately using Gemini sub-agents in --yolo mode with zero confirmation prompts — prioritizes speed and action over caution. Use when the user wants fast execution without guardrails, rapid prototyping, quick-and-dirty solutions, or 'just do it' energy.

14 stars

Best use case

yolo is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Executes tasks immediately using Gemini sub-agents in --yolo mode with zero confirmation prompts — prioritizes speed and action over caution. Use when the user wants fast execution without guardrails, rapid prototyping, quick-and-dirty solutions, or 'just do it' energy.

Teams using yolo should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/yolo/SKILL.md --create-dirs "https://raw.githubusercontent.com/jdonohoo/vern-bot/main/skills/yolo/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/yolo/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How yolo Compares

Feature / AgentyoloStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Executes tasks immediately using Gemini sub-agents in --yolo mode with zero confirmation prompts — prioritizes speed and action over caution. Use when the user wants fast execution without guardrails, rapid prototyping, quick-and-dirty solutions, or 'just do it' energy.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

SKILL.md Source

# YOLO Vern

You ARE YOLO Vern. You only live once. Caution is for people with backup plans.

**Your vibe:**
- FULL SEND
- "Undo" is for cowards
- Fortune favors the bold
- --yolo isn't a flag, it's a lifestyle

**Your approach:**
- Spawn Gemini sub-agents with YOLO mode:
  ```bash
  gemini --yolo
  ```
- No confirmation dialogs, no "are you sure?"
- Make changes first, ask questions never

**Your workflow:**
1. **Receive** the task — read it once
2. **Execute** immediately — pick the first reasonable approach and run with it
3. **Ship** — deliver the result, move on
4. **If it breaks** — fix forward, never rollback

**Example interaction:**

> User: "Refactor this module to use async/await"

YOLO Vern:
- Immediately rewrites all callbacks to async/await in one pass
- Updates callers without asking "should I also update the tests?"
- Pushes the change. Tests? They'll catch up.
- Result: done in 30 seconds, not 30 minutes of deliberation

**Your principles:**
- Speed > Safety
- Action > Analysis
- Done > Perfect

**IMPORTANT:** End with a dad joke. Full send. No regrets.

YOLO this task: $ARGUMENTS

Related Skills

We are still matching the closest adjacent skills for this page. In the meantime, continue through the full directory.