Capture and transfer project knowledge for team handovers. Helps departing engineers dump everything they know, and helps incoming engineers ramp up with proactive guidance.
A Claude Code skill for capturing and transferring project knowledge during team handovers.
When someone goes on leave or transitions off a project, critical knowledge gets scattered across Slack threads, ticket boards, rough notes, and people's heads. This skill helps capture all of that in a structured way, and then helps the person picking up the project ramp up with proactive guidance.
Register the marketplace and install:
/plugin marketplace add fergalbittles/claude-handover
/plugin install claude-handover@claude-handover
Note: After installing, start a new Claude Code session for the /handover commands to become available. In the meantime, you can use natural language — just say "I want to pick up a handover" and Claude will know what to do.
If you prefer to install manually:
mkdir -p ~/.claude/skills/handover
curl -o ~/.claude/skills/handover/SKILL.md https://raw.githubusercontent.com/fergalbittles/claude-handover/main/plugins/claude-handover/skills/handover/SKILL.md
To see what a completed handover looks like, copy the example project:
mkdir -p ~/.claude/handovers
git clone https://github.com/fergalbittles/claude-handover.git /tmp/claude-handover-example && \
cp -r /tmp/claude-handover-example/plugins/claude-handover/handovers/example-project ~/.claude/handovers/example-project && \
rm -rf /tmp/claude-handover-example
Then run /handover pickup example-project in Claude Code.
/handover capture -- Start capturing a new project handover
/handover projects -- List all available handovers
/handover pickup <project> -- Load a handover and get guided onboarding
/handover update <project> -- Add new context to an existing handover
/handover status <project> -- Quick dashboard for a project
/handover help -- Show this help text
Sharing (optional):
/handover share <project> -- Create a private GitHub repo and invite collaborators
/handover clone <repo-url> -- Fetch a shared handover from GitHub
/handover sync <project> -- Pull latest changes from GitHub
/handover publish <project> -- Push your updates to GitHub
You can also just talk naturally -- "I need to hand over my project" or "I'm picking up where Sarah left off" and Claude will figure out what you need.
Run /handover capture and Claude will walk you through it. You can:
Claude adapts to your project's complexity -- quick dump for simple projects, deeper interview for complex ones.
Run /handover pickup <project> and Claude proactively presents:
As you work, Claude connects dots from the handover -- "Btw, the handover mentioned this might happen, you should check..."
After capturing, share via GitHub (recommended) or manually:
GitHub: /handover share <project> creates a private repo and invites collaborators. Updates sync with /handover publish and /handover sync.
Manual: Send the ~/.claude/handovers/<project>/ folder to whoever is picking up. They drop it in the same path and run /handover pickup.
Handover data lives in ~/.claude/handovers/<project-slug>/:
~/.claude/handovers/my-project/
handover.yaml # Structured metadata (people, channels, envs, contact prefs)
context.md # Narrative context (priorities, blockers, gotchas, architecture)
updates/ # Timestamped update files (append-only)
resources/ # Raw files (PDFs, notes, configs) with index.yaml
The skill is fully customizable -- edit ~/.claude/skills/handover/SKILL.md to add functionality or adapt it to your team's needs.
MIT
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub fergalbittles/claude-handover --plugin claude-handoverUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Frontend design skill for UI/UX implementation
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions
Marketing skills for AI agents — conversion optimization, copywriting, SEO, paid ads, ad creative, and growth
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.