What problem does it solve?
This Skill converts your raw research inputs into a working ΩmegaWiki scaffold, then selects and ingests a curated set of papers to grow the wiki end-to-end with resumable, parallelized orchestration.
Core Features & Use Cases
- Deterministic wiki scaffolding: Creates the standard wiki structure and provisional pages (Summary, topics, ideas, concepts) while respecting rules for what may be auto-created.
- Local source preparation & recovery: Normalizes user-provided PDFs and notes/web into prepared handoff artifacts under raw/tmp and records recovery in checkpoint manifests.
- Planner-guided discovery with explicit trimming: Builds a candidate shortlist from local and (optionally) external sources, then trims to a final 8–10 paper set before fetching.
- Parallel paper ingest with worktree isolation: Fans out one paper per subagent, merges results back conservatively, and rebuilds indexes/edges/citations plus visualization artifacts (best-effort).
Quick Start
Run /init with your research topic (and omit --no-introduction unless you explicitly want local-only discovery) so the system prepares your raw inputs, selects a final paper set, and ingests them into wiki/ in parallel.