agentsclimarketplace

Session summary

Skill youkistudios/session-save-system/skills/session-summary

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.From its SKILL.md

Install
npx -y skills add youkistudios/session-save-system --skill session-summary

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 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 file declares

Copied from the file, not written here

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.

  1. Run python3 "$SKILL_DIR/scripts/session_save.py" doctor --client <client_id>. Stop unless ok is true and migration_required is zero.
  2. 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.
  3. Require <record>/tag.md. Promote its GIST content without recomputing it.
  4. Write or refresh <record>/human.md: GIST, bottom line, assets, problems, solutions, achieved, actioned, insights, and next.
  5. 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.
  6. Run sync --client <client_id> --record <record> --status closed --operation summary-written to update the source envelope and rebuild the global index atomically.
  7. 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.

What ships with it

Read from the repository

Just SKILL.md. No reference files, no scripts.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.