Agent skill
generating-handoff-context
Generates comprehensive context summaries for async team handoffs. Use when user says "create handoff", "handoff summary", "I'm leaving for the day", or needs to pass work to another team member.
Install this agent skill to your Project
npx add-skill https://github.com/frntfinancial/team-claude-skills/tree/main/shared/generating-handoff-context
SKILL.md
Quick Start
Say: "Create a handoff summary for this work"
What This Does
Generates a structured handoff document including:
- Current work state (what's done, what's in progress)
- Open issues and blockers
- Recent changes (git commits, file modifications)
- Next steps and recommendations
- Any context the next person needs
Output Format
# Handoff Summary - [Date]
## Current State
[Summary of where things stand]
## Completed
- [x] Item 1
- [x] Item 2
## In Progress
- [ ] Item 3 (blocked by X)
## Blockers
- [Description of any blockers]
## Recent Changes
- [Recent commits or file changes]
## Next Steps
1. [Recommended next action]
2. [Follow-up item]
## Context Notes
[Any additional context the next person needs]
Usage Scenarios
- End of day: "I'm done for today, create a handoff"
- Vacation: "Create a handoff summary before I leave"
- Pairing: "Summarize where we are for Adnan to continue"
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
generating-morning-notes
Generates daily crypto morning note from both analysis scripts. Use when user asks for "morning notes", "morning note", or "daily report".
edit-article
Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.
handoff
Compact the current conversation into a handoff document for another agent to pick up.
obsidian-vault
Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.
setup-pre-commit
Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.
git-guardrails-claude-code
Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.
Didn't find tool you were looking for?