Skip to content

Add handoff — cross-agent task dispatcher for Claude Code / Codex#208

Open
dazuiba wants to merge 1 commit into
hashgraph-online:mainfrom
dazuiba:add-handoff
Open

Add handoff — cross-agent task dispatcher for Claude Code / Codex#208
dazuiba wants to merge 1 commit into
hashgraph-online:mainfrom
dazuiba:add-handoff

Conversation

@dazuiba

@dazuiba dazuiba commented Jun 12, 2026

Copy link
Copy Markdown

What is handoff?

handoff is a skill/subagent (backed by handoff-cli) that lets you delegate tasks to DeepSeek V4, Codex, or Claude Opus right inside your Claude Code / Codex session — without switching tools or losing context.

  • Runs the delegated task in the background; your session never blocks
  • Result comes back automatically when the task finishes
  • Supports parallel tasks and resuming past sessions

Why it belongs here

handoff is a Codex-compatible plugin/skill that lets users dispatch tasks to other agents without leaving their session.

Links

@gemini-code-assist

Copy link
Copy Markdown
Contributor

Warning

You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again!

@internet-dot internet-dot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Multiple issues against CONTRIBUTING.md:

  1. No plugin bundle — PR only adds a README entry. Step 4 requires a bundle under plugins/<owner>/<repo>/ with valid plugin.json.

  2. No marketplace.json entry — Missing.

  3. No plugins.json entry — Missing.

  4. No scanner evidence — PR description lacks scanner score or CI link.

Please add the required bundle, sync files, and scanner results.

@internet-dot internet-dot left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review Summary

Verdict: REQUEST CHANGES

This PR appears incomplete. Only a README entry is provided without the required catalog entries or plugin bundle.

Missing Items:

  • plugins.json entry not included
  • .agents/plugins/marketplace.json entry not included
  • ❌ Plugin bundle at plugins/dazuiba/handoff/.codex-plugin/plugin.json not included
  • ❌ Icon asset not included

Issues:

The handoff entry is added at the end of the Community Plugins section, but should be placed alphabetically. Additionally, for a standard plugin submission, the following are required:

  1. Plugin bundle directory with .codex-plugin/plugin.json
  2. Icon asset
  3. Entry in plugins.json with install_url
  4. Entry in .agents/plugins/marketplace.json

Question:

Is this intended as a Related Project (link-only) entry? If so, please move it to the Related Projects section. If this is a plugin submission, please add the missing catalog entries and bundle files.

@internet-dot

Copy link
Copy Markdown
Collaborator

Thanks for the submission. The README entry looks good but it's missing the required registry files. Please add:

  1. An entry in plugins.json
  2. An entry in .agents/plugins/marketplace.json
  3. The plugin bundle under plugins/dazuiba/handoff/

You can look at any recent merged PR for examples of the expected format.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants