dag-confidence-scorer
关于
The dag-confidence-scorer skill assigns calibrated confidence estimates to agent outputs by analyzing factors like source quality, consistency, and reasoning depth. Use it when you need to assess output reliability via triggers like "confidence score" or "how confident." It's designed to pair with other DAG skills for quality control, not for validation or hallucination detection.
快速安装
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-confidence-scorer在 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-parallel-executor
其他该Skill用于执行DAG工作流的并行任务,通过Task工具控制并发度并协调多个代理的执行。它适合在需要运行工作流、并行处理任务或管理并发代理时使用,能有效管理资源限制和执行协调。注意:该Skill仅用于执行阶段,DAG构建和调度需分别使用dag-graph-builder和dag-task-scheduler。
dag-dependency-resolver
其他这个Skill专门用于验证DAG结构并解决依赖关系,能检测循环依赖和执行拓扑排序。它使用Kahn算法确定最优执行顺序,适用于依赖解析和图形验证场景。该Skill与dag-graph-builder和dag-task-scheduler配合使用,但不负责构建DAG或调度任务执行。
