Careful
A personal Claude Code environment. Persistent memory, loop detection, 15 skills, and lifecycle hooks. macOS, Linux, and Windows.
npx -y skills add puukis/lstack --skill carefulAssembled 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.
What its author says it does
Copied from the file, not written here
Enable opt-in warnings or denials for risky Bash commands in the current Claude Code session.
SKILL.md
1.0 KB, 195 tokens by cl100k_base, as published. Nobody here has run it
Careful
Use when the user says be careful, production mode, safety mode, shared environment, or asks to warn before destructive commands.
Process
- If the user explicitly asks for strict mode, run
lstack safety strict. - Otherwise run
lstack safety careful. - Run
lstack safety statuswhen useful to confirm the mode. - Explain the active behavior briefly.
Modes
careful: asks before risky Bash commands when hook ask is supported.strict: denies risky Bash commands.off: disables opt-in safety checks.
Required Notes
- Existing global hard blocks remain active in every mode.
- Careful mode is not a shell sandbox.
LSTACK_CONFIRM_DESTRUCTIVE=1orlstack safety allow-once <hash>can be used as an explicit override for opt-in careful/strict checks where appropriate. Global hard blocks still remain hard blocks.