investigate-puffin

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Investigate puffin traces

Analyze a .puffin recording from an application instrumented with Puffin. Use the recording path supplied by the user.

Setup

Requires the rerun CLI (Rerun 0.38 or later), Python 3.10 or later, and jq. The Python helpers use only the standard library. Set PUFFIN_SKILL_DIR to the absolute directory containing this SKILL.md. In Claude Code, you can use export PUFFIN_SKILL_DIR="${CLAUDE_SKILL_DIR}"; in other agents, resolve the directory from the installed skill location.

Dump the trace to a file and check scope registration:

rerun dump-puffin <path> > /tmp/puffin.json
jq '.scopes | length' /tmp/puffin.json
Installs
6
Repository
rerun-io/rerun
GitHub Stars
11.5K
First Seen
6 days ago
investigate-puffin — rerun-io/rerun