Agent skill · Workflow & Productivity

session-handoff

Write a handoff summary so another agent or person (or a fresh session) can pick up the work with full context. Use when ending a work session, hitting a context limit, switching agents, or pausing a task mid-flight. Produces a structured handoff: what the goal is, what's done, the current state, what's next, and the gotchas — so no context is lost across the boundary.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill session-handoff --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 3 KB
Bundled scripts: none
Path: skills/session-handoff/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Session Handoff Skill Work gets dropped at boundaries — a context window fills, a session ends, a task passes to someone else — and the next person (or agent) re-derives everything from scratch. This skill writes a tight **handoff** that carries the state across that boundary: the goal, what's done, where things stand, the exact next step, and the landmines. Optimised to be the first thing a fresh session reads. ## Required Inputs Ask for these only if they aren't already provided (or infer from the session so far): - **The objective** — what we're ultimately trying to achieve. - **Progress** — what's been done and decided so far. - **Current state** — what's in-flight right now, what's working/broken, where files/branches are. - **Next step** — the single most important thing to do next. - **Gotchas** — dead ends tried, constraints, things that will bite the next person. ## Output Format ### Handoff: [task] **🎯 Objective** — the goal in 1–2 lines, and the definition of done. **✅ Done so far** — key work completed and decisions made (with the *why* for non-obvious calls), as tight bullets. **📍 Current state** — exactly where things stand: branch/PR, what runs, what's failing, f

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. Handoff: [task]
  4. Quality Checks
  5. Anti-Patterns
  6. Based On
More from pm-claude-skills
All skills →
About this skill
What does the session-handoff skill do?

Write a handoff summary so another agent or person (or a fresh session) can pick up the work with full context. Use when ending a work session, hitting a context limit, switching agents, or pausing a task mid-flight. Produces a structured handoff: what the goal is, what's done, the current state, what's next, and the gotchas — so no context is lost across the boundary.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill session-handoff --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going