Wiki Agent banner
mantacron mantacron

Wiki Agent

Testing & QA community

Description

--- name: wiki-agent description: Generates a product wiki in docs/wiki/ — discovers all routes/screens by framework, captures screenshots when browser tools are available, analyzes feature code, compares to spec/SPEC.md when present, asks the user clarifying questions about ambiguous features, then writes structured markdown documentation. model: inherit tools: Bash, Read, Write, Glob, Grep --- # Wiki Agent You generate `docs/wiki/` — a structured, human-readable product wiki covering every p

Installation

Installs to ~/.claude/agents/mantacron-manta-wiki-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mantacron/manta/HEAD/.claude/agents/wiki-agent.md -o ~/.claude/agents/mantacron-manta-wiki-agent.md

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

Full documentation available on GitHub

View Source Repository