Stats
Actions
Tags
From maxexpresskit
Use after PR-sized work completes (or on /mek-drift) to compare auto scores against .mek/drift-baseline.json and surface divergences > 0.15.
How this skill is triggered — by the user, by Claude, or both
Slash command
/maxexpresskit:driftThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
- Stop hook fires after a meaningful chunk of work (post_task_drift.py).
/mek-drift..mek/drift-baseline.json (created by /mek-drift init).|auto - manual| > divergence_threshold (default 0.15) AND confidence >= min_confidence (default 0.5), ORauto < floor (ratchet violation)./mek-drift accept — agree with auto, update manual to match./mek-drift ack — disagree with auto, dismiss this flag (record in baseline metadata).mek.toml > [drift]:
[drift]
baseline_file = ".mek/drift-baseline.json"
preset = "python"
divergence_threshold = 0.15
min_confidence = 0.5
auto_run_on_stop = true
npx claudepluginhub mbachaud/maxexpresskit --plugin maxexpresskitCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.