eugeniughelbur

Jev Calibrate — Development skill for Claude Code

Development community

Read a week of your own gate decisions and turn them into your thresholds and rules.

How to install Jev Calibrate

Installs to ~/.claude/skills/eugeniughelbur-jev-engineering-jev-calibrate/SKILL.md

Terminal
mkdir -p ~/.claude/skills/eugeniughelbur-jev-engineering-jev-calibrate && curl -fsSL https://raw.githubusercontent.com/eugeniughelbur/jev-engineering/HEAD/commands/jev-calibrate.md -o ~/.claude/skills/eugeniughelbur-jev-engineering-jev-calibrate/SKILL.md

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

What Jev Calibrate does


description: Read a week of your own gate decisions and turn them into your thresholds and rules

Turn the user's own decision log into their settings. The defaults shipped with this plugin came from someone else's machine.

  1. Run the calibrator:
uv run "${CLAUDE_PLUGIN_ROOT}/calibrate.py"

If `uv` is missing, fall back to `python3`.

  1. If it reports fewer than 7 days of log, stop. Tell the user to keep running in observe mode and come back. Do not recommend thresholds fro

Alternatives in Development

  • Career-Ops For Codex — Read CLAUDE.md for all project instructions, routing, and behavioral rules 32.5k ★
  • Metrics Dashboard — Define product metrics dashboard with sources and alert thresholds 7.8k ★
  • Stop Review Gate — You are reviewing uncommitted changes before the author finishes their turn 664 ★

Full documentation available on GitHub

View Source Repository