https://github.com/kwrkb/repo-hand-off
Export and share development state for seamless handoffs between humans and AI
https://github.com/kwrkb/repo-hand-off
ai cli context-sharing developer-tools go golang handoff
Last synced: 2 months ago
JSON representation
Export and share development state for seamless handoffs between humans and AI
- Host: GitHub
- URL: https://github.com/kwrkb/repo-hand-off
- Owner: kwrkb
- License: mit
- Created: 2026-03-20T00:26:24.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-03-31T00:12:51.000Z (2 months ago)
- Last Synced: 2026-03-31T01:41:20.804Z (2 months ago)
- Topics: ai, cli, context-sharing, developer-tools, go, golang, handoff
- Language: Go
- Size: 2.76 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repo-hand-off
> **This project is archived and no longer maintained.**
> The approach of a standalone CLI tool turned out to be less practical than implementing handoff as a Claude Code skill with a stop hook. This repository is kept for reference only.
[](LICENSE)
[日本語](README_ja.md)
A CLI tool that captures and shares the "state" of development — enabling seamless handoffs between humans and AI agents.
## Why Archived?
The core idea — capturing project state for handoffs — is valid, but building it as a separate CLI tool adds unnecessary friction. A better approach is to implement handoff as a **Claude Code skill** triggered by a **stop hook**, which integrates directly into the development workflow without requiring a separate tool.
## What This Was
`handoff` was a Go CLI that could:
- **`handoff export`** — Capture project state (Git info, project files, directory structure) into `HANDOFF.md`
- **`handoff prompt`** — Generate AI-ready context prompts (Markdown/XML)
- **`handoff import`** — Restore project files from a `HANDOFF.md`
- **`handoff diff`** — Compare saved state against current files
- **`handoff doctor`** — Diagnose handoff readiness (with `--strict` for CI)
## License
MIT