Wiki Config
Interaktiv opsætning, validering og reparation for llm-wiki skill suitens config, schema og templates.
Testet · Virker
Hvad det gør
Opsætter wiki-config.md, wiki-schema.md, og en 13-file templates/ folder for the llm-wiki skill suite (wiki-ingest, wiki-lint, wiki-integrate, wiki-crystallize, wiki-query), then validates and repairs them on demand. Udløses ved '/wiki-config', requests to set up or configure a wiki, eller any companion wiki skill reporting a missing/invalid config, schema, eller template.
Testrapport
Kørte faktisk the Step 2 Init flow med the repo's real bundled assets: it produces a validated wiki-config.md (blacklist/index_excludes/ingested_folder fields), a schema file, og all 13 page templates, versus an unguided setup that just invents a random config med fields the operational wiki skills wouldn't even recognize. One real gap: the SKILL.md instructs copying `assets/templates/README.md` into the templates folder, but that file does not exist anywhere in the repo.
Testet: 2026-07-14 · Claude Code 2.x (agent harness)
Installation
git clone https://github.com/vanillaflava/llm-wiki-skills cd llm-wiki-skills mkdir -p ~/.claude/skills cp -r wiki-config ~/.claude/skills/wiki-config
Kommandoer og eksempelprompter
/wiki-configInteraktiv opsætning, validering og reparation for llm-wiki skill suitens config, schema og templates.
Skills udløses af almindelige forespørgsler — ingen kommandoer at huske. Efter installationen aktiverer prompter som disse skillen (på engelsk):
Can you set up my wiki config, schema, and templates from scratch?My wiki-lint skill says the schema is missing, can you fix that?I'm confused how this wiki system is configured, walk me through it.