flowguard
仓库创建 2025年12月9日最近提交 9 天前SkillHot 收录 20 天前
▸ 精选理由
适合长期、多步骤任务的上下文守护与可恢复交接。
这个 Skill 做什么
管理与守护多步或可恢复的 AI agent 任务生命周期。
用来把那些要跑很久、会丢上下文或会变贵的多步 AI 任务管好:它会把任务路由到合适的步骤、核验当前状态、限制执行圈数,并留下可以恢复的交接点。遇到要继续上次的工作、自治循环、修改 repo 或做 PR 准备、从中断处恢复、或需要成本检查时就用。特别之处是它不是替代其它具体工具,而是做生命周期守护和可续接的强制管理,防止任务漂移或无限耗费。
▸ 展开 SKILL.md 英文原文
Guard long, ambiguous, or stateful AI-agent work from drift. Use when the user asks to run or continue a multi-step task, autonomous loop, bug fix, repo change, PR readiness check, compaction handoff, resume from previous context, cost-control checkpoint, or any task likely to span many tool calls, files, sessions, agents, or verification gates.
239
Stars
23
Forks
40
仓库内 Skill
+7
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/flowguard/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/majiayu000/spellbook/main/skills/flowguard/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# Flowguard ## Overview Use this skill as the single lifecycle entrypoint for agent work that can drift, lose context, or become expensive. It routes the task, verifies current state, runs bounded execution loops, and leaves a resumable handoff. This skill coordinates other skills; it does not replace them. Use task-specific skills such as `systematic-debugging`, `comprehensive-testing`, `codex-retrospective`, or `vibeguard` only when their trigger is clearly met. ## Operating Contract - Do not start a long autonomous loop until route, scope, and stop conditions are explicit. - Do not treat memory, summaries, or handoffs as current truth until repo, git, files, runtime, or remote state
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有