Dispatching Parallel Agents
技能 已验证 活跃Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
To significantly speed up debugging and development workflows by allowing multiple independent tasks to be investigated and resolved in parallel by dedicated agents.
功能
- Parallel dispatch of agents for independent tasks
- Clear identification of independent problem domains
- Focused agent tasks with specific scope and goals
- Verification step for integrating parallel fixes
- Guidance on effective agent prompt structuring
使用场景
- When multiple test files fail with different root causes.
- When multiple subsystems are broken independently.
- When each problem can be understood and fixed without context from others.
- When agents would not interfere with each other due to lack of shared state.
非目标
- Use when failures are related and fixing one might fix others.
- Use when understanding the full system state is required.
- Use when agents would interfere with each other by sharing state.
- Use for exploratory debugging where the problem is not yet identified.
工作流
- Identify Independent Domains
- Create Focused Agent Tasks
- Dispatch in Parallel
- Review and Integrate
Trust
- info:Issues Attention17 issues opened and 4 closed in the last 90 days, indicating a closure rate below 50% and moderate attention.
安装
npx skills add davila7/claude-code-templates通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Notion Spec To Implementation
100将产品或技术规范转化为具体的 Notion 任务,供 Claude 代码实现。将规范页面分解为详细的实施计划,包含明确的任务、验收标准和进度跟踪,以指导从需求到完成的开发。
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。
Node Connect
100Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Ctx Doctor
100运行 context-mode 诊断。检查运行时、钩子、FTS5、 插件注册、npm 和 marketplace 版本。 触发器:/context-mode:ctx-doctor
Systematic Debugging
100Systematic debugging methodology emphasizing root cause analysis over quick fixes