mohamedma872

Fence — Development skill for Claude Code

Development community

Show the guardrails that are active right now — validates the YAML rule files, prints every rule in words, which agents are wired, and the status of any active /feature run.

How to install Fence

Installs to ~/.claude/commands/mohamedma872-ai-guardrails-evals-fence.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/mohamedma872/ai-guardrails-evals/HEAD/.claude/commands/fence.md -o ~/.claude/commands/mohamedma872-ai-guardrails-evals-fence.md

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

What Fence does


description: Show the guardrails that are active right now — validates the YAML rule files, prints every rule in words, which agents are wired, and the status of any active /feature run. Usage — /fence

Run these and report the output verbatim under three headings, then one line of interpretation each (anything invalid, anything not wired, any active run with a closed plan gate):

!`node ai/guard/engine.js --check`

!`node ai/guard/engine.js --explain`

!`node ai/tasks/feature/runs.js st

Alternatives in Development

  • Package OfficeCLI Skill As AionUi Assistant — Convert an OfficeCLI skill into a fully wired AionUi assistant preset, or update an existing one 20.3k ★
  • Create API — Scaffold a new API endpoint — route, handler, types, tests — wired into the server 335 ★
  • Eli5 — Say the last answer again in plain words — same facts, in the order the operator needs them 49 ★

Full documentation available on GitHub

View Source Repository