knowledge
仓库创建 2026年4月7日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
为项目决策提供结构化存档与可读回顾界面
这个 Skill 做什么
记录与检索构建循环中的决策、ADR 与知识索引
把构建循环里的决策、ADR 和知识索引当成活的记忆库来管理,能记录、检索、重建决策索引并做复查。会在你要“记录一个决定”“写 ADR/MADR”“重建或校验决策索引”或想回顾某个主题时用到。特别之处在于既能写入新条目,也有只读的复查视图,用来检测决策陈旧、冲突或迁移反馈为正式决策。
1
Stars
0
Forks
40
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/knowledge/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/tyroneross/build-loop/main/skills/knowledge/SKILL.md"SKILL.MD 节选查看完整文件 ↗
--- name: knowledge description: Canonical build-loop-memory framework. Use when the user asks to "record a decision", "log an ADR", "write an MADR", "capture this choice", "regenerate the decisions index", "validate knowledge", "migrate feedback to decisions", or "recall <topic>". ALSO the read-only review surface (review mode): "review my decisions", "show review queue", "check decision rot", "list open conflicts", "find stale procedures", or `/knowledge:review`. Active durable writes go to `~/dev/git-folder/build-loop-memory`; legacy `.episodic/` paths are migration/archive inputs only. user-invocable: true when_to_use: | - User wants to record a substantive choice with rationale - Us
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有