observability-oss skills & plugins for progress-observability
Open source

Open-source tools for agent observability.

Plugins, skills, and getting-started templates that connect Claude Code and GitHub Copilot to the Progress Observability Platform — read traces, track cost, and build evals over MCP, from your coding agent.

Install
1
Set your MCP key (Progress Observability → API Keys)
export OBSERVABILITY_MCP_API_KEY="mcp_…"
2
Add the plugin and install
/plugin marketplace add \
  observability-oss/progress-observability-plugin
/plugin install progress-observability
3
Ask in plain language
"why did checkout-agent stall?"
Overview

The toolkit

One read-only MCP connection to the Progress Observability Platform, five skills on top of it — four that chain into a triage-to-eval loop, plus a setup check you run first. Shipped from a single source as a Claude Code plugin and a VS Code / Copilot setup, so the same skills run in either.

progress-observability Claude Code Copilot

Four read-only workflows over the Progress Observability MCP server — trace triage, cost and usage reports, eval coverage gaps, and LLM-as-a-Judge eval generation grounded in your real traces — plus health-check, a setup diagnostic you run first.

/trace-triage /cost-report /coverage-gaps /eval-from-trace /health-check

Run it three ways — a Claude Code plugin, a VS Code / Copilot setup, or a single lifted skill in any agent. Install steps below.

How it works

Triage a failure, find the gap, build the eval, track the cost

The four skills chain into one loop — each stage's output is the next stage's input.

01
trace-triage

A run fails. Find the failure signature in the spans.

02
coverage-gaps

Confirm nothing measures that behavior yet.

03
generate-eval

Build the judge that catches it going forward.

04
cost-report

Watch spend while you iterate on the fix.

Roadmap

Getting-started templates Coming soon

Starter repos pre-wired for observability — clone, add your keys, and you have a traced agent to build on. Listed here as they're published.

Using these tools, or want a say in what gets built next? Reach the maintainer on LinkedIn or Discord (Lyubomir Atanasov).

Quickstart

Running in three steps

You'll need a Progress Observability account and an MCP API key (paid plan). A Metadata-only key covers every skill except quoting raw trace text.

1 — set your key · Progress Observability → API Keys → MCP · both setups
export OBSERVABILITY_MCP_API_KEY="mcp_…"

Claude Code

2 — add the marketplace and install
/plugin marketplace add observability-oss/progress-observability-plugin
/plugin install progress-observability
3 — ask in plain language
"why did checkout-agent stall in the last hour?"
"what's driving my spend this week?"
"what should I evaluate next?"

VS Code · Copilot

2 — copy the Copilot setup from the repo into your project
cp -r copilot/.vscode copilot/.github your-repo/
# then reload VS Code and start the progress-observability MCP server
3 — run a prompt in Copilot Chat (agent mode)
/trace-triage   # or just ask in plain language