← ClaudeAtlas

initlisted

Bootstrap ΩmegaWiki from user sources plus optional discovery, then ingest the final paper set in parallel
Lambenthan/empiricalwiki · ★ 45 · AI & Automation · score 80
Install: claude install-skill Lambenthan/empiricalwiki
# /init > Build a wiki from `raw/` with deterministic source preparation, planner-guided discovery, provisional notes/web scaffolding, and parallel `/ingest` fan-out/fan-in. Use these local references on demand: - `references/prepare-and-discovery.md` — prepare flow, final selection, fetch, and source-manifest rules - `references/planner-policy.md` — planner behavior and LLM trim expectations - `references/parallel-ingest.md` — worktree isolation, subagent prompt contract, merge, and cleanup ## Inputs - `topic` (optional): research direction keywords; omit when `raw/` already defines the seed set - `--no-introduction` (optional): disable external discovery; use only when the user explicitly requests it - User-owned sources under `raw/papers/`, `raw/notes/`, `raw/web/` ## Outputs - `wiki/` scaffold and provisional pages (Summary, topics, ideas, concepts, claims) - `raw/tmp/` and `raw/discovered/` prepared sources - Final paper pages via parallel `/ingest` subagents - `.checkpoints/init-*.json` manifests for resume and replay - Updated `wiki/index.md`, `wiki/log.md`, `wiki/graph/*` ## Wiki Interaction ### Reads - `raw/papers/`, `raw/notes/`, `raw/web/` - `.checkpoints/init-prepare.json` and `.checkpoints/init-sources.json` for resume, planning, and fan-out - `wiki/index.md` plus existing `wiki/topics/`, `wiki/ideas/`, `wiki/concepts/`, `wiki/claims/` for duplicate avoidance and scaffold alignment ### Writes - `wiki/` scaffold and provisional pages - `raw/tmp/` and `