dev-graph-exports

dev-graph-exports is a skill for Claude Code, Codex from rm2thaddeus/Pixel_Detective. It costs 53 tokens per session (1,279 once invoked), scanned A, original, MIT.

A set of tools for exporting Dev Graph diagrams, timelines, commit visuals, and dashboard data. Dev Graph is a development-data interface that shows code structure and project activity.

In plain words
What is it for?
Use it to create structure SVGs, timeline SVG, MP4, or GIF exports, per-commit visuals, sprint-linked graphics, and dashboard or analytics JSON from the Dev Graph API.
Why use it?
It avoids manually recreating visuals or extracting dashboard information when you need files for reports, analysis, or sharing.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/rm2thaddeus/pixel_detective/dev-graph-exports
Any agent
npx skills add rm2thaddeus/Pixel_Detective --skill dev-graph-exports
Clone the repo
git clone --depth 1 https://github.com/rm2thaddeus/Pixel_Detective

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for dev-graph-exports

README.md
[![agentmods](https://agentmods.dev/badge/skills/rm2thaddeus/pixel_detective/dev-graph-exports.svg)](https://agentmods.dev/skills/rm2thaddeus/pixel_detective/dev-graph-exports)
Your own site
<a href="https://agentmods.dev/skills/rm2thaddeus/pixel_detective/dev-graph-exports"><img src="https://agentmods.dev/badge/skills/rm2thaddeus/pixel_detective/dev-graph-exports.svg" alt="Measured on agentmods" height="20"></a>
Per session 53 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,279 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00053 $0.01279
Opus 5 $0.00026 $0.00639
Sonnet 5 $0.00011 $0.00256
Haiku 4.5 $0.00005 $0.00128

Measured 5d ago against content hash 4af8f6b232ff, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

dev-graph-exports scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

The scan reads SKILL.md. This mod also ships 6 executable files (scripts/export_dashboard_data.py, scripts/export_structure_svg.py, scripts/export_timeline_mp4.py, …), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/dev-graph-exports/SKILL.md · 75 lines

How it starts

The opening of the file, as written. The whole thing — 75 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Dev Graph Exports

Generate exportable assets that match the Dev Graph UI.

Quickstart

  • API-only SVG-parity timeline exports: node skills/dev-graph-exports/scripts/export_timeline_segments_svg_parity.js --api http://localhost:8080
  • Dashboard JSON export: python skills/dev-graph-exports/scripts/export_dashboard_data.py --base-url http://localhost:8080

Requirements

  • Dev Graph API running on http://localhost:8080
  • Node.js 18+ available (for SVG-parity renderer; uses global fetch)
  • Dependencies installed in tools/dev-graph-ui:
    • npm --prefix tools/dev-graph-ui install jsdom @resvg/resvg-js
  • ffmpeg available on PATH for mp4/gif exports

Exports

Structure SVG (UI export)

  • Script: python skills/dev-graph-exports/scripts/export_structure_svg.py
  • Output default: exports/dev-graph/structure-graph.svg
  • Optional: --url http://localhost:3001/dev-graph/structure --output <path>
  • Filters: --source-type File --target-type Document --relation-type CONTAINS_CHUNK --max-nodes 250

Timeline MP4 + GIF segments (SVG-parity, API only)

  • Script: node skills/dev-graph-exports/scripts/export_timeline_segments_svg_parity.js
  • Output default: mp4 + gif plus per-commit SVG frames under exports/dev-graph/timeline-frames/
  • The SVG frames are the primary artifacts; raster frames are temporary and removed after encoding.
  • Segments: commits 1-70, 70-200, 200+.
  • Key options:
    • Range: --range-start 0 --range-end 69 (single segment)
    • Segments: --segments "0-69,69-199,199-" (dash with empty end means "to last")
    • Sprint window preset: --sprint sprint-11 (uses /api/v1/dev-graph/sprints/<n> start/end)
    • Single SVG frame (no ffmpeg): --frame-only true --sprint sprint-11 --sprint-frame end --frame-output docs/sprints/sprint-11/_dev_graph_visuals/timeline.svg
    • Single SVG at commit: --frame-only true --frame-commit abcd123 --frame-output exports/dev-graph/timeline-frame.svg
    • Graph density: --max-nodes 0 (default, no limit)
    • Node layout: --show-folder-groups true|false, --focused-view true|false, --size-by-loc true|false
    • Styling: --color-mode folder|type|commit-flow|activity|none, --highlight-docs true|false, --edge-emphasis 0.0-1.0
    • Filtering: --active-folders "backend,frontend", --include-patterns "docs,/\\.md$/"
    • Canvas size: --width 1200 --height 600
    • Auto-fit (zoom out to see full shape): --auto-fit true (default) and --auto-fit-padding 80
    • Auto-fit motion (smooth zoom between frames): --auto-fit-motion true (default), --auto-fit-motion-alpha 0.25
    • Focus around a commit: --focus-commit 120 --focus-window 10 (index) or --focus-commit abcd123 --focus-window 12 (hash prefix)
    • Relaxation (cinematic settling): --relax-ticks-min 180 --relax-ticks-max 520 --relax-ticks-factor 35
    • Data volume: --limit 5000 --max-files 0 (0 means no limit; lets backend return full file lists)
    • Include every file node: --include-all-files true (default)
    • Downscale on failure: --downscale-on-fail true (default), --downscale-factor 0.85 --downscale-retries 3

Read the full file on GitHub · 75 lines

Files

What ships with it

6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 75 lines · 53 tokens per session scan A 4af8f6b232ff

Subscribe to this mod's changes

dev-graph-exports is a skill published in the GitHub repository rm2thaddeus/Pixel_Detective (21 stars, last pushed 7mo ago), licensed MIT. It adds 53 tokens to every session and 1,279 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

local-ai-agents

Build local-first AI agents that run entirely on a developer workstation with Microsoft Foundry Local and Qwen function-calling models. Covers Small Language Models (SLMs), the OpenAI-compatible local endpoint, sandboxed local tools, local RAG with Chroma, local MCP servers, hybrid cloud/local routing, and the…

microsoft/ai-agents-for-beginners · 200 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary, usage tips, workflow recommendations, wants to search or find past sessions by keyword/file/PR, wants to reindex their session store, or asks about deleting…

microsoft/vscode · 72 tokens

babysit-pr

Babysit a GitHub pull request after creation by continuously polling review comments, CI checks/workflow runs, and mergeability state until the PR is merged/closed or user help is required. Diagnose failures, retry likely flaky failures up to 3 times, auto-fix/push branch-related issues when appropriate, and keep…

openai/codex · 114 tokens