writing-great-skills
仓库创建 2026年7月6日最近提交 21 天前SkillHot 收录 21 天前
▸ 精选理由
面向技能作者的实用规范,帮助提高技能的一致性与可复现性。
这个 Skill 做什么
为编写与编辑 Agent Skill 提供词汇、原则与可预测性准则。
提供写作和编辑 Agent Skill 的词汇表与原则,核心目的是让技能可预测——每次走同一套流程而不是靠随机结果。里面讲清命名、调用方式和可控随机性的手段,方便多人对齐风格和行为预期。适合在编写或审核 skills 时作为规范参考,降低意外行为。
▸ 展开 SKILL.md 英文原文
Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.
0
Stars
0
Forks
38
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/K3639284/skills/main/skills/productivity/writing-great-skills/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/K3639284/skills/main/skills/productivity/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 公开信息 · 原文版权归作者所有