log-to-dosu-knowledge
Installation
SKILL.md
Log → Dosu Knowledge
Product (keep it this simple):
This skill is for first-time users whose logs predate Dosu.
- Read local agent logs
- Decide what to write (not the user’s prompt — the answer/gotcha)
- Write each under a synthetic
dosu/log-backfill/<UTC-timestamp>branch (server auto-enqueues notes-upflow for that prefix — same path as a PR merge) - Tell the user what was cached, expected token savings, and the backfill branch
- Open the HTML report (
generate_report.py --open), including Estimated context savings
Dry-run: same extraction, but do not call write_knowledge. Output is
only the list of calls you would make (with the synthetic branch filled in).
Requires a Dosu MCP connection with write_knowledge. Writes must use
dosu/log-backfill/<timestamp> so they auto-promote; do not fall back to
the current checkout branch (those notes stay stranded until a real PR merges).