club-cog/devin-handoff

33 stars · Last commit 2026-06-11

Hand off tasks to Devin — a plugin/skill for Claude Code, Codex, Cursor, and any coding agent

README preview

# Devin Handoff

[![Built by Devin](https://raw.githubusercontent.com/club-cog/built-by-devin/main/badges/built-by-devin.svg)](https://devin.ai)

Hand off tasks to [Devin](https://devin.ai) from any coding agent or the command line.
Set it up as a plugin or skill in Claude Code, Codex, Cursor, and more.

Create a Devin session, get a URL, optionally poll until it's done, archive when finished.

![Demo: a coding agent hands three tasks off to three cloud Devin sessions, which open PRs that get merged](assets/devin-handoff-demo.gif)

## Quick Start

### As a Claude Code plugin (1-click install)

Add the marketplace and install the plugin from inside Claude Code:

```
/plugin marketplace add club-cog/devin-handoff
/plugin install devin-handoff@cognition

View full repository on GitHub →