
Agent Observer
- 1 repo stars
- Updated February 28, 2026
- dithom/agent-observer
Reports Claude Code agent status to the Agent Observer server for real-time monitoring.
About
agent-observer is a Claude Code skill in the AI & Agent Building category. Reports Claude Code agent status to the Agent Observer server for real-time monitoring.
- agent-observer
- AI & Agent Building
- AI-coding skill
Agent Observer by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add dithom/agent-observer/plugin install agent-observer@agent-observerAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | February 28, 2026 |
| Repository | dithom/agent-observer ↗ |
What it does
Reports Claude Code agent status to the Agent Observer server for real-time monitoring.
README.md
Agent Observer — Claude Code Plugin
Reports Claude Code agent status to the Agent Observer server for real-time monitoring in VS Code.
Installation
claude plugin marketplace add dithom/agent-observer
claude plugin install agent-observer@agent-observer
What It Does
The plugin uses Claude Code's hook system to report status changes:
| Event | Reported Status |
|---|---|
| Session start | Waiting for user |
| Prompt submitted | Running |
| Permission request | Waiting for user |
| Tool executed | Running |
| Agent stopped | Waiting for user |
| Session end | Agent removed |
All status updates are fire-and-forget — the plugin never blocks Claude Code.
Requirements
- Agent Observer VS Code Extension (manages the server automatically)