Skill Evaluation Graph
Description
Description Evidence-driven evaluation, benchmarking, and verified repair for Agent Skills across Codex, Claude Code, Gemini CLI, and Antigravity.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
SEG: Skill Evaluation Graph
[](LICENSE) [](https://github.com/MaxLaurieHutchinson/skill-evaluation-graph/actions/workflows/architecture.yml)
**Evidence-driven evaluation for Agent Skills.**
SEG combines deterministic static analysis, an executable Evaluation Graph, fail-closed gates, behavioural Control vs. Treatment trials, and bounded Repair Verification.
Why SEG exists
A valid `SKILL.md` is not the same thing as a reliable skill.
SEG evaluates several independent concerns without allowing one good score to hide a critical failure:
- Specification Conformance — Agent Skills and configured host manifests.
- Evaluation Integrity — required Evaluators must complete successfully.
- Safety & Privacy — destructive commands and common workstation-path leaks.
- Link Integrity — relative references and package assets.
- Static Quality — deterministic heuristics for routing, structure, context efficiency, and maintainability.
- Behavioural Reliability — optional live Control vs. Treatment trials through a Harness Adapter.
**Gates own acceptance. Scores are supporting evidence.**
Quick start
Run a deterministic evaluation:
python plugins/skill-evaluation-graph/scripts/audit_skill.py
Run the Evaluation Graph and bounded repair loop. This is read-only by default:
python plugins/skill-evaluation-graph/scripts/run_loop.py --target-score 95
Preview and then explicitly apply a verified Repair Candidate:
python plugins/skill-evaluation-graph/scripts/run_loop.py --apply
Run static behavioural policy analysis:
pyth
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11