Add handoff — cross-agent task dispatcher for Claude Code / Codex#208
Add handoff — cross-agent task dispatcher for Claude Code / Codex#208dazuiba wants to merge 1 commit into
Conversation
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
internet-dot
left a comment
There was a problem hiding this comment.
Multiple issues against CONTRIBUTING.md:
-
No plugin bundle — PR only adds a README entry. Step 4 requires a bundle under
plugins/<owner>/<repo>/with validplugin.json. -
No marketplace.json entry — Missing.
-
No plugins.json entry — Missing.
-
No scanner evidence — PR description lacks scanner score or CI link.
Please add the required bundle, sync files, and scanner results.
internet-dot
left a comment
There was a problem hiding this comment.
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.jsonentry not included - ❌
.agents/plugins/marketplace.jsonentry not included - ❌ Plugin bundle at
plugins/dazuiba/handoff/.codex-plugin/plugin.jsonnot 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:
- Plugin bundle directory with
.codex-plugin/plugin.json - Icon asset
- Entry in
plugins.jsonwith install_url - 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.
|
Thanks for the submission. The README entry looks good but it's missing the required registry files. Please add:
You can look at any recent merged PR for examples of the expected format. |
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.
Why it belongs here
handoff is a Codex-compatible plugin/skill that lets users dispatch tasks to other agents without leaving their session.
Links
uv tool install handoff-cli && handoff init