Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion skills/cheat-learn-from/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: cheat-learn-from
description: 从对标账号导入 script + 数据 → 拆 pattern + 派生 base rubric 信号 → 写到 benchmark.md / script_patterns.md / rubric_notes.md。**这是工具最早期信号的来源**——cold-start 用户没自己历史时全靠对标,发过历史的用户也建议至少 1 个对标做 sanity check。触发词:"学这个账号"/"拆这几个对标视频"/"learn from"/"导入对标账号"/"找对标"。
argument-hint: <账号名> [— way: a (default) | b] [— append | --replace]
argument-hint: "<账号名> [— way: a (default) | b] [— append | --replace]"
allowed-tools: Bash(*), Read, Write, Edit, Glob, WebFetch, Skill
---

Expand Down
2 changes: 1 addition & 1 deletion skills/cheat-predict/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: cheat-predict
description: 给最终稿写一份 immutable 盲预测日志。这是 cheat-on-content 整个校准循环的核心动作——预测段一旦写完不可改,由 hook 强制。**自动检测**:如目标文件已有 `## 预测` / `## 预测 v1` 段(被 cheat-shoot 调用走 v2 模式),改成 append `## 预测 v2` 而非覆盖。**打分通过 Task tool 委派给 `cheat-score-blind` sub-agent**(context-isolated channel B),主 Claude review 后落盘。触发词:"启动预测"/"start prediction"/"给这稿子打分并预测"/"写预测日志"。
argument-hint: <script-path> [— mode: v1|v2] [— prediction-file: <path>] [— skip-blind]
argument-hint: "<script-path> [— mode: v1|v2] [— prediction-file: <path>] [— skip-blind]"
allowed-tools: Bash(*), Read, Write, Edit, Glob, Task
---

Expand Down
2 changes: 1 addition & 1 deletion skills/cheat-publish/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: cheat-publish
description: 登记一篇内容已发布,把 URL/平台 ID/发布时间写入对应预测文件 header 和 state file。这是一个轻量动作——只更新元数据,**不动预测段任何字符**。触发词:"已发布"/"I shipped"/"发布链接是 X"/"刚发完 [url]"/"publish registered"。
argument-hint: <prediction-file-or-url> [— platform: youtube|bilibili|douyin|...]
argument-hint: "<prediction-file-or-url> [— platform: youtube|bilibili|douyin|...]"
allowed-tools: Bash(*), Read, Edit, Glob
---

Expand Down
2 changes: 1 addition & 1 deletion skills/cheat-retro/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: cheat-retro
description: T+N 天数据回收 + 复盘 + 把实绩观察写入 rubric-memo.md。这是校准循环的反馈环节——不复盘的预测等于占星。触发词:"复盘 [path]"/"retro this"/"T+3d 数据来了"/"抓数据 [path]"/"把这篇复盘了"。
argument-hint: <prediction-file> [— window: 3|5|7] [— source: manual|adapter]
argument-hint: "<prediction-file> [— window: 3|5|7] [— source: manual|adapter]"
allowed-tools: Bash(*), Read, Edit, Write, Glob, Grep, Skill
---

Expand Down