feat: add sitrep-panel skill

Live local HTML progress report (status board, running narrative,
screenshots, newest-first log) served on localhost via a stdlib-only
Python server, so a human can watch a long/delegated agent task
without reading the raw transcript. Adapted from dbl8005/sitrep-panel
(MIT), evaluated and drafted via Codex per this fleet's standard
skill-candidate review process. Bundled server and HTML template
copied unmodified from upstream.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-08-24 07:34:15 +02:00
co-authored by Claude Sonnet 5
parent fa824ed4e0
commit cfd518d451
4 changed files with 644 additions and 0 deletions
+6
View File
@@ -118,6 +118,11 @@ than assuming the delegate can fetch it itself.
- `obsidian-vault-memory` -- use an Obsidian vault as durable cross-session
memory: low-conflict session capture, canonical-note promotion, provenance
links, queryable Bases, and Syncthing-safe write boundaries.
- `sitrep-panel` -- keep a live local HTML report (status board, running
narrative, screenshots, newest-first log) updated during a long or
delegated task, served on localhost via a zero-dependency stdlib Python
server, so a human can watch progress in a browser tab instead of reading
the transcript.
## Provenance
@@ -136,6 +141,7 @@ each skill's frontmatter:
- [citeworthyio/seo-agent](https://github.com/citeworthyio/seo-agent) (MIT)
- [addyosmani/agent-skills](https://github.com/addyosmani/agent-skills) (MIT)
- [kepano/obsidian-skills](https://github.com/kepano/obsidian-skills) (MIT)
- [dbl8005/sitrep-panel](https://github.com/dbl8005/sitrep-panel) (MIT)
## Vetting external skills