dbl8005/sitrep-panel

22 stars · Last commit 2026-08-22

A live local HTML report Claude keeps updated as it works — status board, running narrative, screenshots, newest-first log, live-reload. No cloud, no build step.

README preview

<p align="center">
  <img src="docs/logo.svg" width="88" height="88" alt="sitrep-panel logo">
</p>

<h1 align="center">sitrep-panel</h1>

<p align="center"><b>Watch your AI agent work, live, in a browser tab — instead of scrolling a transcript.</b></p>

<p align="center">
  <a href="LICENSE"><img src="https://img.shields.io/badge/License-MIT-blue.svg" alt="License: MIT"></a>
  <a href="https://github.com/dbl8005/sitrep-panel"><img src="https://img.shields.io/badge/Claude%20Code-Skill-2f6fed" alt="Claude Code Skill"></a>
  <a href="https://github.com/dbl8005/sitrep-panel/actions"><img src="https://github.com/dbl8005/sitrep-panel/actions/workflows/validate.yml/badge.svg" alt="CI"></a>
  <a href="https://skills.sh/dbl8005/sitrep-panel"><img src="https://skills.sh/b/dbl8005/sitrep-panel" alt="skills.sh installs"></a>
</p>

## The problem

Long agent sessions are hard to watch. The transcript scrolls past faster
than you can read it, and there's no single place that answers "what is it
doing right now, and how did it get here?" without stopping the agent to ask.

View full repository on GitHub →