open-knowledge-write-skill

仓库创建 2026年6月3日最近提交 2 小时前SkillHot 收录 2 小时前
▸ 精选理由

把人类工作流标准化为可安装技能,适合扩展代理能力的作者。

这个 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 开发管理技能编写模板代理创作通用
3.2k
Stars
199
Forks
12
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/write-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/inkeep/open-knowledge/main/packages/server/assets/skills/write-skill/SKILL.md"
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.

via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有