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.scripts/knowledge_router.py "<query>" [--scope ...] [--output report.txt] to build a routing report.小葱技能站7w4.net每天更新,海量AI技能等你发现。
这个 Skill 质量中上,设计思路实用,能有效帮助整理和定位知识。文档通俗易懂,代码功能完整。但意图识别比较机械,主要靠关键词匹配判断,不是很智能。另外对文件数量有硬限制,可能遗漏重要内容。适合作为知识管理的辅助工具,但还不能完全替代人工判断。