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.mdsource content
reflection-summary
Workflow
- Read the latest progress and findings for the iteration.
- Extract one or two durable lessons with evidence references.
- Prefer reflection or procedural memory over identity edits.
- 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.