Ccc Careful banner
KevinZai KevinZai

Ccc Careful

Development community

Description

--- description: "Activate careful/safety mode. Blocks destructive commands and requires explicit confirmation before mutations." --- Activate careful/safety mode for this session. When active: - BLOCK all destructive commands: `rm -rf`, `DROP TABLE/DATABASE`, `git push --force`, `kubectl delete`, `docker system prune`, `pm2 delete all` - REQUIRE explicit confirmation before: file deletion, database mutations, production deploys, config changes - SHOW diffs before any file write - LOG all comm

Installation

Installs to ~/.claude/skills/kevinzai-commander-ccc-careful/SKILL.md

Terminal
mkdir -p ~/.claude/skills/kevinzai-commander-ccc-careful && curl -fsSL https://raw.githubusercontent.com/KevinZai/commander/HEAD/commands/ccc-careful.md -o ~/.claude/skills/kevinzai-commander-ccc-careful/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository