yolo

Automate Lovable edge-function deployments and database migrations via browser automation.

15|3|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/10K-Digital/lovable-claude-code --skill yolo-10k-digital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: yolo
Source: https://github.com/10K-Digital/lovable-claude-code/tree/main/plugins/lovable/skills/yolo
Command: npx skills add https://github.com/10K-Digital/lovable-claude-code --skill yolo-10k-digital

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Manual Lovable deployments often require tedious browser prompts and manual steps; this skill automates the workflow, reducing time and error.

Core Features & Use Cases

  • Auto-detect deployment needs based on CLAUDE.md configuration and code changes.
  • Orchestrate browser automation to submit Lovable deployment prompts for edge functions and migrations.
  • Provide safe fallbacks to manual prompts, along with testing and debugging capabilities to ensure reliability.

Quick Start

Enable yolo mode and observe automated Lovable deployments after git pushes.

Frequently Asked Questions about yolo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Lovable deployments for edge functions and database migrations?

Automating Lovable deployments involves using browser automation to submit deployment prompts for edge functions and migrations, triggered automatically after a git push when configured in CLAUDE.md.

What is the best way to trigger a Lovable edge function deployment automatically after a git push?

Triggering automated Lovable edge function deployments after a git push requires enabling yolo mode, which auto-detects code changes and orchestrates the necessary browser automation for submission.

Does Lovable browser automation support graceful fallbacks when deployment prompts fail?

Yes, Lovable browser automation supports graceful fallbacks to manual prompts, providing safe recovery options alongside testing hooks and debug logging to ensure deployment reliability.

Can I use browser automation to apply database migrations in Lovable without manual prompts?

Yes, you can use browser automation to apply Lovable database migrations without manual prompts by utilizing the /apply-migration command, governed by your CLAUDE.md synchronization checks and configuration.

Why does my Lovable deployment require manual browser prompts and how can I bypass them?

Lovable deployments require manual browser prompts by default for synchronization checks, but you can bypass them by configuring yolo mode in CLAUDE.md to automate the DOM-based workflow.

What are the limitations of using yolo mode for Lovable deployment automation?

Limitations of yolo mode include its dependency on DOM-based synchronization checks for browser automation, meaning deployment workflows may fall back to manual prompts if DOM elements or activation logic changes.