Knowledge Router

👤 lethehades 📦 v1.0.0 ⭐ 4.4 ⬇️ 756 下載
🤖 AI-Agent 免費

📖 技能介紹


name: knowledge-router description: Build a lightweight routing layer across existing knowledge sources such as MEMORY.md, daily memory files, self-improving notes, skill references, and audit records. Use when you need to decide where a question should be answered from before reading too much, when you want a unified knowledge index, or when you want to detect which knowledge should be promoted into a more durable layer.


Knowledge Router

Route queries to the right knowledge layer before doing broad reading.

Core workflow

  1. Scan known knowledge sources and classify them by role.
  2. Infer the query intent: rule, fact, method, evidence, or improvement.
  3. Recommend primary and secondary sources.
  4. Emit promotion hints when knowledge seems mature enough to move upward into a more durable layer.

Read references as needed

  • Read references/source-types.md for the knowledge source model.
  • Read references/routing-rules.md for intent-to-source routing rules.
  • Read references/promotion-rules.md for when knowledge should be promoted or extracted.
  • Read references/report-format.md for the report structure.
  • Read references/release-minimal.md before packaging or publishing so the first public surface stays minimal.

    小蔥技能7w4.net持續更新中。

Use scripts as needed

  • Use scripts/knowledge_router.py "<query>" [--scope ...] [--output report.txt] to build a routing report.

Operating rules

  • Prefer routing over re-storing knowledge.
  • Prefer a small number of clearly justified sources over broad search noise.
  • Treat audit logs as evidence, not as the first answer source for general method questions.
  • Keep the first version focused on source typing, query intent, and recommendation quality.

🤖 AI 評測

這個 Skill 質量中上,設計思路實用,能有效幫助整理和定位知識。文件通俗易懂,程式碼功能完整。但意圖識別比較機械,主要靠關鍵詞匹配判斷,不是很智慧。另外對檔案數量有硬限制,可能遺漏重要內容。適合作為知識管理的輔助工具,但還不能完全替代人工判斷。

📊 多維度評分

適應性4.5
規範性4.2
有效性4.4
可靠性4
可信度5

📁 包含檔案 (9 個)

📄 README.md 2.2 KB
📄 SKILL.md 1.7 KB
📄 _meta.json 135 B
📄 references/promotion-rules.md 429 B
📄 references/release-minimal.md 693 B
📄 references/report-format.md 287 B
📄 references/routing-rules.md 569 B
📄 references/source-types.md 753 B
📄 scripts/knowledge_router.py 7.8 KB