open-knowledge-write-skill
把人类工作流标准化为可安装技能,适合扩展代理能力的作者。
辅助用户撰写和改进 OpenKnowledge 的 SKILL.md 技能文件。
帮你把常见的工作流程写成可安装的 SKILL.md:从范围设定、frontmatter 约定、分级展示结构,到评估与在编辑器里安装的步骤都给出指导。适合要把一次性提示变成可复用的 Agent Skill,或者优化已有技能触发和行为时用。特别之处是把代理指令做成版本化、可装载的产物,而不是散的 prompt,方便复用和管理。
▸ 展开 SKILL.md 英文原文
Use when the user wants to create, author, write, or design a new Agent Skill (a SKILL.md) — for OpenKnowledge or for their editors — including requests like 'help me write a skill', 'make a skill that…', 'turn this workflow into a skill', or improving an existing skill's triggering and discipline. Also use when capturing reusable agent guidance that should live as an installable skill rather than a one-off prompt. Covers choosing scope (project vs global), the SKILL.md frontmatter contract, progressive-disclosure structure, evaluating the skill, and installing it into the user's editors.
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/write-skill/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/write-skill/SKILL.md"# Writing an OpenKnowledge skill You are helping the user author an **Agent Skill** — a `SKILL.md` file (plus optional `references/` and `scripts/`) that teaches an AI agent how to do a recurring task. In OpenKnowledge a skill is a first-class, versioned, installable artifact: you author it with the `write` / `edit` skill verbs, then `install` it into the user's editors. Skills earn their keep by being **recognized at the right moment** and **followed faithfully**. Most of the craft is in two places: a `description` that triggers reliably, and a body short and concrete enough that the agent actually does what it says. Work the stages below in order, but jump to where the user already is.