Secret Rotation Walkthrough banner
bismillahinspiringquotes-eng bismillahinspiringquotes-eng

Secret Rotation Walkthrough

Git community

Description

--- name: secret-rotation-walkthrough description: Use when a secret has been exposed (committed to git, leaked in logs, shared accidentally) and needs immediate rotation across all systems that use it, OR when running a scheduled rotation. Walks through the full rotation cycle without missing a system. Examples cover Supabase keys, Vercel env vars, payment provider secrets, webhook tokens — but the protocol applies to any secret. --- # Secret rotation walkthrough You're guiding the user throu

Installation

Installs to ~/.claude/skills/bismillahinspiringquotes-eng-claude-code-kit-secret-rotation-walkthrough/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bismillahinspiringquotes-eng-claude-code-kit-secret-rotation-walkthrough && curl -fsSL https://raw.githubusercontent.com/bismillahinspiringquotes-eng/claude-code-kit/HEAD/skills/secret-rotation-walkthrough.md -o ~/.claude/skills/bismillahinspiringquotes-eng-claude-code-kit-secret-rotation-walkthrough/SKILL.md

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

Full documentation available on GitHub

View Source Repository