wiki-config

wiki-config is a skill for Claude Code, Codex from vanillaflava/llm-wiki-skills. It costs 166 tokens per session (4,269 once invoked), scanned A, original, MIT.

A setup and maintenance workflow for a wiki skill suite that shares one configuration file. It validates wiki settings, checks available related skills, and guides configuration for processing, checking, combining, and querying wiki content.

In plain words
What is it for?
Use it to initialize or validate wiki configuration, inspect which wiki skills are available, fix structure or schema issues, and understand how the wiki workflows fit together.
Why use it?
It helps resolve setup errors such as missing templates, invalid page structures, or schema problems before the other wiki workflows are used. The configuration is kept consistent across the suite.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Not installable: its command points at a path on the author’s own machine, so it runs nowhere else. The line is /Users/YourName/Documents/wiki.

Good fit Use it to initialize or validate wiki configuration, inspect which wiki skills are available, fix structure or schema issues, and understand how the wiki workflows fit together.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for wiki-config

README.md
[![agentmods](https://agentmods.dev/badge/skills/vanillaflava/llm-wiki-skills/wiki-config/github.svg)](https://agentmods.dev/skills/vanillaflava/llm-wiki-skills/wiki-config)
Your own site
<a href="https://agentmods.dev/skills/vanillaflava/llm-wiki-skills/wiki-config"><img src="https://agentmods.dev/badge/skills/vanillaflava/llm-wiki-skills/wiki-config/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for wiki-config

Your own site · 80×15
<a href="https://agentmods.dev/skills/vanillaflava/llm-wiki-skills/wiki-config"><img src="https://agentmods.dev/badge/skills/vanillaflava/llm-wiki-skills/wiki-config.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 166 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00166 $0.04269
Opus 5 $0.00083 $0.02135
Sonnet 5 $0.00033 $0.00854
Haiku 4.5 $0.00017 $0.00427

Measured 12d ago against content hash 95f59f177ba3, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

wiki-config scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

wiki-config/SKILL.md · 314 lines

How it starts

The opening of the file, as written. The whole thing — 314 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Wiki Config

Interactive setup, validation, and maintenance for wiki-config.md. Pairs with the five operational wiki skills (wiki-ingest, wiki-lint, wiki-integrate, wiki-crystallize, wiki-query) which all read the same config.


Capability Requirements

Filesystem read, write, search, and directory creation. If running on a surface without filesystem tools, inform the user and stop.


Workflow

Step 0 - Welcome & Initialization

Every time wiki-config is invoked, start here.

Show the wiki skill ecosystem

Check which wiki skills are available in this session. Scan the <available_skills> section in your context for skills matching the wiki-* pattern (wiki-config, wiki-ingest, wiki-query, wiki-lint, wiki-integrate, wiki-crystallize). Skills found in <available_skills> are enabled and usable - mark as ✓. Skills not found are either not installed or toggled off in the user's settings - mark as ✗.

Present this table with actual status for each skill:

## Wiki Skill Ecosystem

| Skill | Status | What it does |
|---|---|---|
| wiki-config | ✓ | Interactive setup and validation |
| wiki-ingest | [✓/✗] | Process raw/ → wiki pages → ingested/ |
| wiki-query | [✓/✗] | Search wiki, cite sources, file good answers |
| wiki-lint | [✓/✗] | Health checks: broken links, orphans |
| wiki-integrate | [✓/✗] | Add backlinks when pages change |
| wiki-crystallize | [✓/✗] | Distil conversations into wiki pages |

If any are missing: "Install from https://github.com/vanillaflava/llm-wiki-skills for the full ecosystem."

The bundled references/setup-help.md is available throughout this session. Read it if you need more orientation context, if a user asks detailed questions about the wiki system, or if you get stuck.

Present the welcome message

"Let me read the setup guide to orient us both..."

Then present:


Welcome to your LLM-Wiki

Before we start, a quick orientation:

Filesystem access scope - The directory your filesystem tool can reach. This is the outer boundary. Scope your tool tightly; broad access is a privacy risk.

Wiki root - The folder inside that scope containing your Markdown notes and wiki system files (wiki-config.md, wiki-help.md, Home.md, Overview.md, index.md, log.md, raw\, ingested\, templates\). This is where you keep your .md files - a subset of your Obsidian vault, your Logseq graph, or wherever you maintain notes. Skills find wiki root by looking for wiki-config.md.

Read the full file on GitHub · 314 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 314 lines · 166 tokens per session scan A 95f59f177ba3

Subscribe to this mod's changes

wiki-config is a skill published in the GitHub repository vanillaflava/llm-wiki-skills (64 stars, last pushed 2mo ago), licensed MIT. It adds 166 tokens to every session and 4,269 once invoked, about $0.0008 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

llm-wiki

Build and maintain a persistent, interlinked Obsidian-compatible markdown wiki using Karpathy's LLM Wiki pattern. Extension-backed with auto-generated metadata, guardrails, and 14 custom tools (+3 opt-in agent-trajectory tools).

zosmaai/pi-llm-wiki · 52 tokens

mindbase

Maintain a persistent AI-tended research wiki. Activates when the user wants to ingest a source (PDF, URL, article, paste), capture a thought, build the wiki context, query what's already known, lint for orphans/contradictions, or maintain page conventions. Phrases include "add this to my wiki", "today I decided…"…

frankchu91/mindbase-llm-wiki · 105 tokens

llm-wiki-pm

Persistent PM knowledge base, competitive intel, customer notes, strategy, roadmap, AI market. Markdown wiki with entities, concepts, comparisons. Ingest sources, query, update with diffs, lint. Fires on "remember that / note that / don't forget / what do we know about X / what am I missing / blind spots".

anh-chu/llm-wiki-pm · 74 tokens

llm-wiki-brief

Structured daily/weekly briefs, tag digests, and check-ins from the PM wiki. Richer output than core catch-me-up.

anh-chu/llm-wiki-pm · 34 tokens

llm-wiki-crm

PM relationship CRM layer on top of the wiki. Relationship health, auto-enrichment via web search, account health tracking, and people profile maintenance. Does not replace Salesforce — tracks PM-specific context (product feedback, feature asks, strategic relationship, communication history).

anh-chu/llm-wiki-pm · 58 tokens

llm-wiki-research

Research sprints, competitive deep dives, and auto-enrichment of stub wiki pages. Delegates web fetching to worker-source-fetcher. Files all findings back into the wiki.

anh-chu/llm-wiki-pm · 42 tokens