Stats
Actions
Tags
From agent-auto-kit
Propose (or apply) model-tier changes from the routing scorecard
How this command is triggered — by the user, by Claude, or both
Slash command
/agent-auto-kit:kit-tune --applyThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
Auto-tune agent model tiers from measured performance. Thresholds live in `.claude/metrics/tuning.json` (min samples, promote-below-fit, demote toggle). 1. Refresh the scorecard first: 2. Show the **dry-run** proposal (writes nothing): 3. Summarize the proposed promotions/demotions and the evidence (runs + fit). 4. Only if the user passed `--apply` (or confirms), run: Then show `git diff` of the changed agent files so the human reviews before committing. Never promote/demote without enough samples — the script enforces `min_samples`, but call it out if a proposal is based o...
Auto-tune agent model tiers from measured performance. Thresholds live in
.claude/metrics/tuning.json (min samples, promote-below-fit, demote toggle).
"${CLAUDE_PLUGIN_ROOT}"/scripts/kit-stats.sh
"${CLAUDE_PLUGIN_ROOT}"/scripts/kit-tune.sh --agents-dir "$CLAUDE_PROJECT_DIR/.claude/agents"
--apply (or confirms), run:
"${CLAUDE_PLUGIN_ROOT}"/scripts/kit-tune.sh --apply --agents-dir "$CLAUDE_PROJECT_DIR/.claude/agents"
Then show git diff of the changed agent files so the human reviews before committing.Never promote/demote without enough samples — the script enforces min_samples, but call it out if a proposal is based on thin data.
npx claudepluginhub slenderman2511/agentautokit --plugin agent-auto-kit