feat(pouch): add skill structure audit to cut token waste

Teach pouch to optimize a named skill's loading layout: keep SKILL.md as a
router, move mode-specific steps to references, and measure footprint with
an audit script instead of dumping the whole skill into context.
This commit is contained in:
2026-08-26 10:36:24 +08:00
parent 681aa9e237
commit 2be0964d73
6 changed files with 465 additions and 5 deletions
+2
View File
@@ -57,6 +57,8 @@ description: >-
## 注意事项
- 约束或边界条件
- `SKILL.md` 只留模式路由、全模式安全边界,以及「若 X 则读 `references/Y.md`」。
单模式步骤不要写进正文。
## 验证