Guard And Guide
Description
🛡️ Guard coding agents from dangerous operations, and 🧭 Guide them to safer alternatives.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
guard-and-guide
[](https://github.com/kawarimidoll/guard-and-guide/actions/workflows/ci.yml) [](https://github.com/kawarimidoll/guard-and-guide/releases/latest) [](https://docs.anthropic.com/en/docs/claude-code) [](https://github.com/google-gemini/gemini-cli) [](https://www.rust-lang.org/) [](https://nixos.org/)
🛡️ Guard coding agents from dangerous operations, and 🧭 Guide them to safer alternatives.
Motivation
You tell your AI coding agent: "Don't run `git push`."
The agent gets blocked — and tries harder:
🧑 deny(git push)
🤖 Got it! I'll use /usr/bin/git push instead.
🧑 NOOO!!!
AI agents don't give up when simply denied. They try absolute paths, alternative commands, and creative workarounds to get the job done.
**guard-and-guide** solves this by not only blocking dangerous operations, but also telling the agent _why_ it was blocked and _what to do instead_. When given clear guidance, agents are much more likely to comply.
Install
nix
nix profile install github:kawarimidoll/guard-and-guide
cargo
cargo install --git https://github.com/kawarimidoll/guard-and-guide
Setup
1. Create rules
Create `~/.config/guard-and-guide/rules.toml` with your rules. See [`rules.example.toml`](rules.example.toml) for a full example.
Rules use canonical tool names (`Bash`, `File`) and regex patterns:
version = 1
[[rules]]
matcher = "File"
regex = '\.env$'
message = "Access
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11