Conitens replay-insight-extraction
Extract replayable insights from run state, findings, and progress without relying on hidden chat history.
install
source · Clone the upstream repo
git clone https://github.com/seunghwaneom/Conitens
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/seunghwaneom/Conitens "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.agents/skills/replay-insight-extraction" ~/.claude/skills/seunghwaneom-conitens-replay-insight-extraction && rm -rf "$T"
manifest:
.agents/skills/replay-insight-extraction/SKILL.mdsource content
replay-insight-extraction
Workflow
- Start from persisted runtime state and markdown artifacts.
- Identify decisions, blockers, and outcome-changing events.
- Emit compact replay notes that can survive process restart.
- Prefer facts and artifact paths over interpretation.
Constraints
- No hidden chat-state assumptions.
- No full transcript stuffing.
- Keep replay output safe for future prompt reuse.