Handoff

mattpocock/handoff · Agent Skill (multi-file)

by mattpocock · bundle

Published · Last updated


Compact the current conversation into a handoff document for another agent to pick up.

SKILL.md

Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save to the temporary directory of the user's OS - not the current workspace.

Include a "suggested skills" section in the document, naming which skills the next agent should call the Skill tool for.

Do not duplicate content already captured in other artifacts (specs, plans, ADRs, issues, commits, diffs). Reference them by path or URL instead.

Redact any sensitive information, such as API keys, passwords, or personally identifiable information.

If the user passed arguments, treat them as a description of what the next session will focus on and tailor the doc accordingly.

Files

This skill is a package of 2 files. Install with the command above, or download the folder.

  • 📄SKILL.md entry
  • 📁agents
  • openai.yaml GitHub 141 B

Related

  1. Gemini API · google bundle
    Guides usage of the Gemini API on Agent Platform with the Google Gen AI SDK, covering SDK usage (Python, JS/TS, Go, Java, C#), capabilities like multimodal inputs, tools, media generation, caching, batch prediction, and Live API.
    14.4k
    repo stars
  2. Agent Designer · alirezarezvani bundle
    Design multi-agent system architectures, generate tool schemas for Anthropic and OpenAI formats, and evaluate execution logs for cost, latency, and failure bottlenecks.
    20.4k
    repo stars
  3. Agenthub · alirezarezvani bundle
    Spawns multiple parallel AI agents that compete on the same task using isolated git worktrees, evaluates results, and merges the best solution.
    20.4k
    repo stars
  4. RAG Architect · alirezarezvani bundle
    Design, tune, and evaluate production RAG pipelines with deterministic tools for chunking, pipeline design, and retrieval evaluation.
    20.4k
    repo stars
  5. MCP Server Builder · alirezarezvani bundle
    Design and ship production-ready MCP servers from OpenAPI contracts instead of hand-written tool wrappers. Supports Python and TypeScript, schema validation, and safe evolution.
    20.4k
    repo stars
  6. Agent Platform Inference · google bundle
    Authenticates and connects to Google Cloud Agent Platform for inference with Gemini and third-party OpenMaaS models (Llama, DeepSeek, Qwen). Generates code for multiple SDKs, configures endpoints, and troubleshoots common errors.
    14.4k
    repo stars

Frequently asked questions

How do I install the Handoff skill?

Run npx skillmds add mattpocock/handoff in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.

What does the Handoff skill do?

Compact the current conversation into a handoff document for another agent to pick up. It is listed under AI & ML on SkillMD.

Is Handoff safe to use?

This skill has not completed SkillMD's automated safety review yet. Capability flags: docs only. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.

Which AI agents work with Handoff?

This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.

Is Handoff free to use?

Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.

Who published Handoff?

mattpocock (@mattpocock) published this skill. Their other Agent Skills are listed on their SkillMD profile.