agentsclimarketplace

Session handoff

Skill bglglzd/agent-workflows/plugins/agent-workflows/skills/session-handoff

Capture a durable, privacy-safe handoff at the end of a coding or research session. Use when Codex must preserve repository state, decisions, validation results, blockers, and exact next steps so the next human or AI agent can resume without rediscovering context.From its SKILL.md

Install
npx -y skills add bglglzd/agent-workflows --skill session-handoff

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

  • 1 stars1 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.

SKILL.md

1.8 KB, 332 tokens by cl100k_base, as published. Nobody here has run it

Session Handoff

Preserve the state needed to resume work accurately. Do not treat a chat summary as durable project memory.

Workflow

  1. Inspect the workspace before writing: git status, current branch, latest commit, relevant changed files, project docs, and safe command output from this session.
  2. Reuse the project's existing memory or handoff convention. If none exists, create docs/ai/SESSION_CONTEXT.md as the current source of truth and docs/ai/SESSION_LOG.md as an append-only dated record.
  3. Update the current-context file with:
    • goal and current repository state;
    • completed changes with relevant file paths;
    • decisions and rationale;
    • system, deployment, PR, issue, or external-service context that is safe to record;
    • commands run and validation results;
    • risks, blockers, and unknowns;
    • ordered next actions and a precise resume checklist.
  4. Append a concise dated log entry with the completed work, validation, and next action.
  5. Finish by naming the updated files, the highest-priority next action, and the remaining unknowns.

Guardrails

  • Never copy tokens, passwords, private URLs, connection strings, .env values, or customer data into project memory.
  • Do not modify application code, infrastructure, or external systems merely to create a handoff.
  • Preserve history instead of overwriting useful records.
  • Mark unverified details as Unknown. Do not infer them from incomplete context.
  • Include exact file paths, branch or PR identifiers, and commands wherever they make resumption faster.

What ships with it: 1 file

194 B alongside SKILL.md

agents/

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.