Skip to content
OpenSmartRoute
Skillv1.0.0

handoff

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

by sickn33(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from sickn33/agentic-awesome-skills (skills/handoff/SKILL.md). Install upstream with npx skills add sickn33/agentic-awesome-skills --skill handoff. Copyright stays with the author (MIT).

When to Use

Use when this workflow matches the user request: Compact the current conversation into a handoff document for another agent to pick up.

_Source: mattpocock/skills (MIT)._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, which suggests skills that the agent should invoke.

Do not duplicate content already captured in other artifacts (PRDs, 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.

Example

User request:

Use @handoff for this task: Compact the current conversation into a handoff document for another agent to pick up.

Limitations

  • Requires the upstream tool, account, API key, or local setup when the workflow names one.
  • Does not authorize destructive, production, paid, or external-message actions without explicit user approval.
  • Validate generated artifacts or recommendations against the user's real sources before treating them as final.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/sickn33-agentic-awesome-skills-handoff/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

sickn33-agentic-awesome-skills-handoff.ocm.jsonjson
{
  "ocm": "1",
  "id": "sickn33-agentic-awesome-skills-handoff",
  "kind": "skill",
  "name": "handoff",
  "description": "Compact the current conversation into a handoff document for another agent to pick up.",
  "publisher": "sickn33",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "productivity",
      "workflow",
      "coding-agents",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Compact the current conversation into a handoff document for another agent to pick up."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/sickn33/agentic-awesome-skills",
      "path": "skills/handoff/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/sickn33/agentic-awesome-skills/blob/HEAD/skills/handoff/SKILL.md",
      "key": "sickn33/agentic-awesome-skills/skills/handoff/SKILL.md"
    },
    "license": "MIT"
  },
  "instructions": "## When to Use\n\nUse when this workflow matches the user request: Compact the current conversation into a handoff document for another agent to pick up.\n\n\n_Source: [mattpocock/skills](https://github.com/mattpocock/skills) (MIT)._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.\n\nInclude a \"suggested skills\" section in the document, which suggests skills that the agent should invoke.\n\nDo not duplicate content already captured in other artifacts (PRDs, plans, ADRs, iss",
  "cost": {
    "context_tokens": 344
  }
}

Fetch it by URL: GET /api/v1/registry/sickn33-agentic-awesome-skills-handoff/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.