Agent SkillsAgent Skills
cameronraysmith

meta-generate-handoff-prompt

@cameronraysmith/meta-generate-handoff-prompt
cameronraysmith
11
0 forks
Updated 4/1/2026
View on GitHub

Generate an optimal handoff prompt for Claude Code agent transitions preserving critical context.

Installation

$npx agent-skills-cli install @cameronraysmith/meta-generate-handoff-prompt
Claude Code
Cursor
Copilot
Codex
Antigravity

Details

Pathmodules/home/ai/skills/src/core/meta-generate-handoff-prompt/SKILL.md
Branchmain
Scoped Name@cameronraysmith/meta-generate-handoff-prompt

Usage

After installing, this skill will be available to your AI coding assistant.

Verify installation:

npx agent-skills-cli list

Skill Instructions


name: meta-generate-handoff-prompt description: Generate an optimal handoff prompt for Claude Code agent transitions preserving critical context. disable-model-invocation: true

Generate an optimal handoff prompt for Claude Code agent transitions.

Look for handoff context in:

  • Current conversation thread and progress
  • Project documentation and specifications
  • Work completed and next steps
  • Relevant code and reference materials

Create a prompt that:

  1. Summarizes current thread progress and decisions
  2. Incorporates agent mode context if applicable
  3. Provides paths to current worktree, virtualenv, files, directories, or any other relevant paths to optimally prime the new agent's context
  4. Establishes clear continuation objectives
  5. Includes all necessary context for seamless transition
  6. Accounts for the details of this particular scenario (if provided):

$ARGUMENTS

The generated prompt should enable effective agent handoffs with full context preservation.