dag-parallel-executor
关于
This skill executes scheduled DAG workflows in parallel waves using the Task tool, managing concurrent agent spawning within set resource limits. It coordinates task execution and agent handoffs for workflow runs when triggered by commands like 'execute dag' or 'run workflow'. Use this specifically for parallel execution, not for building DAGs or scheduling them.
快速安装
Claude Code
推荐npx skills add majiayu000/claude-skill-registry -a claude-code/plugin add https://github.com/majiayu000/claude-skill-registrygit clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dag-parallel-executor在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
Frequently asked questions
What is the dag-parallel-executor skill?
dag-parallel-executor is a Claude Skill by majiayu000. Skills package instructions and resources that Claude loads on demand, so Claude can perform dag-parallel-executor-related tasks without extra prompting.
How do I install dag-parallel-executor?
Use the install commands on this page: add dag-parallel-executor to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does dag-parallel-executor belong to?
dag-parallel-executor is in the DAG Framework category, tagged dag, orchestration, parallel-execution, concurrency and task-tool.
Is dag-parallel-executor free to use?
Yes. dag-parallel-executor is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
相关推荐技能
该Skill通过分析DAG执行历史来识别成功模式和反模式,提供优化建议以提升未来任务性能。适用于需要从历史执行中学习规律、优化工作流配置的场景,可通过"learn patterns"、"optimize based on history"等关键词激活。它专注于模式学习而非故障分析或性能剖析,需配合dag-execution-tracer等工具获取数据源。
该Skill用于监控迭代任务的进展趋势,帮助开发者判断何时停止迭代。它能分析质量变化、检测性能平台期,并在收敛时给出停止建议。适用于需要跟踪"迭代进度"或"质量趋势"的场景,常与dag-iteration-detector等Skill配合使用。
这个Skill专门用于验证DAG结构并解决依赖关系,能检测循环依赖和执行拓扑排序。它使用Kahn算法确定最优执行顺序,适用于依赖解析和图形验证场景。该Skill与dag-graph-builder和dag-task-scheduler配合使用,但不负责构建DAG或调度任务执行。
DAG执行追踪器用于记录DAG工作流的完整执行路径,帮助开发者调试和分析工作流运行情况。它能捕获所有节点的时序、输入输出和状态转换数据,通过“execution trace”等关键词激活。该工具专用于执行路径追踪,性能分析和故障排查需使用对应的其他专用工具。
