Use when adding a new source to a wiki — a paper, article, URL, file, transcript, or any document. One ingest may touch 10-15 wiki pages.
Add a source to the wiki. Read it, discuss with the user, write a summary page, update entity/concept pages, and maintain the index, overview, and log.
Search for SCHEMA.md starting from the current directory and upward, or in common wiki locations (~/wikis/). If not found, tell the user to run wiki-init first.
Read SCHEMA.md to learn: wiki root path, page frontmatter format, cross-reference convention, log entry format, index category taxonomy.
The source can be:
raw/<filename> if not already therebrowse skill to fetch it; save to raw/<slug>.<ext>Read all content. For long sources, read in sections. Do not skip.
Tell the user:
wiki/index.md and relevant pages to check)Ask: "Anything specific you want me to emphasize or de-emphasize?"
Wait for the user's response before proceeding.
Lowercase, hyphens, no special characters.
Example: "Attention Is All You Need" → attention-is-all-you-need
Write wiki/pages/<slug>.md:
---