Files
deepseek-harness/packages/skill
_Kerman d3249f096b refactor(agent): publish agent/inbox/claimed from Inbox.claim
Move the claimed-message notification loop out of the loop's pre-step
into Inbox.claim(target, turn), so the step-boundary operation publishes
its own claimed notifications like insertions and discards do.
2026-08-05 21:36:51 +08:00
..

skill/ — skill capability family

English | 中文

This family discovers reusable agent instructions and exposes them to the model through a provider-neutral catalog and loader.

Package Role ctx key
skill/ Defines skill provider registration and lookup ctx.skills
skill-local/ Discovers skills from local filesystems registers on ctx.skills
tool-skill/ Publishes the skill catalog and model-facing loader registers on ctx.tools

This capability remains outside the core control spine and can use local, embedded, or remote providers without changing the model-facing contract.