Claude
Prompts and configuration targeted at Claude and Claude Code.
If it goes into a repo at CLAUDE.md, .claude/skills/, or
.claude/hooks/, this is the right subfolder for it.
What usually lives here
CLAUDE.md— repo-level context Claude reads on every session.- Skills (
.claude/skills/<name>/SKILL.md) — encoded fix procedures. Often paired with helper scripts in the same folder. - Hooks —
PreToolUse/PostToolUseshell scripts that enforce guardrails at tool-call time. - Slash commands — reusable inline prompts that get invoked with
/<name>. - Triage prompts — one-shot-style prompts that are worth saving because they’ve been iterated on.
Browse entries
Every entry carries its author, team, and maturity so you can tell what’s been battle-tested vs. what’s still a draft. Click any card for the full prompt.
CVE triage skill
developmentA Claude Code skill that turns a fresh CVE or Dependabot alert into either (a) a correctly-bumped dependency with passing tests, or (b) a short report explaining why this alert …
Sensitive data element remediation skill
developmentA Claude Code skill that triages a sensitive-data-element (SDE) finding — hard-coded secrets, PII in logs, credentials committed to source — and produces either (a) a PR that …