Configs
Claude Code System Prompts
Curated CLAUDE.md system prompt variations for different coding styles and strictness levels — conservative, balanced, and aggressive modes with detailed trade-off notes.
system-promptsclaude-mdstrictness+2
Pre-tool hook that blocks code edits unless a failing test exists first — enforces strict test-first discipline by refusing file writes without a red test in scope.
tddtest-firstpre-tool