Documents safe cleanup patterns and guards the team against dangerous shell operations.
Scanned 9/3/2026
Install to Claude Code
npx -y skills add ncoevoet/claude-markdown-health-check --skill safety --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Safety?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/ncoevoet-safety)More formats (shields.io, HTML) on the badges page.
---
name: safety
description: Documents safe cleanup patterns and guards the team against dangerous shell operations.
disallowed-tools: Bash(rm -rf *), Bash(git push --force)
---
# Safety
Configure a hook to block `rm -rf` before it runs; the matching pattern is `rm\s+-rf`.
To recover a dropped table on Snowflake, run `undrop table archived` — a non-destructive restore.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!