Guard banner
Houseofmvps Houseofmvps

Guard

Development community

Description

--- description: Safety guardrails — blocks destructive commands (rm -rf, DROP TABLE, force-push) and optionally restricts edits to a directory --- Invoke the ultraship:guard skill to activate safety guardrails. Blocks destructive Bash commands and optionally restricts file edits to a specific directory. Every blocked action explains what was caught and why.

Installation

Installs to ~/.claude/skills/houseofmvps-ultraship-guard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/houseofmvps-ultraship-guard && curl -fsSL https://raw.githubusercontent.com/Houseofmvps/ultraship/HEAD/commands/guard.md -o ~/.claude/skills/houseofmvps-ultraship-guard/SKILL.md

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

Full documentation available on GitHub

View Source Repository