agentsclimarketplace

Guard

Skill puukis/lstack/skills/guard

Enable maximum safety workflow by combining careful safety mode with a freeze edit boundary.From its SKILL.md

Install
npx -y skills add puukis/lstack --skill guard

Assembled 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

  1. If no path was supplied, ask which file or directory should remain editable.
  2. Resolve the path from the current working directory with Bash.
  3. Run lstack guard <path> or lstack guard --allow <path> --allow <path2>.
  4. If the user asked for strict behavior, run lstack guard --strict <path>.
  5. 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.

Keep looking

Skills are one crate of 326,851. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.