jsonlee12138/agent-team

worker-dispatch

Controller-side worker dispatch entry for opening workers, checking targeted worker status, and replying to workers with existing `agent-team worker` and `agent-team reply` commands.

First seen Mar 22, 2026

Installation

$ npx skills add jsonlee12138/agent-team --skill worker-dispatch

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from jsonlee12138/agent-team · top by installs.

npx skills add jsonlee12138/agent-team

Browse all from jsonlee12138/agent-team

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 30
License LICENSE
Default branch main
Open issues 1
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 929 B
  • docs SUMMARY.md 205 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 50 installs

SKILL.md

worker-dispatch

Audience

  • controller
  • human

Triggers

  • open worker
  • dispatch worker
  • reply to worker
  • inspect current worker before replying

CLI Binding

  • agent-team worker open
  • agent-team worker status
  • agent-team reply

Required Entry

  • MUST read .agent-team/rules/index.md first.

Expansion

  • Load the relevant worker config and referenced task artifact only when required by the dispatch action.

Boundary

  • This is the controller -> worker dispatch surface.
  • Do not use this skill to recover a worker's own context; that belongs to worker-recovery.
  • For read-only fleet inspection with no dispatch or reply intent, prefer worker-inspector.