simplify-trace

Installation
SKILL.md

Simplify trace

Chrome DevTools performance traces are tens to hundreds of MB of JSON — far too large to read directly. This skill turns one into a few-KB markdown report that surfaces the work taking too long or happening too often.

Usage

Run the script on the trace file. It prints markdown to stdout (or --out FILE):

node skills/simplify-trace/scripts/simplify-trace.mjs <trace.json> [--top N] [--long-task-ms MS] [--window START-END] [--out report.md]
Installs
30
Repository
tldraw/tldraw
GitHub Stars
50.5K
First Seen
Jun 22, 2026
simplify-trace — tldraw/tldraw