visualize

Installation
SKILL.md

Visualize an OKF bundle

Generate a self-contained HTML graph of the target bundle (default the project's .okf/). No backend, no install on the viewing side, no data leaves the page.

uv run "${CLAUDE_SKILL_DIR}/scripts/okf_visualize.py" $ARGUMENTS

If uv is unavailable:

python3 -m pip install --quiet pyyaml && \
python3 "${CLAUDE_SKILL_DIR}/scripts/okf_visualize.py" $ARGUMENTS
Installs
325
GitHub Stars
253
First Seen
Jun 16, 2026
visualize — scaccogatto/okf-skills