Back to Skills

dag-confidence-scorer

majiayu000
Updated 7 days ago
14 views
58
9
58
View on GitHub
Otherdagqualityconfidencescoringreliability

About

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 the reliability of an output via triggers like "confidence score" or "certainty level." It is distinct from validation or hallucination detection, which are handled by separate, specialized skills.

Quick Install

Claude Code

Recommended
Primary
npx skills add majiayu000/claude-skill-registry -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/majiayu000/claude-skill-registry
Git CloneAlternative
git clone https://github.com/majiayu000/claude-skill-registry.git ~/.claude/skills/dag-confidence-scorer

Copy and paste this command in Claude Code to install this skill

GitHub Repository

majiayu000/claude-skill-registry
Path: skills/data/dag-confidence-scorer
0

Related Skills

dag-pattern-learner

Other

This skill analyzes DAG execution history to identify successful workflow patterns and detect anti-patterns, providing optimization recommendations. Use it when prompted to "learn patterns" or "optimize based on history" to improve future DAG performance. It pairs with execution tracers and graph builders to apply learned insights.

View skill

dag-convergence-monitor

Other

This skill monitors iteration progress by tracking quality trends and detecting plateaus to recommend optimal stopping points. Use it when you need to determine when further iterations won't improve task outcomes. It pairs with other DAG skills like the iteration detector and feedback synthesizer for comprehensive workflow monitoring.

View skill

dag-parallel-executor

Other

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.

View skill

dag-dependency-resolver

Other

This skill validates DAG structures, detects cycles, and resolves dependency ordering using Kahn's algorithm for topological sorting. Use it when you need to compute an optimal execution sequence or verify a graph is acyclic after construction. It pairs with dag-graph-builder for validation and dag-task-scheduler for execution planning.

View skill