eugeniughelbur

Jev Policy — Development skill for Claude Code

Development community

Show the rules in force, where each came from, and pull the team's latest.

How to install Jev Policy

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

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

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

What Jev Policy does


description: Show the rules in force, where each came from, and pull the team's latest

The rules are a file, not code. Three layers merge: the shipped default, the team policy, and the user's own overrides.

  1. Show what is in force:
uv run "${CLAUDE_PLUGIN_ROOT}/policy.py" show

Read the trace at the top out loud to the user. It names which layer contributed each rule and each threshold, and it names anything their override tried to loosen and got refused.

  1. Explain the

Alternatives in Development

  • Auto Update — Pull the latest ECC repo changes and reinstall the current managed targets 243.5k ★
  • Fast Jev Compaction — Claude Code plugin that replaces the compaction summary with Jev decisions: every tool call and result is scor 425 ★
  • Claude Code Lsp Enforcement Kit — Hooks that force Claude Code to use LSP instead of Grep for code navigation 327 ★

Full documentation available on GitHub

View Source Repository