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.
npx agentmods add skills/rm2thaddeus/pixel_detective/dev-graph-exportsnpx skills add rm2thaddeus/Pixel_Detective --skill dev-graph-exportsgit clone --depth 1 https://github.com/rm2thaddeus/Pixel_DetectiveWrote 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.
[](https://agentmods.dev/skills/rm2thaddeus/pixel_detective/dev-graph-exports)<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>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.
| Model | Per session | Once 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 |
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.
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.
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
- Range:
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.
- scripts/export_dashboard_data.py 1.3 KB runs code
- scripts/export_structure_svg.py 3.5 KB runs code
- scripts/export_timeline_mp4.py 4.3 KB runs code
- scripts/export_timeline_segments_standalone.py 5.0 KB runs code
- scripts/export_timeline_segments_svg_parity.js 32 KB runs code
- scripts/export_timeline_svgs.py 3.0 KB runs code
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.
- 5d ago First seen · 75 lines · 53 tokens per session scan A 4af8f6b232ff
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.
Other skills, from other repositories
systematic-debugging
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.
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…
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.
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…
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…
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…