Agent skill
handoff
Write or update a handoff document so the next agent with fresh context can continue this work.
Install this agent skill to your Project
npx add-skill https://github.com/ykdojo/claude-code-tips/tree/main/skills/handoff
SKILL.md
Write or update a handoff document so the next agent with fresh context can continue this work.
Steps:
- Check if HANDOFF.md already exists in the project
- If it exists, read it first to understand prior context before updating
- Create or update the document with:
- Goal: What we're trying to accomplish
- Current Progress: What's been done so far
- What Worked: Approaches that succeeded
- What Didn't Work: Approaches that failed (so they're not repeated)
- Next Steps: Clear action items for continuing
Save as HANDOFF.md in the project root and tell the user the file path so they can start a fresh conversation with just that path.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
gha
Analyze GitHub Actions failures and identify root causes
clone
Clone the current conversation so the user can branch off and try a different approach.
reddit-fetch
Fetch content from Reddit using Gemini CLI or curl JSON API fallback. Use when accessing Reddit URLs, researching topics on Reddit, or when Reddit returns 403/blocked errors.
half-clone
Clone the later half of the current conversation, discarding earlier context to reduce token usage while preserving recent work.
review-claudemd
Review recent conversations to find improvements for CLAUDE.md files.
gemini
Use Gemini CLI for web research, multimodal tasks (PDFs, images), or as a second opinion.
Didn't find tool you were looking for?