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.
Route queries to the right knowledge layer before doing broad reading.
references/source-types.md for the knowledge source model.references/routing-rules.md for intent-to-source routing rules.references/promotion-rules.md for when knowledge should be promoted or extracted.references/report-format.md for the report structure.references/release-minimal.md before packaging or publishing so the first public surface stays minimal.小蔥技能7w4.net持續更新中。
scripts/knowledge_router.py "<query>" [--scope ...] [--output report.txt] to build a routing report.這個 Skill 質量中上,設計思路實用,能有效幫助整理和定位知識。文件通俗易懂,程式碼功能完整。但意圖識別比較機械,主要靠關鍵詞匹配判斷,不是很智慧。另外對檔案數量有硬限制,可能遺漏重要內容。適合作為知識管理的輔助工具,但還不能完全替代人工判斷。