Install
$ agentstack add skill-gerardordz96-aios-starter-kit-session-handoff ✓ scanned · ✓ verified — works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
About
What this skill does
Generates a handoff note for the current session: a single markdown block that a fresh session (or a different AI tool entirely) can read to continue the work without re-deriving anything. This is the cheapest insurance an AIOS has against context loss.
Pattern credit: Nate Herk's session-handoff skill — "if you keep retyping the same prompt, that's a skill."
When to fire
- The user says they're done for now, switching tools (Claude Code ↔ Cowork ↔ another CLI), or context is getting full.
- Proactively offer (one line, don't insist) when a long session is clearly winding down.
The handoff template
Produce this, filled in from the actual session — concrete file paths, not vague summaries:
# Session handoff — {date} — {topic}
## What we did
- {completed item, with file paths}
## Files created / changed
- {path} — {one-line what/why}
## Open decisions (waiting on the user)
- {decision} — options considered: {...}
## In progress / next steps
1. {next concrete action, specific enough to start cold}
## Gotchas for the next session
- {anything surprising: a failing test, a quirk found, a constraint}
Where it goes
- Print it in chat (always — the user may just copy it).
- Save it to
knowledge/handoffs/{YYYY-MM-DD}-{slug}.md(create the folder if needed). This is a deliberate exception to the "knowledge/is immutable raw source" rule: a handoff is a local, gitignored operational record of this session, not a fact that graduates intoreferences/. Keephandoffs/out of version control so private session notes never get committed. - If any item belongs in
pending.md(a follow-up that would otherwise be lost), append it there too and say so.
Guardrails
- Report honestly: if something is half-done or broken, the handoff says so. A flattering handoff is a useless handoff.
- Keep it under a page. The next session needs orientation, not a transcript.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: GerardoRdz96
- Source: GerardoRdz96/aios-starter-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet — be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.