Wiki Config
Interaktive Einrichtung, Validierung und Reparatur für die Konfiguration, das Schema und die Vorlagen der llm-wiki skill suite.
Getestet · Funktioniert
Was es kann
Richtet wiki-config.md, wiki-schema.md und einen 13-file templates/ folder für die llm-wiki skill suite (wiki-ingest, wiki-lint, wiki-integrate, wiki-crystallize, wiki-query) ein und validiert und repariert diese dann on demand. Triggers on '/wiki-config', requests to set up or configure a wiki, or any companion wiki skill reporting a missing/invalid config, schema, or template.
Testbericht
Führte tatsächlich den Step 2 Init flow mit den repo's real bundled assets aus: it produces a validated wiki-config.md (blacklist/index_excludes/ingested_folder fields), a schema file, and all 13 page templates, versus an unguided setup that just invents a random config with 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.
Getestet am: 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
Befehle & Beispiel-Prompts
/wiki-configInteraktive Einrichtung, Validierung und Reparatur für die Konfiguration, das Schema und die Vorlagen der llm-wiki skill suite.
Skills reagieren auf normale Anfragen — keine Slash-Befehle nötig. Nach der Installation aktivieren Prompts wie diese den Skill (auf Englisch):
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.