mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
Run the dsh-archive-agent-notes audit over every active Agent Note on current master, judging each record by whether its rationale still guides work rather than by size or age. - Archive 453 implemented bilingual triplets (417,882 English words): completed UI chrome, narrow adapters, closed bug fixes, implementation walkthroughs whose package READMEs, docs pages, generators, or successor notes now carry the useful behavior, and 51 records fully superseded by a later active note. Keep 201 implemented notes whose ownership rules, negative guarantees, durable or wire semantics, security rules, reintroduction conditions, or still-tempting rejected alternatives remain useful. - Reject 7 proposals whose premise is gone or whose work shipped in amended form under other records; delete 2 rejected notes that no longer prevent a plausible mistake. - Retarget every remaining inbound link to the archived path, and repair active prose that named an archived record as the owner of a live fact: parenthetical citations drop, ownership sentences redirect to the README, docs page, or active note that states the fact, and history citations say so. Chinese files link the English archived path because the pairing gate treats the frozen tree as outside the bilingual corpus. - Seal 1,359 new frozen artifacts; existing seals are unchanged and outbound links from archived notes are neither inspected nor repaired. - Regenerate docs/config-catalog.md after the hook-bridge comment edits shifted two source line numbers.
2.3 KiB
2.3 KiB
description, kind
| description | kind |
|---|---|
| skill 组地图:由提供方发现、并经会话目录与 skill 工具加载的可复用 agent 指令,供浏览本组的用户与维护者阅读。 | package-group |
skill/ — skill(技能)能力家族
English | 中文
概述
skill 组让 agent(智能体)和用户按需使用可复用的任务专项指令。提供方贡献 skill——来自本地项目或用户目录、随包分发或远程服务——注册表合并它们的目录,并为每个名称解析出胜出的 skill。一个消费方把可用 skill 发布为持久的会话目录,并提供面向模型的 skill 加载工具,因此模型看到排序后的 skill 名称与简短描述,并能加载任一列出 skill 的完整指令;用户也可以用 /name 直接调用 skill。提供方类型不会改变模型看到的内容,因为所有面向模型的渲染都集中在一个消费方包中。按需挂载各包:注册表加至少一个提供方,再加消费方以获得模型访问。
目录
包
| 包 | 职责 | ctx 键 |
|---|---|---|
skill/ |
合并任意提供方的 skill 目录、并按名称解析出胜出 skill 的注册表 | ctx.skills |
skill-filesystem/ |
从项目、自定义与用户目录发现 skill,并监视其变更 | 注册到 ctx.skills |
skill-badge/ |
随包附带官方「powered by dsh」徽章 skill,默认禁用 | 注册到 ctx.skills |
tool-skill/ |
发布会话 skill 目录与面向模型的 skill 加载工具 |
注册到 ctx.tools |
相关文档
先从子系统参考了解共享词汇,再阅读 Agent Note 了解设计依据。
- skill 子系统参考——注册表、提供方约定、本地发现优先级,以及目录与工具。
- skill 调用策略 Agent Note——模型与用户调用控制。
开发备注
维护者的工作上下文——点击展开
无。