Generate an optimal handoff prompt for Claude Code agent transitions preserving critical context.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
npx agent-skills-cli listSkill 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:
- Summarizes current thread progress and decisions
- Incorporates agent mode context if applicable
- Provides paths to current worktree, virtualenv, files, directories, or any other relevant paths to optimally prime the new agent's context
- Establishes clear continuation objectives
- Includes all necessary context for seamless transition
- Accounts for the details of this particular scenario (if provided):
$ARGUMENTS
The generated prompt should enable effective agent handoffs with full context preservation.
More by cameronraysmith
View allRailway-oriented programming with Result types and workflow composition for error handling. Load when designing error handling pipelines or composing fallible operations.
Session start action to run diagnostics, synthesize project status, and identify next actions.
Session wind-down action to capture learnings into issue graph and prepare for handoff via stigmergic signal tables.
Style and formatting conventions for code, documentation, naming, and file organization. Load when reviewing style consistency or setting up new files.
