Agent Wiki

Incremental, quality-tiered wiki generator over an Obsidian notes vault.

Tested · Works

Test report

Verdict
Tested · Works
Score
9.6/10
Tested
Jul 14, 2026
Environment
Claude Code 2.x (agent harness)
Upstream re-checked
Aug 10, 2026 · 6ab91da

Actually ran the bundled CLI end to end against a fake 2-note vault: init, scan, cache-put, index, and quality all returned exactly the documented JSON, including a correctly computed 'basic' tier and a worklist flag on the same page — no daylight between docs and behavior.

Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works

  • Installs cleanly 5/5
  • Triggers reliably 5/5
  • Output vs. baseline 9/10
  • Docs & honesty 5/5

What Agent Wiki does

Ships a real Python CLI (init/scan/cache-put/index/quality/worklist) that turns an Obsidian vault into an incrementally-maintained, LLM-authored wiki with sha256-based change detection and a deterministic 5-tier quality score. Triggers on explicit requests to build, ingest into, or incrementally maintain a notes wiki or personal knowledge base; a plain question about the notes should NOT trigger topic generation (the skill itself enforces an Answer-vs-Ingest routing rule).

How to install Agent Wiki

git clone https://github.com/Dianel555/DSkills
cd DSkills
mkdir -p ~/.claude/skills
cp -r skills/agent-wiki ~/.claude/skills/agent-wiki

Skills live in ~/.claude/skills/ (global) or .claude/skills/ (per-project). Restart Claude Code after installing.

Commands — how to trigger Agent Wiki

  • /agent-wiki Incremental, quality-tiered wiki generator over an Obsidian notes vault.

It also activates on plain-language prompts like these:

  • Scan my Obsidian vault and build an incremental wiki from the notes
  • I want to turn my notes folder into a self-updating knowledge wiki
  • Ingest my vault notes and generate quality-scored wiki pages for each topic

Frequently asked questions

Is the Agent Wiki skill free?
Yes. The skill itself is free from Dianel555/DSkills. SkillProof publishes the install command and an independent test verdict at no cost.
Does Agent Wiki work with Claude Code?
We tested it with Claude Code 2.x (agent harness) on Jul 14, 2026. Verdict: Tested · Works. Actually ran the bundled CLI end to end against a fake 2-note vault: init, scan, cache-put, index, and quality all returned exactly the documented JSON, including a correctly computed 'basic' tier and a worklist flag on the same page — no daylight between docs and behavior.
What is the Agent Wiki SkillProof Score?
9.6/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 9/10, docs & honesty 5/5.
How do I install Agent Wiki?
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 Agent Wiki 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.