From guardrails
Safety guardrails overview — explains available guard modes and how to activate them
npx claudepluginhub artofrawr/claude-control --plugin guardrailsThis skill uses the workspace's default tool permissions.
This plugin provides safety guardrails for Claude Code sessions.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
This plugin provides safety guardrails for Claude Code sessions.
/careful — Activate destructive command warnings (rm -rf, DROP TABLE, force push, etc.)/freeze <dir> — Restrict file edits to a specific directory/unfreeze — Remove directory freeze restriction/guard <dir> — Activate both careful + freeze together~/.claude/guardrails-careful-active and ~/.claude/guardrails-freeze-dir.txt