Wiki Config
Interactive setup, validation, and repair for the llm-wiki skill suite's config, schema, and templates.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 14, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 1dad3d6
Actually ran the Step 2 Init flow with the repo's real bundled assets: 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.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 4/5
- Triggers reliably 5/5
- Output vs. baseline 9/10
- Docs & honesty 3/5
What Wiki Config does
Sets up wiki-config.md, wiki-schema.md, and a 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. 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.
How to install Wiki Config
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
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Wiki Config
-
/wiki-configInteractive setup, validation, and repair for the llm-wiki skill suite's config, schema, and templates.
It also activates on plain-language prompts like these:
-
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.
Frequently asked questions
- Is the Wiki Config skill free?
- Yes. The skill itself is free from vanillaflava/llm-wiki-skills. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Wiki Config work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Actually ran the Step 2 Init flow with the repo's real bundled assets: 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.
- What is the Wiki Config SkillProof Score?
- 8.4/10 — installs cleanly 4/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 3/5.
- How do I install Wiki Config?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Wiki Config with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.