dev-graph-exports/SKILL.md
Export Dev Graph UI assets and dashboard data. Use when the user asks for structure SVG exports, timeline SVG/MP4 exports, per-commit SVGs, sprint-linked visuals, or dashboard/analytics JSON from the Dev Graph API.
npx skillsauth add rm2thaddeus/aitor_skills dev-graph-exportsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Generate exportable assets that match the Dev Graph UI.
node skills/dev-graph-exports/scripts/export_timeline_segments_svg_parity.js --api http://localhost:8080python skills/dev-graph-exports/scripts/export_dashboard_data.py --base-url http://localhost:8080http://localhost:8080fetch)tools/dev-graph-ui:
npm --prefix tools/dev-graph-ui install jsdom @resvg/resvg-jspython skills/dev-graph-exports/scripts/export_structure_svg.pyexports/dev-graph/structure-graph.svg--url http://localhost:3001/dev-graph/structure --output <path>--source-type File --target-type Document --relation-type CONTAINS_CHUNK --max-nodes 250node skills/dev-graph-exports/scripts/export_timeline_segments_svg_parity.jsexports/dev-graph/timeline-frames/--range-start 0 --range-end 69 (single segment)--segments "0-69,69-199,199-" (dash with empty end means "to last")--sprint sprint-11 (uses /api/v1/dev-graph/sprints/<n> start/end)--frame-only true --sprint sprint-11 --sprint-frame end --frame-output docs/sprints/sprint-11/_dev_graph_visuals/timeline.svg--frame-only true --frame-commit abcd123 --frame-output exports/dev-graph/timeline-frame.svg--max-nodes 0 (default, no limit)--show-folder-groups true|false, --focused-view true|false, --size-by-loc true|false--color-mode folder|type|commit-flow|activity|none, --highlight-docs true|false, --edge-emphasis 0.0-1.0--active-folders "backend,frontend", --include-patterns "docs,/\\.md$/"--width 1200 --height 600--auto-fit true (default) and --auto-fit-padding 80--auto-fit-motion true (default), --auto-fit-motion-alpha 0.25--focus-commit 120 --focus-window 10 (index) or --focus-commit abcd123 --focus-window 12 (hash prefix)--relax-ticks-min 180 --relax-ticks-max 520 --relax-ticks-factor 35--limit 5000 --max-files 0 (0 means no limit; lets backend return full file lists)--include-all-files true (default)--downscale-on-fail true (default), --downscale-factor 0.85 --downscale-retries 3python skills/dev-graph-exports/scripts/export_timeline_svgs.pyexports/dev-graph/timeline-frames/--start 0 --count 20python skills/dev-graph-exports/scripts/export_dashboard_data.pyexports/dev-graph/dashboard//api/v1/dev-graph/stats, /analytics, /quality, and /data-quality/overview.sprints.json from dashboard exports to link frames and videos to sprint windows.python skills/dev-graph-exports/scripts/export_structure_svg.py (requires the UI + Python Playwright)python skills/dev-graph-exports/scripts/export_timeline_mp4.py (requires the UI + Python Playwright)python skills/dev-graph-exports/scripts/export_timeline_segments_standalone.py (requires matplotlib + ffmpeg)development
Create HTML dashboards with KPI metric cards, bar/pie/line charts, progress indicators, and data visualizations. Use when users request dashboards, metrics displays, KPI visualizations, data charts, or monitoring interfaces.
development
Analyzes CSV files, generates summary stats, and plots quick visualizations using Python and pandas.
tools
Analyzes your Claude Code conversation history to identify patterns, common mistakes, and opportunities for workflow improvement. Use when user wants to understand usage patterns, optimize workflow, identify automation opportunities, or check if they're following best practices.
testing
Assists in writing high-quality content by conducting research, adding citations, improving hooks, iterating on outlines, and providing real-time feedback on each section. Transforms your writing process from solo effort to collaborative partnership.