guarding-paths

Installation
SKILL.md

guarding-paths

Mantra: 1 path, 1 reference. A path is constructed exactly once; everywhere else references the constructed value. Re-constructing the same path twice is the violation; referencing the constructed value many times is fine.

Modes

Invocation Effect
/guarding-paths Full audit-and-fix on the current repo (default).
/guarding-paths check Read-only audit; report violations; no fixes.
/guarding-paths fix <id> Fix a single finding from a prior check run, by index.
/guarding-paths install Drop the gate + hook + rule + allowlist into a fresh repo.

Three-level enforcement

The strategy lives in three artifacts that ship together:

Installs
1
GitHub Stars
108
First Seen
May 20, 2026
guarding-paths — socketdev/socket-mcp