Conitens reflection-summary

Turn a completed iteration into a compact reflection suitable for approved long-term memory.

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/reflection-summary" ~/.claude/skills/seunghwaneom-conitens-reflection-summary && rm -rf "$T"
manifest: .agents/skills/reflection-summary/SKILL.md
source content

reflection-summary

Workflow

  1. Read the latest progress and findings for the iteration.
  2. Extract one or two durable lessons with evidence references.
  3. Prefer reflection or procedural memory over identity edits.
  4. Leave raw transcripts out of the summary.

Constraints

  • Do not auto-edit identity memory.
  • Store references, not transcript dumps.
  • Keep the reflection small enough to review quickly.