Skill Optimizer
Description
A Claude Code skill that audits how well an agent followed a skill — reads JSONL transcripts, scores 5 dimensions, writes improvement diffs
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
skill-optimizer
A Claude Code skill that audits how well an agent followed a skill by analyzing the session JSONL transcript.
What It Does
After any skill-driven agent run, point this at the transcript and the skill file. It:
- Parses the JSONL transcript to extract what the agent actually did
- Reads the SKILL.md to understand what the agent was supposed to do
- Scores 5 dimensions (1–10 each): trigger accuracy, step coverage, reference accuracy, execution quality, output match
- Writes a findings report with the root cause of any gaps
- Generates an exact diff patch to improve the skill for next time
- Tracks scores over time in a history file so you can see if the skill is improving
Installation
git clone https://github.com/grandamenium/skill-optimizer ~/.claude/skills/skill-optimizer
Usage
In Claude Code:
Run skill-optimizer on ~/.claude/projects//.jsonl against ~/.claude/skills//SKILL.md
Output
skill-improvement/
/
YYYY-MM-DD-HH-analysis.md ← scores + findings
YYYY-MM-DD-HH-diff.patch ← exact suggested changes to SKILL.md
history.json ← trend data across all runs
Requirements
- Python 3.11+
jq(brew install jqorapt install jq)patch(standard on macOS and Linux)
License
MIT
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