AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Layerkit Session Handoff

skill-hariharapanigrahy-layerkit-layerkit-session-handoff · by hariharapanigrahy

Write a runbook to memory so the next agent can resume the integration loop safely.

No reviews yet
0 installs
0 views
view→install

Install

$ agentstack add skill-hariharapanigrahy-layerkit-layerkit-session-handoff

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hariharapanigrahy-layerkit-layerkit-session-handoff)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5d ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Layerkit Session Handoff? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

layerkit-session-handoff

End-of-session (or mid-pipeline) handoff: durable runbook under memory so another agent continues without re-inventing context.

Protocol

  1. Gather state:
layerkit repo status
layerkit proposal list
layerkit map list
layerkit agent status
layerkit memory index
layerkit doctor
  1. 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.

  1. 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
  1. Point the next agent at: {projectDir}/memory/INDEX.md + this runbook + layerkit-orchestrate-integration. Resume from layerkit 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.