Skill Applied Judge banner
Kanevry Kanevry

Skill Applied Judge

Development community

Description

--- name: skill-applied-judge description: 'Use this agent at session-end Phase 3.6.6 (#645 L3) to judge — from the session transcript tail — whether each selected skill was actually APPLIED and whether its work COMPLETED. Dispatched read-only by scripts/lib/skill-judge.mjs::runSkillJudge as Haiku with a bounded per-call budget. RETURNS one fenced json block of advisory per-skill judgments; the coordinator writes them. Read-only by contract — never writes files. Advisory-only — output never gate

Installation

Installs to ~/.claude/agents/kanevry-session-orchestrator-skill-applied-judge.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Kanevry/session-orchestrator/HEAD/agents/skill-applied-judge.md -o ~/.claude/agents/kanevry-session-orchestrator-skill-applied-judge.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository