handoff-receiver

Community

Seamlessly process Cursor handoffs, keep work flowing.

Authorgrandinh
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually parsing and acting on handoff documents from other AI agents (like Cursor) can be time-consuming and lead to missed context or errors. This Skill automates the interpretation and execution of these handoffs.

Core Features & Use Cases

  • Automated Handoff Parsing: Reads and interprets normalized handoff schemas from docs/ai_handoffs.md, extracting key information.
  • Contextual Execution: Executes next tasks from the handoff, leveraging context_files and repo_state for informed action.
  • Handoff Update: Automatically updates the handoff log with completed tasks and touched files, maintaining an accurate record.
  • Use Case: After Cursor completes a task and hands it off, simply ask this Skill to process the handoff, and it will automatically read the context, validate the tasks, and begin execution in IMPLEMENT mode.

Quick Start

Check if Cursor handed anything off and execute the next steps.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: handoff-receiver
Download link: https://github.com/grandinh/claude-chaos-express/archive/main.zip#handoff-receiver

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository