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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user