AhmedMerza

Handover List — Development skill for Claude Code

Development community

List the saved handover plans in this project's .claude/handover/ with their title, status, and slug.

How to install Handover List

Installs to ~/.claude/skills/ahmedmerza-agent-skills-handover-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedmerza-agent-skills-handover-list && curl -fsSL https://raw.githubusercontent.com/AhmedMerza/agent-skills/HEAD/commands/handover-list.md -o ~/.claude/skills/ahmedmerza-agent-skills-handover-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Handover List does


description: List the saved handover plans in this project's .claude/handover/ with their title, status, and slug. argument-hint: "(no args)" allowed-tools: Bash(ls:*), Read, Grep, Glob

You are listing the saved handover plans for the current project so the user can pick one to resume.

1. Find them

Look in `.claude/handover/` for `*.md` files. If the directory is missing or empty, tell the user there are no saved handovers yet (and that `/handover-save` creates one) — then stop.

Alternatives in Development

  • 20 Session Title — Session Title Generator 2.3k ★
  • Agentlas Graph — Build an Agentlas automation by describing it, list saved ones, or request a run 1.1k ★
  • 05 Public Permalink — Give every published post a public read-only permalink at /p/:slug — a standalone server-rendered 143 ★

Full documentation available on GitHub

View Source Repository