Guard Git Watch banner
giggsoinc giggsoinc

Guard Git Watch

Development community

Description

--- name: guard-git-watch description: Use PROACTIVELY when any skill attempts to read sensitive files or perform restricted actions. Watches for unexpected reads of manifest.secrets.json, .env, SSH keys, or modifications to settings.json or manifest.json by non-approved processes. Hard blocks and alerts. model: haiku tools: - Read - Bash --- # Skill Guard — Sensitive File Protection ## Monitored files (NEVER read by any skill) - `.raven/manifest.secrets.json` - `.env`, `.env.*` - `*

Installation

Installs to ~/.claude/agents/giggsoinc-raven-guard-git-watch.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/giggsoinc/raven/HEAD/agents/guard-git-watch.md -o ~/.claude/agents/giggsoinc-raven-guard-git-watch.md

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

Full documentation available on GitHub

View Source Repository