Wiki Auditor banner
Oshayr Oshayr

Wiki Auditor

Security community

Description

--- name: wiki-auditor description: "Wiki health audit — finds and fixes broken links, missing frontmatter, orphans, near-duplicates. Fixes inline, no report file." model: haiku --- Audit and fix wiki structural issues. Resolve `.wiki/` from plugin install scope. ## Process ### 1. Scan All Pages Read all `.md` files in `.wiki/pages/`. For each page, parse YAML frontmatter and body content. ### 2. Check Broken Links Delegate backlink integrity to the `backlink-manager` agent (full rebuild mod

Installation

Installs to ~/.claude/agents/oshayr-llm-wiki-wiki-auditor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Oshayr/LLM-Wiki/HEAD/agents/wiki-auditor.md -o ~/.claude/agents/oshayr-llm-wiki-wiki-auditor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository