Install
$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
layerkit-session-handoff
End-of-session (or mid-pipeline) handoff: durable runbook under memory so another agent continues without re-inventing context.
Protocol
- Gather state:
layerkit repo status
layerkit proposal list
layerkit map list
layerkit agent status
layerkit memory index
layerkit doctor
- Prefer the handoff CLI (template + pipeline status + memory write):
layerkit handoff write \
--vendor \
--goal "" \
--done "research: map validated" \
--done "author: source helper updated" \
--next "layerkit-privacy-review: confirm consent rules" \
--next "layerkit agent mark-done --step privacy --evidence " \
--next "run package verification and checker review" \
--blocked "need live credentials from owner" \
--out memory
Writes {projectDir}/memory/runbooks/handoff-.md and refreshes memory INDEX.
- Or author manually with required sections:
# Handoff runbook —
## Goal
## Done
- skills completed, proposal ids, validate status
## In progress
- current skill, open files, partial drafts
## Blocked
- exact residual human questions; who to ask
## Evidence index
- key source URLs + memory paths
## Next 3 actions
1. ...
2. ...
3. ...
## Forbidden
- do not invent; do not apply without checker; do not open deny-paths
## Quality
- last package verification result; coverage if any
## Outcome checkpoints
- what had to pass; proof artifact; fallback if it failed
## Unresolved errors
- exact red gates, failing assertions, or residual risks
Manual persist:
layerkit memory append --type runbooks --title "handoff " --vendor --body-file ./handoff.md
layerkit memory index
- Point the next agent at:
{projectDir}/memory/INDEX.md+ this runbook +layerkit-orchestrate-integration. Resume fromlayerkit agent next.
Forbidden
- Dumping secrets, tokens, or raw PII into the runbook
- Claiming steps done without proposal/map evidence
- Instructing the next agent to invent missing fields
Success criteria
- [ ] Runbook in
{projectDir}/memory/runbooks/handoff-*.md - [ ] INDEX.md lists the entry
- [ ] Required headings present (Goal, Done, In progress, Blocked, Evidence index, Next 3 actions, Forbidden, Quality)
- [ ] Next actions are ordered and skill-named
- [ ] Residual human questions are explicit
- [ ] Outcome checkpoints and unresolved errors are explicit
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hariharapanigrahy
- Source: hariharapanigrahy/layerkit
- 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.