Agent skill · Design & Presentation

visualize

Render an Open Knowledge Format (OKF) bundle as a single self-contained, interactive HTML graph (viz.html) — concepts as nodes coloured/sized by type, markdown links and bundle-internal `sources` as edges, a wiki-style detail panel with rendered markdown, v0.2 trust/lifecycle/provenance metadata, and "Links to" / "Cited by" backlinks, layout switching, per-type filter and search. Use when asked to visualize, graph, preview, or explore an OKF bundle.

scaccogattogithub.com/scaccogattoGitHub ↗
claude-codecan modify filesships scriptsMIT
Install
npx skills add scaccogatto/okf-skills --skill visualize --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 2 KB
Bundled scripts: yes
Allowed tools: Bash
Path: skills/visualize/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 229
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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. ```bash uv run "${CLAUDE_SKILL_DIR}/scripts/okf_visualize.py" $ARGUMENTS ``` If `uv` is unavailable: ```bash python3 -m pip install --quiet pyyaml && \ python3 "${CLAUDE_SKILL_DIR}/scripts/okf_visualize.py" $ARGUMENTS ``` The detail panel shows each concept's `status`, `generated`, `verified`, `stale_after`, and `sources` (with their credibility signals, a `usage_count` alongside the `usage_window` that frames it); a `sources` entry pointing at another concept in the bundle also becomes a graph edge. A v0.1 `timestamp` is read as `generated.at`, so legacy bundles still render fully. Two badges are **derived**, not read: the §5.3 trust tier (*unverified* / *machine-confirmed* / *human-reviewed*, keyed off the `human:` prefix in `verified[].by`) and staleness (`today >= stale_after`). They are advisory signals — when reporting on a bundle, say which tier a concept is in rather than treating any of them as a gate. The output defaults to `<bundle>/viz.html`. Pass `-o <path>` to write elsewhere. Bundles

What's inside
Ships with 1 file
  • scripts/okf_visualize.py
Commands it runs
uv run "${CLAUDE_SKILL_DIR}/scripts/okf_visualize.py" $ARGUMENTS
python3 -m pip install --quiet pyyaml && \
python3 "${CLAUDE_SKILL_DIR}/scripts/okf_visualize.py" $ARGUMENTS
More from okf-skills
All skills →
About this skill
What does the visualize skill do?

Render an Open Knowledge Format (OKF) bundle as a single self-contained, interactive HTML graph (viz.html) — concepts as nodes coloured/sized by type, markdown links and bundle-internal `sources` as edges, a wiki-style detail panel with rendered markdown, v0.2 trust/lifecycle/provenance metadata, and "Links to" / "Cited by" backlinks, layout switching, per-type filter and search. Use when asked to visualize, graph, preview, or explore an OKF bundle.

How do I install it?

Run `npx skills add scaccogatto/okf-skills --skill visualize --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From scaccogatto/okf-skills, a repository with 229 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going