CLAUDE.md: Enforce Explicit Null Handling Before Property Access
Configure Claude Code to reject any code that accesses object properties without first asserting the value exists.
The Prompt
Already a member? Sign in.
CLAUDE.md: Require Explicit Null Handling at Every Boundary
System config that forces Claude to surface and handle null/undefined at every IO and module boundary.
CLAUDE.md: Enforce Explicit State Machine Transitions
Configure Claude Code to reject implicit state changes and require documented transition guards on every state-bearing object.
CLAUDE.md: Enforce a Naming Pressure Test on Every New Symbol
Configures Claude Code to challenge every new name it proposes before writing it into the codebase.
CLAUDE.md: Require a Rollback Path Before Any Schema Change
Stops Claude from generating database migrations without a tested, explicit rollback strategy attached.