wiki-fold

仓库创建 2026年4月7日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由

适合长期运维知识库时控制日志规模与提升可导航性。

▸ 风险提示

在提交模式下会写入并修改 Vault 中多个文件,需谨慎确认

这个 Skill 做什么

将 wiki 日志条目折叠成结构化的汇总页面,做出可追溯的提取式摘要。

把 wiki/log.md 里的最近条目折叠成结构化的汇总页,生成到 wiki/folds/ 并保留指回子条目的可追溯链接,摘要采取提取式而不杜撰内容。想把长日志整理成可读的归档或做审计时用,默认先做 dry-run,且折叠是幂等且不改动原始条目的。

▸ 展开 SKILL.md 英文原文

Rollup of wiki log entries into meta-pages. Reads the last 2^k entries from wiki/log.md, writes a structurally-idempotent fold page to wiki/folds/ that links back to children. Extractive summarization (no invention). Dry-run by default, stdout-only; commit mode writes and accepts that the PostToolUse hook auto-commits. Triggers on: fold the log, run a fold, run wiki-fold, log rollup, roll up log entries.

办公文档日志汇总提取式摘要折叠页通用
10.0k
Stars
1.2k
Forks
15
仓库内 Skill
+1.1k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-fold/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/AgriciDaniel/claude-obsidian/main/skills/wiki-fold/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# wiki-fold: Extractive Log Rollup

Implements a bounded subset of Mechanism 1 from [[DragonScale Memory]]: flat fold over raw `wiki/log.md` entries. Fold-of-folds (hierarchical level-stacking) is **out of scope for this skill**; see "Scope boundary" below.

A fold is **additive**: child log entries and their referenced pages are never modified, moved, or deleted. A fold is **extractive**: every outcome and theme in the output must be traceable to a specific child log entry. No invented facts, no synthesis beyond what the child entries support.

---

## Scope boundary (explicit)

This skill does **not** implement:
- Fold-of-folds / hierarchical level stacking (DragonScale spec calls for it; 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有