← ClaudeAtlas

wiki-synthesizelisted

Synthesize an answer from wiki pages and file it if worth preserving — use when a query produces a novel synthesis worth keeping; reads index.json, loads relevant pages, writes answer with wikilink citations, files as synthesis page if ≥2 filing criteria are met.
draakaap/lorewerk · ★ 1 · AI & Automation · score 74
Install: claude install-skill draakaap/lorewerk
# Wiki Synthesize — Answer and file ## On activation ### Step 1 — Read and identify relevant pages 1. Read `wiki/brain.md` for context 2. Use `wiki/index.json` to identify relevant pages by summary 3. Load only those pages (not the entire wiki) ### Step 2 — Synthesize answer Write the answer with: - Inline `[[Page Title]]` wikilinks for every claim drawn from a wiki page - Do NOT add per-line `> Source:` blockquotes — use inline wikilinks naturally in prose - Staleness warnings for any `time_sensitive: true` sources ### Step 3 — Evaluate filing criteria File if 2+ of these are true: - The answer synthesizes 3 or more wiki pages - The answer resolves a question from wiki/gaps.md - The answer would save significant time if asked again - The answer reveals a non-obvious connection between concepts ### Step 4 — File as synthesis page (if criteria met) Create `wiki/synthesis/<kebab-case-title>.md`: ```yaml --- title: <Descriptive Title> type: synthesis related: [list all wiki pages consulted] created: YYYY-MM-DD updated: YYYY-MM-DD last_verified: YYYY-MM-DD confidence: medium provenance: llm-generated time_sensitive: false staleness_days: 90 importance_score: 5 --- ``` Page structure: - **Context**: What question prompted this synthesis - **Key Findings**: The answer with citations - **Open Questions**: What remains unknown — feed to gaps.md - **Related Pages**: Wikilinks to all consulted pages ### Step 5 — Post-filing updates (ALL mandatory — filing is not done until