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

The output defaults to <bundle>/viz.html. Pass -o <path> to write elsewhere. Open it in any browser; ${CLAUDE_SKILL_DIR} resolves whether this runs as part of the okf plugin or as a standalone skills.sh skill.

Installs
15
GitHub Stars
12
First Seen
12 days ago
visualize — scaccogatto/okf-skills