Guard
Enable maximum safety workflow by combining careful safety mode with a freeze edit boundary.From its SKILL.md
npx -y skills add puukis/lstack --skill guardAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
SKILL.md
1.0 KB, 193 tokens by cl100k_base, as published. Nobody here has run it
Guard
Use when the user says guard mode, lock it down, maximum safety, only touch a directory plus be careful, or similar.
Process
- If no path was supplied, ask which file or directory should remain editable.
- Resolve the path from the current working directory with Bash.
- Run
lstack guard <path>orlstack guard --allow <path> --allow <path2>. - If the user asked for strict behavior, run
lstack guard --strict <path>. - Confirm both protections.
Required Notes
- Guard enables careful mode by default and activates freeze.
- Freeze restricts Edit, Write, and MultiEdit to the allowed paths.
- Careful mode asks before risky Bash commands when hook ask is supported.
- Bash can still mutate files. Guard is accidental-damage protection, not a security sandbox.
- Clear guard with
lstack guard --clear.
What ships with it
Read from the repository
Just SKILL.md. No reference files, no scripts.