BeClaude

pi-agent-observability

New
35GitHub TrendingGeneralby disler

First seen 6/1/2026

Summary

The pi-agent-observability skill provides tools and patterns for monitoring, logging, and tracing agent workflows in production.

  • It helps developers gain visibility into agent behavior, debug issues, and optimize performance by integrating observability best practices into agent-based applications.

Install & Usage

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/pi-agent-observability.md

3
Invoke with @agent-name
@pi-agent-observability

Use Cases

Add structured logging to an agent pipeline to capture step-by-step execution details.
Instrument an agent with distributed tracing to identify bottlenecks in multi-step workflows.
Set up metrics collection for agent response times, error rates, and token usage.
Create dashboards to visualize agent performance and health in real-time.
Debug a failing agent by replaying its execution trace with detailed logs.
Integrate observability hooks into custom agent tools for end-to-end monitoring.

Usage Examples

1

/pi-agent-observability add structured logging to my agent pipeline

2

Show me how to instrument my agent with OpenTelemetry tracing

3

Set up metrics for agent response time and error rate

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is pi-agent-observability?

The pi-agent-observability skill provides tools and patterns for monitoring, logging, and tracing agent workflows in production. It helps developers gain visibility into agent behavior, debug issues, and optimize performance by integrating observability best practices into agent-based applications.

How to install pi-agent-observability?

To install pi-agent-observability: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/pi-agent-observability.md. Finally, @pi-agent-observability in Claude Code.

What is pi-agent-observability best for?

pi-agent-observability is a agent categorized under General. It is designed for: agent. Created by disler.

What can I use pi-agent-observability for?

pi-agent-observability is useful for: Add structured logging to an agent pipeline to capture step-by-step execution details.; Instrument an agent with distributed tracing to identify bottlenecks in multi-step workflows.; Set up metrics collection for agent response times, error rates, and token usage.; Create dashboards to visualize agent performance and health in real-time.; Debug a failing agent by replaying its execution trace with detailed logs.; Integrate observability hooks into custom agent tools for end-to-end monitoring..