eugeniughelbur

Jev Status — Development skill for Claude Code

Development community

Show whether the gate is running, which mode it is in, and what it has decided so far.

How to install Jev Status

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

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

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

What Jev Status does


description: Show whether the gate is running, which mode it is in, and what it has decided so far

Report the current state of jev-gate. Do not change anything.

  1. Check the mode. Read `JEV_GATE_MODE` from the environment. If unset, the mode is `observe`, which logs and blocks nothing.

  2. Check the key. Confirm `OPENROUTER_API_KEY` or `TYPESAFE_API_KEY` is set. Do not print any part of the key itself. If neither is set, say so plainly: the gate is falling back to the normal permission

Alternatives in Development

  • Mempalace Status — Show the current state of your memory palace — wings, rooms, drawer counts, and suggestions 58.6k ★
  • Telegram — Show Telegram bot status and manage global session 1.3k ★
  • Mnemos Status — /mnemos-status — Show Mnemos Memory Status 705 ★

Full documentation available on GitHub

View Source Repository