Files
.pouch/skills/_template
laily 10d8800f07 feat: add skill init/check and isolate builder makefile
Give ack, builder, and deployer an explicit init/check mode that reports
missing project config instead of failing mid-work. Point builder at
makefile.builder so its contract targets do not collide with an existing
Makefile.
2026-08-25 16:49:28 +08:00
..

skill-name

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

什么时候使用

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

使用前准备

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

使用示例

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

Agent 会做什么

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

如何判断完成

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