Skip to content

GourmetPro/agent-collab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

agent-collab

Agent skills for coordinating work between agent sessions - distributed via the Agent Skills open standard.

Background Skills

Auto-applied when relevant to the current task.

agent-thread

Let two already-running agent sessions (any mix of Claude Code and Codex, same machine) collaborate by taking turns through a shared on-disk thread, looping until resolved - so you stop copy-pasting messages between two agents. The channel is pattern-agnostic; it covers review, debate/decide, consult (a peer with different tools/model/repo), delegate a sub-task, pair (driver/navigator), and brainstorm. Triggers whenever you want a second agent to weigh in until you converge, or want two open sessions to talk without you relaying.

Installation

# Install everything
npx skills add gourmetpro/agent-collab

# Or install a specific skill
npx skills add gourmetpro/agent-collab --skill agent-thread

For local development, symlink a skill into your agent's skills directory, e.g. ~/.claude/skills/agent-thread -> skills/agent-thread.

Usage

Background skills auto-trigger from natural-language asks. For example:

I just wrote this spec. Have another agent review it until there are no blocking issues left, and come back to me when it's resolved.

or

Ask my other session (it has the backend repo open) what shape this API should be, and settle it with them.

The agent-thread skill activates, opens a thread, posts the opening message, and hands you a one-paste launcher for your second session. From there the two agents loop on their own until resolved.

Contributing

Each skill follows the Agent Skills open standard. See AGENTS.md for authoring conventions, frontmatter requirements, and style rules.

About

Agent skills for coordinating work between agent sessions (review, debate, consult, delegate, pair, brainstorm) — consumable by skills.sh

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors