knowledge-vault/indexes/skill-index.md

36 lines
2.4 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Skill Index
本索引记录 Knowledge Vault 中的本地知识加工能力层。它不同于 CCPE System 的 Agent / Skill / Runtime 索引。
## 维护原则
- `skills/` 记录 Knowledge Vault 如何运行、调用、分段、交接和验收能力。
- CCPE System 记录 canonical Agent、Skill、Runtime 和 Model Card。
- 具体任务的运行记录不放在本索引,也不放在公共 `skills/` 根层。
- 如果能力依赖 CCPE participant必须记录对应 canonical 路径和 no-simulation 规则。
## 公共规则
| 规则 | 路径 | 状态 | 说明 |
| --- | --- | --- | --- |
| Invocation Policy | `skills/invocation-policy.md` | active | 规定真实调用、外部返回、本地 Skill 执行记录、规则不足即暂停 |
| Context Management Policy | `skills/context-management-policy.md` | active | 规定长文档加工的主/子会话、worker thread、continuation handoff 和上下文预算 |
## 能力列表
| 能力 | 路径 | 类型 | 状态 | CCPE 对应 | 说明 |
| --- | --- | --- | --- | --- | --- |
| Fix Title | `skills/fix-title/` | markdown-processing | active | none | 将 ChatGPT/LLM 原始回复中的 Markdown ATX 标题整体下沉指定级数,便于嵌入 `## GPT` 等父标题下 |
| Viewpoint Discussion Distillation | `skills/knowledge-processing/viewpoint-discussion-distillation/` | knowledge-processing | draft | `ccpe-system/runtimes/hybrid/viewpoint-discussion-distillation.runtime.md` | 将长观点讨论稿整理为 source-map、topic-map、routing-log、topic docs、audit 和 downstream handoff |
## 模板
| 模板 | 路径 | 用途 |
| --- | --- | --- |
| Agent Invocation Packet | `skills/templates/agent-invocation-packet.template.md` | 记录 canonical participant 调用边界 |
| Prompt To Send | `skills/templates/prompt-to-send.template.md` | 外部 participant 不能读取本地路径时使用 |
| Skill Execution Record | `skills/templates/skill-execution-record.template.md` | 本地执行 CCPE Skill 或本地能力时记录输入、输出和验证 |
| Thread Start Packet | `skills/templates/thread-start-packet.template.md` | 启动 worker thread 或子会话 |
| Thread Return Packet | `skills/templates/thread-return-packet.template.md` | worker thread 返回结构化结果 |
| Continuation Handoff | `skills/templates/continuation-handoff.template.md` | 到达确认点、上下文压力点或阻塞点时交接 |