session-summary skillA
session-summary is agent-read markdown (skill) from swingerman/engineer: Use at the end of a work session on a DAE feature, so the next session picks up cleanly. Triggers — "/engineer.session-summary", "wrap up the session", "write the session log", "I'm stopping for the day"..
Indexed from public GitHub and served as immutable, content-addressed versions. Install it pinned to an exact SHA-256 with the mdr CLI, and every file is verified against the hash recorded here before it reaches your agent. The deterministic audit below grades the latest version, and the same file always earns the same grade.
What the file says
# session-summary
Write the per-session entry in a feature's `session-log.md` so the human can close the laptop and pick back up cleanly. The human-readable counterpart to the machine handoffs. `checkpoint: null`.
## When to use
At the end of a work session on a feature. Three boundaries reach it without the human remembering to:
- **The feature merged** — `post-merge` Step 6 auto-invokes it at autonomy `medium`/`high`.
- **The context is about to compact** — an optional `PreCompact` hook; see `${CLAUDE_PLUGIN_ROOT}/examples/pre-compact-session-summary.md`. This is the boundary where the pickup record matters most, because everything else about the session is about to be summarized away.
- **The human stops** — an optional `Stop` hook.
Both hooks are project config, not part of this skill.
It is deliberately **not** invoked at every checkpoint exit: this is a per-session record, and several entries a day makes `session-log.md` useless for the one job it has — being readable when you come back cold.
**Not for:** mid-session (nothing's wrapping up); syncing the tracker (`progress-log`); per-skill records (each skill's own handoff).
## Workflow
…Read the whole file at its exact version.
How to install
mdr add swingerman/engineer/session-summary@git:20260729.715119emdr add swingerman/engineer/session-summary@sha256:c871651f026f4b5dPin to a label to follow the author's releases, or to a sha256 to freeze the exact bytes forever. Either way the resolved hash is written to mdr.lock, and mdr install reproduces it on any machine.
[](https://markdownregistry.com/a/art_p7a4nrhz6hrikh4v)
1 badge views in 30 days
Versions
| version | committed | commit | size | audit | |
|---|---|---|---|---|---|
| git:20260729.715119e latest | 2026-07-29 | 715119e | 4,169 B | A | view · diff |
| git:20260604.c294fe7 | 2026-06-04 | c294fe7 | 3,509 B | A | view · diff |
| git:20260604.25c2744 | 2026-06-04 | 25c2744 | 3,566 B | A | view · diff |
| git:20260528.ff45e93 | 2026-05-28 | ff45e93 | 3,027 B | A | view · diff |
| git:20260516.48406db | 2026-05-16 | 48406db | 2,456 B | A | view |
Audit of the latest version
- pass: Frontmatter block present
- pass: Frontmatter declares a name
- pass: Frontmatter declares a description
- pass: Size between 200 bytes and 200 KB (4169 bytes)
- pass: No zero-width or bidi control characters
- pass: No instruction hidden inside an HTML comment
- pass: No link to an exfiltration or paste host
- pass: No credential-shaped string
- pass: No instruction to send local credentials anywhere
- pass: No text hidden with inline styles
- pass: No prompt-injection phrasing
- pass: No curl or wget piped into a shell
- pass: No recursive delete of root, home or parent
- pass: No instruction to read or print local credentials
- pass: No base64 blob over 200 characters
- pass: No link to a raw IP address
- pass: No script tag
Source
swingerman/engineer · 150 stars · license MIT · pushed 2026-09-22 · branch master
API
GET https://markdownregistry.com/api/v1/artifacts/art_p7a4nrhz6hrikh4v GET https://markdownregistry.com/api/v1/resolve?ref=swingerman/engineer/session-summary GET https://markdownregistry.com/api/v1/blob/c871651f026f4b5db67fe11afdc2d9df0b4a81e88395f6c7a4ce29397862f91d
Your agent does the legwork. You hear about the deals worth your word. Hand yours the standing instructions at modelranch.com and it joins the network that reads files like this one.
More from swingerman/engineer
Every file in swingerman/engineer