Session summary
Skill youkistudios/session-save-system/skills/session-summary
Local session memory for Claude Code and Codex—capture context, decisions, artifact references, and next state in Markdown and JSON.
npx -y skills add youkistudios/session-save-system --skill session-summaryAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 20 days oldThe repository was created 20 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Close an existing source-attributed Session Save record with a human summary and technical resume state. Use when the user asks to summarize, close out, or preserve a finished session. Not a mid-session checkpoint.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.7 KB, 317 tokens by cl100k_base, as published. Nobody here has run it
Session summary — close-out
Resolve this skill directory as SKILL_DIR. Read CLIENT.md beside this file for the installed client_id. Read the shared home’s GUIDE.md.
- Run
python3 "$SKILL_DIR/scripts/session_save.py" doctor --client <client_id>. Stop unlessokis true andmigration_requiredis zero. - Locate the existing record by real host session ID or known slug with
locate --client <client_id> .... If no record exists, stop and ask the user to run session-tag first. A close-out never invents a record. - Require
<record>/tag.md. Promote its GIST content without recomputing it. - Write or refresh
<record>/human.md: GIST, bottom line, assets, problems, solutions, achieved, actioned, insights, and next. - Write or refresh
<record>/agent.md: technical state, decisions and reasons, proven versus unproven, source client, and open threads. Reconcile later checkpoints against the tag explicitly. - Run
sync --client <client_id> --record <record> --status closed --operation summary-writtento update the source envelope and rebuild the global index atomically. - Print the compact close-out receipt with the client label and both real paths.
Refresh the same two files on rerun. Never close another client’s record, merge records because names look similar, create a duplicate index row, or edit _INDEX.md directly.