Install in seconds
Install this skill
Copy the command and run it in your terminal. You can review the source before installing.
terminal
git clone https://github.com/tt-a1i/matt-skills-with-to-goal

Works with Git. The repository opens in your current directory.

📄
AI EngineeringShell

Agent Handoff

by tt-a1i

Generates a concise handoff document from the current conversation, including suggested skills, so another AI agent can seamlessly continue the work. Saves to temporary directory and redacts sensitive data.

14 stars3 forksAdded 2026/07/16
agent-skillsai-agentsclaude-codecodexcoding-agentsdeveloper-toolsworkflow

Documentation

README

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 (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.

More from tt-a1i

Other Claude Code skills by this author in the directory.

🧭
2w ago

Ask Matt

A router that helps determine which skill or workflow to use for a given task. Use when you need guidance picking the right tool from a suite of AI agent skills.
AI Engineering
+17%143
🔍
2w ago

Code Review

Reviews code changes since a fixed point along two independent axes: coding standards compliance and spec/issue fidelity. Runs both reviews in parallel sub-agents and reports findings side by side. Ideal for reviewing branches, PRs, or work-in-progress changes.
Quality
+17%143
🧱
2w ago

Codebase Design

A shared vocabulary and principles for designing deep, testable modules with small interfaces and high leverage. Use when designing or improving module interfaces, deciding where to place seams, or making code more maintainable and AI-navigable.
Quality
+17%143
🔍
2w ago

Diagnosing Bugs

Guides systematic debugging of hard bugs and performance regressions through building a tight feedback loop, reproducing, minimizing, hypothesizing, and instrumenting. Use when encountering difficult or flaky bugs.
Quality
+17%143
🏗️
2w ago

Domain Modeling

Actively builds and sharpens a project's domain model, challenging vague terms, stress-testing concepts with edge cases, and capturing glossaries and architectural decisions (ADRs) as they crystallize.
Writing
+17%143
🎯
2w ago

Goal Crafter

Craft verifiable goal prompts for AI coding agents like Claude Code, Codex, or Pi. Turns vague tasks into precise goals with checkable completion criteria, ensuring agents run unattended.
AI Engineering
+17%143