# Safety

> Documents safe cleanup patterns and guards the team against dangerous shell operations.

- Skill: `ncoevoet/safety` (Agent Skill)
- Install (CLI): `npx skillmds@latest add ncoevoet/safety`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ncoevoet/safety/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: ncoevoet (https://skillmd.com/u/ncoevoet)
- Updated: 2026-09-21
- Page: https://skillmd.com/skills/ncoevoet/safety

---

# 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.

