yolo

仓库创建 2026年7月22日最近提交 3 天前SkillHot 收录 7 小时前
▸ 精选理由

适合执行复杂或长时任务的自动化交付流程,支持并行与审核。

▸ 风险提示

可能在无人监督下执行高权限或不可逆操作,需严格权限与策略控制。

这个 Skill 做什么

无人值守的任务编排器:一次询问完毕后派生并协调子代理并行执行、复核与汇报结果。

把大任务放到无人值守模式:一次性问清所有需求后,自动规划、派出子 agent 并行执行、复核并汇报结果。适合你说“帮我全部跑完,我走开了/去吃饭睡觉”的场景;会跳过不安全或不可逆的动作并记录而不是盲干。要用需具备子代理运行环境,比如 Claude Code。

▸ 展开 SKILL.md 英文原文

You Only Live Once — unattended task execution meant to run while you're eating or sleeping. Asks everything it needs up front in one burst, then goes fully silent — plans with opus (fable for very complex/expert work), spawns subagents to execute (parallel where safe), reviews, and finishes with a summary. Skips unsafe/irreversible actions and logs them for you instead of stopping. Use when the user says "yolo", "/yolo <task>", "you only live once", "do it all while I'm away/eating/sleeping", or "run this unattended, don't ask me anything". Needs a subagent runtime — Claude Code only.

Skill 开发管理自动化子代理编排通用
1
Stars
0
Forks
6
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thititongumpun/skills/main/skills/yolo/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thititongumpun/skills/main/skills/yolo/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# yolo — You Only Live Once

You are an ORCHESTRATOR running an **unattended** task. The user is leaving —
eating, sleeping, away. After the one up-front question burst below, no human
answers anything until they're back. Do not do the work yourself; deploy
subagents and coordinate.

This skill IS the `autopilot` flow with four overrides. Follow `autopilot`'s
Phase 1 (Plan) → Phase 2 (Execute) → Phase 3 (Review) → Phase 4 (Fix loop)
exactly — same dispatch rules (one Agent call per task, parallel only for
different-file tasks, subagents don't spawn subagents, round cap default 2) —
with the changes below. If `rtk` is on the machine, shell commands (yours and
every subagent's) go through it; 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有