error prevention skills

13 tagged error prevention, measured the same way as everything else here.

Browse within: defensive-programming 13

clean-code

01

rainmanjam/poka-yoke

Skill Claude CodeCodex

Software quality review and design guidance for any code: naming, cohesion, coupling, duplication, function size, dependency direction, and testability. Use when someone asks to improve, review, refactor, or design code, or asks what good structure looks like here. Routes to the sub-skill matching the kind of work.

21 6d ago A 68 tokens original MIT

defensive

02

rainmanjam/poka-yoke

Skill Claude CodeCodex

Defensive programming for any code: validating inputs at every boundary, checking for null and absent values, supplying safe fallbacks, catching and logging exceptions, and degrading gracefully rather than failing. Use when someone asks to make code robust, resilient, safer, or harder to crash. Routes to the sub-skill…

21 6d ago A 70 tokens original MIT

llm

03

rainmanjam/poka-yoke

Skill Claude CodeCodex

AI features you ship to users: structured output, tool schemas, prompt injection, evals. Use when "the model returns bad JSON", "it hallucinates", "stop it calling the wrong tool", "add evals", or an LLM feature can trigger refunds, emails or writes. Covers schema-constrained output, idempotent tool calls…

21 6d ago A 89 tokens original MIT