codewiki-builderlisted
Install: claude install-skill andrewr303/claude-codex-plugin-lab
# CodeWiki Builder
CodeWiki Builder is a local program plus an agent synthesis workflow. The Python engine is the source of truth for file discovery, hashes, symbols, import edges, section membership, source links, incremental state, rendering, and validation. Use model judgment only for architecture, runtime behavior, design rationale, and readable prose, and ground every such claim in the generated evidence packet.
Set `ENGINE` to the absolute path of this skill's plugin script:
```text
<plugin-root>/scripts/codewiki.py
```
Resolve `<plugin-root>` as the directory two levels above this `SKILL.md`. On Windows, run the engine with `python`; elsewhere prefer `python3` when available. Always pass the repository as a global argument before the subcommand:
```powershell
python "<ENGINE>" --repo "<repo>" status
```
## Required first-run onboarding
Before reading broadly or generating files, run `status`. If `initialized` is false, do not silently pick preferences and do not run `init --yes`. Ask one compact questionnaire that requests:
1. Output format and path (recommend Markdown at `WIKI.md`).
2. Depth: overview, comprehensive, or exhaustive (recommend comprehensive).
3. Refresh cadence in days (recommend 3).
4. Whether tests should be included (recommend no unless testing is architecturally important).
5. Maintenance mode: check on plugin use, create a GitHub Actions PR workflow, or none (recommend on-use).
State that source code remains local to the agent and the dete