Production-grade AI development governance skill for Claude Code and Cowork.
tools/verify-secrets.js now detects 13 named secret types:
- OpenAI keys (
sk-...) - GitHub tokens (
ghp_,gho_,ghs_,ghx_) - AWS access keys (
AKIA...) and secret keys - Stripe live and test keys (
sk_live_,sk_test_) - Bearer tokens, generic API keys and passwords
Each violation now names the matched pattern for faster triage.
install.ps1 — PowerShell equivalent of install.sh. Installs the skill to ~/.claude/skills/code-warden/ on Windows with no extra dependencies.
First-time onboarding doc covering installation, usage trigger phrases, configuration, tools, and reference files.
- Metadata
versionsynced to2.3.0(was2.2.3— mismatch with heading) tools/get-context.jsnow searchesCLAUDE.mdand.claude/CLAUDE.mdin addition toARCHITECTURE.mdandREADME.md
Linux / macOS
bash install.shWindows
.\install.ps1Both copy the skill to ~/.claude/skills/code-warden/.
See DECISIONS.md for full decision log with alternatives and reasoning.