Files
.pouch/skills/_template
laily 2be0964d73 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.
2026-08-26 10:36:24 +08:00
..

skill-name

用一句话告诉使用者这个 skill 能解决什么问题。

什么时候使用

  • 给出用户可以直接说出的典型请求。
  • 说明适用范围。

使用前准备

  • 列出需要用户提前提供或确认的信息、权限和依赖。

使用示例

给出一条可以直接交给 Agent 的示例请求。

Agent 会做什么

  1. 用面向使用者的语言概括主要步骤。
  2. 说明可能发生的外部写操作或重要边界。

如何判断完成

  • 说明使用者最终会得到什么,以及如何确认结果正确。