LatticeBundleHandoff Protocol (bundle-v1)

Create a Git bundle, diff patch, and proposal.json for code handoff.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/plattegruber/lattice --skill latticebundlehandoff-protocol-bundle-v1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: LatticeBundleHandoff Protocol (bundle-v1)
Source: https://github.com/plattegruber/lattice/tree/main/.claude/skills/handoff
Command: npx skills add https://github.com/plattegruber/lattice --skill latticebundlehandoff-protocol-bundle-v1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the secure bundling and handoff of code changes, ensuring that your work is prepared for integration without directly interacting with version control systems.

Core Features & Use Cases

  • Automated Git Bundling: Creates a Git bundle of your changes, suitable for transfer.
  • Patch Generation: Generates a diff patch file for review.
  • Structured Handoff: Produces a proposal.json file detailing the changes, base branch, and PR metadata.
  • Use Case: After implementing a feature, use this Skill to package your work into a bundle and patch, and generate a proposal file that Lattice can use to create a pull request.

Quick Start

Use the handoff skill to prepare your local changes for review and integration.

Frequently Asked Questions about LatticeBundleHandoff Protocol (bundle-v1)

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I bundle Git changes for code review without pushing to the remote repository?

To bundle Git changes for code review without pushing, this Skill automates creating a Git bundle and a diff patch of your local commits. It packages these with a structured proposal file for integration, ensuring changes are prepared for review without direct Git push operations.

What is a Git bundle and patch handoff process for automated code review?

A Git bundle and patch handoff process packages local code changes into transferable files and a structured proposal. This Skill automates generating the bundle, the diff patch, and a proposal.json file detailing changes and PR metadata for AI agent integration within a Lattice-managed environment.

How do I generate a diff patch and proposal file for local code changes?

To generate a diff patch and proposal file, this Skill automates the extraction of local code changes into a patch file. It simultaneously produces a structured proposal.json detailing the modifications, base branch, and PR metadata to facilitate the handoff protocol.

Can I use this handoff protocol to prepare pull requests within a Lattice-managed environment?

Yes, you can use this handoff protocol within a Lattice-managed environment to prepare pull requests. It generates a proposal.json file containing PR metadata and base branch details, which Lattice uses to create a pull request from your bundled local changes.

What is the best way to secure code changes for AI agent handoff?

The best way to secure code changes for AI agent handoff is to bundle them locally with a structured proposal. This Skill automates creating a Git bundle and diff patch, ensuring changes are committed locally and prepared for review without interacting directly with version control systems.

Do I need direct Git push access to integrate code changes using this bundling approach?

No, you do not need direct Git push access to integrate code changes using this bundling approach. The Skill prepares your work into a bundle and patch with a proposal file, explicitly avoiding direct Git push operations while ensuring changes are ready for integration.