vanillaflava/wiki-ingest
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 skills add https://github.com/vanillaflava/llm-wiki-skills --skill wiki-ingest
Take vanillaflava/wiki-ingest from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.