Claude-skill-registry instrumentation-and-telemetry
Implement deep instrumentation pipelines for tracing, metrics, and real-user monitoring of React apps.
install
source · Clone the upstream repo
git clone https://github.com/majiayu000/claude-skill-registry
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/majiayu000/claude-skill-registry "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/data/instrumentation-and-telemetry" ~/.claude/skills/majiayu000-claude-skill-registry-instrumentation-and-telemetry && rm -rf "$T"
manifest:
skills/data/instrumentation-and-telemetry/SKILL.mdsource content
Instrumentation and Telemetry (React 18)
Summary
Implement deep instrumentation pipelines for tracing, metrics, and real-user monitoring of React apps.
Key Capabilities
- Capture render timings and scheduler lane metadata.
- Correlate UI performance with backend latency traces.
- Build dashboards for critical UX metrics (TTI, INP, CLS).
PhD-Level Challenges
- Develop sampling strategies that preserve tail events.
- Formalize trace causality across async boundaries.
- Validate telemetry accuracy with synthetic benchmarks.
Acceptance Criteria
- Provide a trace dashboard and sample data pipeline.
- Demonstrate correlation between UI and API latencies.
- Document sampling and privacy constraints.