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.md
source content

replay-insight-extraction

Workflow

  1. Start from persisted runtime state and markdown artifacts.
  2. Identify decisions, blockers, and outcome-changing events.
  3. Emit compact replay notes that can survive process restart.
  4. 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.