wiki_draftlisted
Install: claude install-skill Misaka16384/magi
# LLM Wiki — Draft Skill (wiki_draft)
> **CLI (read first):** This skill drives the `magi` CLI (MAGI research workspace tool, assumed installed on PATH). If unsure of your surroundings, run `magi sync` first to locate the workspace. For the full syntax of any command: `magi <command> --help`.
This skill closes the loop from knowledge base to manuscript. Drafts are first-class workspace citizens: they live in `drafts/`, are searchable via `magi search` (collection `drafts`), and reuse the library's citation metadata through `magi bib`.
## Conventions
- Drafts live at `drafts/<slug>.md` (e.g. `drafts/fracton-intro.md`). The directory is recognized by lint and indexed by `magi index`, but drafts do **not** enter the knowledge graph or sync ratio — they are work-in-progress, not knowledge.
- Cite library material with wikilinks to reference cards (`[[pretko-2020-fracton]]`); check them anytime with `magi stats <TOPIC_DIR> verify-refs`.
- Factual assertions you plan to defend belong in a `<!-- magi:claims -->` block inside the draft, same format as cards; verify with `magi verify drafts/<slug>.md --topic-dir <TOPIC_DIR>`.
## Workflow
1. **Ground every section in the library.** Before writing a paragraph, pull evidence:
- `magi search "<question>" -k 5` (hybrid; add `--collection references` or `--path 'raw/papers/2026-*<slug>*'` to narrow to one paper)
- `magi wiki context --name "<concept>"` for every paragraph already written about a concept.
2. **Write the draft** i