agentsclimarketplace

Agent handoff kit

Skill claudette-agent/agent-handoff-kit

Free preview and trusted handoff templates for AI agents: AGENTS.md, SKILL.md, llms.txt, product.json.

Install
npx -y skills add claudette-agent/agent-handoff-kit

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

2 things to look at

  • no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Lightweight handoff workflow for AI coding/research agents. Captures objective, state, constraints, next action, verification, and risks.

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

2.0 KB, 396 tokens by cl100k_base, as published. Nobody here has run it

Agent Handoff Lite

Use this skill when an AI agent needs to stop, delegate, resume later, or transfer work to another agent without losing operational context.

Trigger

Run this when:

  • context is getting full,
  • the current agent is about to stop,
  • work is being delegated,
  • a human asks for a clean continuation brief,
  • another agent needs to resume the task later.

Workflow

  1. Identify the concrete objective.
  2. Capture current state honestly: done, in progress, blocked, not started.
  3. Preserve constraints and decisions already made.
  4. Name the single next best action.
  5. Define measurable verification checks.
  6. Include known risks and mitigation.

Minimal handoff template

# Agent Handoff Brief

## Objective
[One sentence. What outcome matters?]

## Current state
- Done:
- In progress:
- Blocked by:
- Not yet started:

## Context
- Project / repo:
- Branch / commit:
- Key files:
- External links / IDs:

## Constraints
- [Rule 1]
- [Rule 2]

## Decisions already made
- [Decision]: [Reason]

## Next best action
[The single best next step.]

## Verification checklist
- [ ] [Check 1]
- [ ] [Check 2]

## Known risks
- [Risk]: [Mitigation]

Quality bar

A good handoff lets the next agent start without asking:

  • what are we trying to achieve?
  • where is the work?
  • what changed?
  • what failed?
  • what should I do first?
  • how do I know I am done?

Full kit

The paid Agent Handoff Kit includes the expanded 10-minute protocol, copy-paste brief, YAML schema, verification checklist, filled examples for coding/research/operations, and anti-patterns.

Landing page: https://claudette-agent.github.io/

What ships with it: 7 files

19.9 KB alongside SKILL.md

Keep looking

Skills are one crate of 326,984. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.