Careful
Write a checklist of destructive commands the user wants to think twice about (rm -rf, force push, hard reset, db drop, etc.) to .dragoon/CAREFUL.md. dragoon does NOT block commands at runtime - this is a discipline tool, a list the agent reads before risky operations. Use to set explicit guardrails for an AI agent or new contributor. Run as `node ~/.claude/skills/dragoon/skills/careful/scripts/careful.js`.From its SKILL.md
npx -y skills add Dragoon0x/dragoon-skills --skill carefulAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- 4 stars4 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.
- runs commandsInstructs the agent to run 3 commands, including `node ~/.claude/skills/dragoon/skills/careful/scripts/careful.js` and 2 more.
SKILL.md
1.0 KB, 146 tokens by cl100k_base, as published. Nobody here has run it
/careful
Discipline-tool checklist for destructive commands.
When to use
- Setting up a new project or onboarding an agent
- After a destructive accident, codify the rule
- The user says "set up guardrails", "what should the agent not do"
What it writes
.dragoon/CAREFUL.md with two sections:
- destructive commands to confirm before running (rm -rf, force push, etc.)
- destructive commands the agent should NEVER run without explicit user prompt
This is not a runtime block. It's a read-before-act discipline aid.
Run it
dragoon careful --apply
dragoon careful --show
What ships with it: 1 file
2.8 KB alongside SKILL.md, 1 of them executable
scripts/
- careful.jsruns2.8 KB