kovadocs reads the docs embedded in the Kovanex server — architecture, agent protocol, release flow, CI/CD, cluster — without cloning a repo, always current with the running version.
export KOVANEX_ADDR=127.0.0.1:9090
bash list.sh # all available docs
bash read.sh RELEASE_FLOW.md # print one doc
bash read.sh ARCHITECTURE.md
A good grounding move before acting on a subsystem: list.sh, then
read.sh the doc that covers it. Same content as
AdminService.ListDocs/GetDoc — public, no auth.
tar xzf kovadocs.tar.gz -C ~/.claude/skills/ — needs kovanex-ctl on PATH.
Source → skills/kovadocs/ (SKILL.md · list.sh · read.sh · README.md)