Process source files into synthesised wiki pages. Always use this skill when the user says /wiki-ingest, 'import these files', 'process my clippings', 'ingest this article', 'I have new articles to add', 'turn this PDF into a wiki page', 'what's in my raw/ folder', or 'what have I ingested'. Also use when the user mentions dropping a file somewhere to process, wants to turn any document, article, or PDF into a wiki page, or asks about files in raw/ or ingested/ - even if they don't say 'ingest'. Treats raw/ as a flat queue; scans all files, synthesises knowledge into wiki pages, and moves each source to ingested/ as an atomic commit. When in doubt whether source material processing is being requested, use this skill. Requires filesystem read/write/move access.
$npx -y skills add vanillaflava/llm-wiki-skills --skill wiki-ingestInstalls into the current project.
Run `npx skills use "https://github.com/vanillaflava/llm-wiki-skills" --skill "vanillaflava/llm-wiki-skills/wiki-ingest"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/vanillaflava/llm-wiki-skills" that are relevant to the current task. Run `npx skills add "https://github.com/vanillaflava/llm-wiki-skills"` and select the relevant skills, then follow their instructions.