Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add gjoranv/claude-plan-skills --skill handovergit clone --depth 1 https://github.com/gjoranv/claude-plan-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/gjoranv/claude-plan-skills/handover)<a href="https://agentmods.dev/skills/gjoranv/claude-plan-skills/handover"><img src="https://agentmods.dev/badge/skills/gjoranv/claude-plan-skills/handover/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/gjoranv/claude-plan-skills/handover"><img src="https://agentmods.dev/badge/skills/gjoranv/claude-plan-skills/handover.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00043 | $0.00461 |
| Opus 5 | $0.00022 | $0.00230 |
| Sonnet 5 | $0.00009 | $0.00092 |
| Haiku 4.5 | $0.00004 | $0.00046 |
Grade A, and why
handover scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Prepare everything needed for a new conversation to continue the current work seamlessly.
-
Gather state:
- Current repo and branch
- Uncommitted changes (
git status,git diff --stat) - Recent commits on this branch
- The plan issue (from argument, or ask the user)
-
Summarize the session: What was done, key decisions made, what's still in progress, any blockers or open questions.
-
Offer to persist state before handing over:
- Update the plan issue (
/gh-update-plan) - Commit uncommitted changes Ask the user which of these to do. Skip any already done.
- Update the plan issue (
-
Capture learnings: Review the conversation for surprises, gotchas, corrections, and non-obvious decisions. Propose where each belongs:
- Instructions file (CLAUDE.md, AGENTS.md, or similar): conventions, build quirks
- Repo docs: architecture insights, design rationale
- Agent memory: cross-project patterns, user preferences
User approves, edits, or drops each suggestion.
-
Generate a handover prompt that the user can paste into a new session. Include:
- The plan issue reference (e.g.
/gh-read-plan owner/repo#12) - The repo and branch to work in
- A 3-5 sentence summary of where things left off
- The specific next step to work on
- Any gotchas or context the new session needs (e.g. "the tests pass locally but CI needs a config change first")
- The plan issue reference (e.g.
Rules:
- Keep the handover prompt concise. It should be copy-pasteable in one go.
- Do not include implementation details the plan issue already captures.
- If there's no plan issue, still generate a useful handover prompt with the repo, branch, and summary.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 12d ago First seen · 37 lines · 43 tokens per session scan A f8bc07a31f03
handover is a skill published in the GitHub repository gjoranv/claude-plan-skills (5 stars, last pushed 11d ago), licensed MIT. It adds 43 tokens to every session and 461 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
baoyu-youtube-transcript
A tool for downloading the written captions, subtitles, chapter information, speaker labels, and cover image from a YouTube video using its URL or ID.
baoyu-comic
A tool for creating original educational comics that explain knowledge or ideas through multiple illustrated panels. It supports different art styles and tones and can create several comics in one batch.
baoyu-diagram
Create professional, dark-themed SVG diagrams of any type — architecture diagrams, flowcharts, sequence diagrams, structural diagrams, mind maps, timelines, illustrative/conceptual diagrams, and more. Use this skill whenever the user asks for any kind of technical or conceptual diagram, visualization of a system…
baoyu-danger-gemini-web
Generates images and text via reverse-engineered Gemini Web API. Supports text generation, image generation from prompts, reference images for vision input, and multi-turn conversations. Use when other skills need image generation backend, or when user requests "generate image with Gemini", "Gemini text generation"…
understand-figma
Analyze a Figma file via the Figma REST API and generate an interactive design knowledge graph (pages, screens, components, component sets, instances, design tokens) with a kind:"design" dashboard.
playwright-cli
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…