rainmanjam/poka-yoke

Mistake-proofing for software. Shigeo Shingo's poka-yoke method as a Claude Code plugin: audit code for footguns, design APIs that resist misuse, install guardrails, turn incidents into devices.

22Stars on the repository
19Mods indexed here, across every type
3d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

audit

01

rainmanjam/poka-yoke

Skill Claude CodeCodex

Reviewing code that already exists for structural problems: responsibilities that have drifted together, names that no longer describe what they name, dependencies pointing the wrong way, and duplication that has hardened into divergence.

not rated 22 +1 3d ago A 42 tokens original MIT

authz

02

rainmanjam/poka-yoke

Skill Claude CodeCodex

Permission and access-control code. Structure, clarity and testability of authorisation logic: where the decision lives, how it is named, and keeping it separable from the code that acts on it.

not rated 22 +1 3d ago A 43 tokens original MIT

clean-code

03

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.

not rated 22 +1 3d ago A 68 tokens original MIT

design

04

rainmanjam/poka-yoke

Skill Claude CodeCodex

Designing a new interface, module, schema or type. Naming, cohesion, parameter shape, dependency direction and testability, decided before the thing has callers.

not rated 22 +1 3d ago A 34 tokens original MIT

retro

05

rainmanjam/poka-yoke

Skill Claude CodeCodex

Something broke. Deciding what to change in the code so the class of problem is less likely, and writing it up so the next person understands the reasoning rather than just the outcome.

not rated 22 +1 3d ago A 39 tokens original MIT

ux

06

rainmanjam/poka-yoke

Skill Claude CodeCodex

Forms, flows and screens. Structure, naming and clarity of user-facing interaction code: component boundaries, state ownership, and keeping presentation separable from the rules behind it.

not rated 22 +1 3d ago A 36 tokens original MIT

defensive

07

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…

not rated 22 +1 3d ago A 70 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: