Kuma:Guard banner
plumpslabs plumpslabs

Kuma:Guard

Development community

Description

--- description: "🛡️ Kuma Guard — Pre-flight safety check against anti-patterns, drift, and circular deps" --- # /kuma:guard Verify safety boundaries before applying complex refactors or multi-file edits. ```javascript kuma_safety({ action: "guard", guardGoal: "[what you are doing]" }) ``` **What it checks:** - Missing pre-modification research - Architecture boundary violations & circular imports - Scope drift (editing files outside declared goal) - Runaway execution loops

Installation

Installs to ~/.claude/skills/plumpslabs-kuma-kuma-guard/SKILL.md

Terminal
mkdir -p ~/.claude/skills/plumpslabs-kuma-kuma-guard && curl -fsSL https://raw.githubusercontent.com/plumpslabs/kuma/HEAD/commands/kuma:guard.md -o ~/.claude/skills/plumpslabs-kuma-kuma-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