Skip to main content

skein-flow

SKEIN task 闭环编排器。$1 路由阶段;$1=plan 或含 --plan 时路由到 skein-plan skill;$1=redo 时路由到 skein-redo skill;执行过程唯一真值源在 references/flow-loop.md。

Jump to install

Source facts

Repository
lazygophers/ccplugin
Last source activity
August 15, 2026 at 12:51
Detected SKILL.md language
Chinese
Stars
4
Forks
1

Install options

The review-first prompt is selected by default. You can switch to a direct command or download a local copy.

Review the source files

Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.

File Explorer
3 files

Showing SKILL.md

SKILL.md
Source instructions · Read-only preview
name
skein-flow
description
SKEIN task 闭环编排器。$1 路由阶段;$1=plan 或含 --plan 时路由到 skein-plan skill;$1=redo 时路由到 skein-redo skill;执行过程唯一真值源在 references/flow-loop.md。
user-invocable
true
argument-hint
[flow|plan|exec|check|finish|redo] [任务描述/ID] [--plan] (全空=清空全部未完成 task; plan/--plan=路由 skein-plan; redo=路由 skein-redo)
arguments
["flow|plan|exec|check|finish|redo","任务描述/ID"]
model
sonnet
effort
medium
args: $1 ``` switch $args case plan: 路由到 skein-plan: Skill(name='skein:skein-plan', args=<剩余参数>) case redo: 路由到 skein-redo: Skill(name='skein:skein-redo', args=<剩余参数>) case flow/exec/check/finish/default: use [references/flow-loop.md](references/flow-loop.md) ``` - 参数含 `--plan` 时同 `case plan` — 路由到 `Skill(name='skein:skein-plan')` - 路由到 flow 时:检测到孤儿 running subtask(前一个 session 意外结束)才先执行 `Skill(name='skein:skein-redo')` 收尾;正常入口直接进入 flow-loop.md(第一动作 `skein list`)
View on GitHub