Wiki Lint banner
SamurAIGPT SamurAIGPT

Wiki Lint

AI community

Description

Health-check the LLM Wiki for issues. Usage: /wiki-lint Follow the Lint Workflow defined in CLAUDE.md: Structural checks (use Grep and Glob tools): 1. Orphan pages — wiki pages with no inbound [[wikilinks]] from other pages 2. Broken links — [[WikiLinks]] pointing to pages that don't exist 3. Missing entity pages — names referenced in 3+ pages but lacking their own page Semantic checks (read and reason over page content): 4. Contradictions — claims that conflict between pages 5. Stale summar

Installation

Installs to ~/.claude/commands/samuraigpt-llm-wiki-agent-wiki-lint.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/SamurAIGPT/llm-wiki-agent/HEAD/.claude/commands/wiki-lint.md -o ~/.claude/commands/samuraigpt-llm-wiki-agent-wiki-lint.md

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

Full documentation available on GitHub

View Source Repository