Read

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.

Get it

Download kovadocs.tar.gz

tar xzf kovadocs.tar.gz -C ~/.claude/skills/ — needs kovanex-ctl on PATH.

Source →  skills/kovadocs/ (SKILL.md · list.sh · read.sh · README.md)