advise
Critical thinking analysis - validates alignment, challenges assumptions, identifies risks
Measure skill effectiveness — behavioral delta from skill injection
$ npx -y skills add akaszubski/autonomous-dev --agent claude-codeHow it fires
How this command gets triggered: by you, by Claude, or both.
/skill-evalContext preview
What this command does when you run it.
Measure skill effectiveness — behavioral delta from skill injection
name: skill-eval description: "Measure skill effectiveness — behavioral delta from skill injection" argument-hint: "[--quick] [--skill name] [--update]" allowed-tools: [Bash] user-invocable: true user_facing: true
Measure whether skills actually change model behavior — quantifies the behavioral delta from skill injection using LLM-as-judge scoring.
ARGUMENTS: {{ARGUMENTS}}
Parse the ARGUMENTS for optional flags and pass them through to the script:
REPO_ROOT="$(git rev-parse --show-toplevel)"
ARGS="{{ARGUMENTS}}"
bash "$REPO_ROOT/scripts/skill-effectiveness-check.sh" $ARGS/skill-eval # Full report (all skills) /skill-eval --quick # Degradation check only (2 prompts/skill) /skill-eval --skill python-standards # Single named skill /skill-eval --update # Full run + update baselines
| Mode | Approximate Cost | |------|-----------------| | Full run | ~$0.50–1.00 (5 skills × 5 prompts × 5 criteria × 2 variants) | | Quick run (`--quick`) | ~$0.15–0.30 (5 skills × 2 prompts) | | Single skill (`--skill`) | ~$0.05–0.10 |
A harness that wraps Claude Code with enforcement, specialist agents, and alignment gates to deliver consistent, production-grade software engineering outcomes.
Repo: akaszubski/autonomous-dev
Critical thinking analysis - validates alignment, challenges assumptions, identifies risks
Comprehensive quality audit - code quality, documentation, coverage, security
Autonomous experiment loop — hypothesize, modify, benchmark, commit or revert
Create GitHub issue with automated research (--quick for fast mode)
Autonomous queue drainer — picks the top /triage cluster, applies safety gates, drains via /implement --issues, pushes, deploys.