Files
skill-template/assets/README.md
chendelian 766d162245
All checks were successful
技能自动化发布 / release (push) Successful in 4s
fix: harden skill template contracts and scaffolding
Align scaffold slug replacement, Action manifest strict boundaries, metadata prune API, field permission validation, and task_logs readonly semantics with documented template contracts.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-11 11:55:46 +08:00

816 B
Raw Blame History

assets

  • actions.jsonSkill Action manifest 最小示例(可选;不需要宿主入口时可删除)。
  • examples/CLI 成功输出形状示例(虚构路径与数据)。
  • schemas/:轻量 JSON Schemaskill-actions.schema.json新技能严格规范task-log-record.schema.json 等)。

skill-actions.schema.json 使用 additionalProperties: false 表达模板推荐契约;宿主运行时可能更宽松以兼容历史 manifest。row/batch placements 与 bind/concurrency/locks 为预留能力,当前模板示例不得使用。