vishal2612200

Agentpack Handoff — Git skill for Claude Code

Git community

Package the current task and all Git-visible work for another agent session.

How to install Agentpack Handoff

Installs to ~/.claude/commands/vishal2612200-agentpack-agentpack-handoff.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/vishal2612200/agentpack/HEAD/.claude/commands/agentpack-handoff.md -o ~/.claude/commands/vishal2612200-agentpack-agentpack-handoff.md

Restart Claude Code, or start a new session, for it to be picked up.

What Agentpack Handoff does


description: Package the current task and all Git-visible work for another agent session.

AgentPack Handoff

Create a complete structured handoff for the current task. Inspect the current task, task state, Git diff, and recent validation evidence. Build a JSON report with `task`, `acceptance_criteria`, `summary`, `next_action`, `completed`, `remaining`, `decisions`, `blockers`, `validation`, `changed_files`, and `dirty_files`.

Prefer MCP `create_handoff(report=..., name="$ARGUMENTS")

Alternatives in Git

  • Worktree Deliver — Commit all work, push, and create a pull request from the current worktree 23.4k ★
  • Claude Code Source Code Deobfuscation — GitHub Repo stars Cleanroom deobfuscation of official Claude Code npm package Source code deobfuscation 867 ★
  • MiniCode Roadmap — MiniCode already has a usable lightweight terminal coding workflow, but there is still a visible gap between t 388 ★

Full documentation available on GitHub

View Source Repository