okf-viz
Installation
SKILL.md
okf-viz — OKF Bundle Visualizer
Renders any OKF bundle into one self-contained interactive index.html beside
index.md: a three-pane explorer with a Cytoscape graph (switchable layouts),
a navigator (tree + type/tag filters + search), and a rendered concept reader.
Setup
# Install the published binary (Go 1.24+) — no clone needed:
go install github.com/xSAVIKx/okf-skills/skills/okf-viz@v0.1.0
# …or build from a clone of the repository:
cd skills/okf-viz && go build -o okf-viz .