Skill Claude CodeCodex
Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualisation.
47 tagged tracing, measured the same way as everything else here.
Browse within: observability 29opentelemetry 17ReAct 11go 11sqlite 11logging 9llmops 8telemetry 8aiops 7llms 7metrics 5monitoring 5
Skill Claude CodeCodex
Instrument C/C++ with -finstrument-functions for execution tracing and Perfetto visualisation.
Skill Claude CodeCodex
Instrument LLM apps with TruLens OTEL-based tracing - from setup to debugging and optimization.
Skill Claude CodeCodex
Applies systematic tracing and isolation techniques to pinpoint exactly where a bug originates in code. Use when a bug is hard to locate, code is not working as expected, an error or crash appears with unclear cause, a regression was introduced between recent commits, or you need to narrow down which component…
Skill Claude CodeCodex
Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, structure trace review with open coding and axial coding, inspect datasets, review experiments, query annotation configs, and use the GraphQL API. Use whenever the user is analyzing traces or spans, investigating LLM/agent failures, deciding…
Skill Claude CodeCodex
Review Python OpenInference instrumentation code for correctness and completeness. Use this skill when reviewing a Python instrumentor package — whether it's a new instrumentor, a PR that modifies one, or when the user asks to audit/review/check an existing instrumentor's code quality. Trigger on phrases like "review…
Skill Claude CodeCodex
Run, interpret, and iterate on the OpenInference GenAI conformance MVP at python/openinference-instrumentation/scripts/conformance/. Use when the user mentions GenAI conformance, OTel GenAI semantic conventions, Weaver registry live-check, the dual-write conversion (genaiconversion.py, enablegenaisemconv), genai.…
Skill Claude CodeCodex
Provides guidance for implementing OpenTelemetry instrumentation in .NET codebases, covering tracing (Activities/Spans), metrics, logs, naming conventions, error handling, performance, SDK setup, resources, context propagation, and API design best practices.
Skill Claude CodeCodex
Set up Raindrop AI traces for an agent and verify they flow into Workshop. Use when the user says "set up traces", "add tracing", "instrument my agent", "wire Raindrop", "Workshop is empty", or "make traces show up in Workshop." Guides unknown repos by discovering runtime and telemetry setup, using current Raindrop…
Skill Claude CodeCodex
Set up a local agent replay server for Raindrop Workshop. Use when the user wants Workshop to replay a captured trace against their real local agent code and tools. Creates/updates .raindrop/agents.yaml, scaffolds a language-appropriate replay server, registers the project with raindrop replay register, and verifies…
Skill Claude CodeCodex
Evaluate AI outputs with LayerLens. Upload traces, create judges, run evaluations, and retrieve quality scores -- all from within OpenClaw.
heal-dev/heal-playwright-tracer
Skill Claude CodeCodex
Analyze playwright test results.
braintrustdata/braintrust-claude-plugin
Skill Claude CodeCodex
This plugin auto-configures a "braintrust" MCP server. If you can't see it or reach it, activate this skill.
jnMetaCode/local-agent-toolkit
Skill Claude CodeCodex
Instrument an AI agent or LLM app with OpenTelemetry and watch its runs live in tracelet (local DevTools). Use when asked to add tracing/observability to an agent, or to debug what an agent actually did.
DemboNauta/skill-doc-generator
Skill Claude CodeCodex
Modern, powerful structured logging for Python using structlog. Use when adding or improving logging in Python projects, configuring structlog for dev/production, working with contextvars for request-scoped logging, integrating structlog with stdlib logging, or writing tests for logging behavior.
Skill Claude CodeCodex
Use AgentReceipt CLI as a local evidence sidecar for AI coding sessions. Use when an agent needs compact replay/focus reports, patch-equivalence checks, schema outputs, or deterministic JSON workflows.
Skill Claude CodeCodex
Apply React/TypeScript/Vite patterns used in ai-viewer's frontend. Use when editing frontend/ — pages, components, API client, SSE handling, D3 visualizations.
Skill Claude CodeCodex
Catalog of every automated quality gate ai-viewer enforces — commands, thresholds, and what to do when a gate fails. Use before claiming any work done, before any commit, when adding a new gate, or when investigating a CI failure. The runtime companion to .agents/sow/specs/quality-gates.md.
Skill Claude CodeCodex
Run ai-viewer's external reviewer gates. Use on meaningful chunks of work, at least per SOW and per substantial SOW milestone: gap analysis, implementation plan, and implementation review. Reviewers are glm, minimax, kimi, mimo, deepseek, and qwen. They are gates, not implementers.
Skill Claude CodeCodex
Self-report every agent action to the agent-obs observability MCP server. Use in EVERY session where the agent-obs MCP server is connected - start a session at task start, log every tool call (Read, Write, Edit, Bash, Glob, Grep, etc.), end the session at task completion, and answer "how did my last session go"…
Skill Claude CodeCodex
Use RawTrace proactively to debug flaky or timing-sensitive browser behavior, including intermittent Playwright or Cypress failures, clicks with no request or unclear result, transient or asynchronous DOM changes, API timing, WebSocket ordering, downloads, authentication redirects, or cases where snapshots are…