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 仓库
相关推荐技能
dag-pattern-learner
其他该Skill通过分析DAG执行历史来识别成功模式和反模式,提供优化建议以提升未来任务性能。适用于需要从历史执行中学习规律、优化工作流配置的场景,可通过"learn patterns"、"optimize based on history"等关键词激活。它专注于模式学习而非故障分析或性能剖析,需配合dag-execution-tracer等工具获取数据源。
dag-convergence-monitor
其他该Skill用于监控迭代任务的进展趋势,帮助开发者判断何时停止迭代。它能分析质量变化、检测性能平台期,并在收敛时给出停止建议。适用于需要跟踪"迭代进度"或"质量趋势"的场景,常与dag-iteration-detector等Skill配合使用。
dag-dependency-resolver
其他这个Skill专门用于验证DAG结构并解决依赖关系,能检测循环依赖和执行拓扑排序。它使用Kahn算法确定最优执行顺序,适用于依赖解析和图形验证场景。该Skill与dag-graph-builder和dag-task-scheduler配合使用,但不负责构建DAG或调度任务执行。
dag-confidence-scorer
其他该Skill为AI智能体输出提供校准化的置信度评分,基于来源质量、一致性和推理深度等多维度分析。它通过特定关键词(如"confidence score")触发,适用于评估输出可靠性,但不负责验证或幻觉检测。开发者可将其与DAG框架中的验证器和幻觉检测器等工具配合使用,构建更稳健的AI工作流。
