·worker-dispatch
</>

worker-dispatch

troykelly/claude-skills

用于生成独立的工作进程以进行自主问题工作。使用带有 run_in_background 的任务工具进行并行执行,并使用 TaskOutput 进行监控。预提取上下文以最大限度地减少工作人员令牌的使用。

12安装·0热度·@troykelly

安装

$npx skills add https://github.com/troykelly/claude-skills --skill worker-dispatch

SKILL.md

Spawns and manages worker Claude agents using the Task tool with runinbackground: true. Workers run as parallel background agents monitored via TaskOutput.

Core principle: Workers are isolated, scoped, and expendable. State lives in GitHub, not in workers.

Key optimization: Pre-extract issue context BEFORE spawning. Workers receive focused context, not raw issues.

用于生成独立的工作进程以进行自主问题工作。使用带有 run_in_background 的任务工具进行并行执行,并使用 TaskOutput 进行监控。预提取上下文以最大限度地减少工作人员令牌的使用。 来源:troykelly/claude-skills。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/troykelly/claude-skills --skill worker-dispatch
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 worker-dispatch?

用于生成独立的工作进程以进行自主问题工作。使用带有 run_in_background 的任务工具进行并行执行,并使用 TaskOutput 进行监控。预提取上下文以最大限度地减少工作人员令牌的使用。 来源:troykelly/claude-skills。

如何安装 worker-dispatch?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/troykelly/claude-skills --skill worker-dispatch 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/troykelly/claude-skills