writing-great-skills
仓库创建 2026年7月27日最近提交 1 天前SkillHot 收录 1 天前
▸ 精选理由
为技能作者提供可操作的写作准则,便于构建可复现的技能流程。
这个 Skill 做什么
汇总编写高质量 agent skills 的词汇与原则,提升可预测性与一致性。
为编写和编辑 agent skills 提供一套词汇与原则,目的是让技能更可预测、更一致。适合在创建或改写 skills 时参考,帮助定义调用方式、行为期望和文档风格。核心强调可预测性——让 agent 每次走同样的流程,而不是盲目追求同样输出。
▸ 展开 SKILL.md 英文原文
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
0
Stars
0
Forks
22
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/writing-great-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/octopus117/mattpocock-skills-adapt/main/skills/writing-great-skills/SKILL.md"SKILL.MD 节选查看完整文件 ↗
A skill exists to wrangle determinism out of a stochastic system. **Predictability** — the agent taking the same _process_ every run, not producing the same output — is the root virtue; every lever below serves it. **Bold terms** are defined in [`GLOSSARY.md`](GLOSSARY.md); look them up there for the full meaning. ## Invocation Two choices, trading different costs: - A **model-invoked** skill keeps a **description**, so the agent can fire it autonomously _and_ other skills can reach it (you can still type its name too). It contributes to **context load** — the description sits in the window every turn. Mechanics: omit `disable-model-invocation`, and write a model-facing description with
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有