wiki-from-research
Wiki From Research
Turn a research topic (Mode A) or an already-completed cogni-research project (Mode B) into a populated cogni-wiki — one prompt instead of four. This is the cold-start primitive: from "I want a wiki about quantum cryptography" to a queryable wiki with one command.
This skill orchestrates only. It writes nothing directly. Every page comes from wiki-ingest's lock-protected pipeline; every config comes from wiki-setup's detection logic; every research artefact comes from cogni-research's STORM pipeline. The value here is sequencing, fail-fast pre-flight, and slug coordination — not new mechanics.
Read ${CLAUDE_PLUGIN_ROOT}/references/karpathy-pattern.md once at the start to re-anchor on the three-layer model (raw / wiki / schema) before dispatching any sub-skill.
When to run
- User asks to bootstrap a wiki from a research topic ("build a wiki on AI safety", "deep-research X into a wiki")
- User has a finished cogni-research project and wants it deposited into a fresh wiki ("wiki-ify my project", "turn the quantum research into a wiki")
- User wants the cold-start convenience of one command instead of running
research-setup,research-report,wiki-setup, andwiki-ingestmanually
Never run when
- The user already has both a populated wiki and a finished research project and only wants to deposit — that's
wiki-ingest --discover research:<slug>directly. This skill is for the cold-start case. - The cogni-research project to be deposited has
report_source ∈ {wiki, hybrid}— see Step 0 (5).