Totoro-jam

11 mods across 1 repository, 339 stars between them.

PreToolUse

02

Totoro-jam/battle-tested-patterns

Hook Claude Code

Runs before the agent uses a tool for Bash tool calls, running an inline shell check. From Totoro-jam/battle-tested-patterns.

339 1mo ago A tokens not measured original MIT

diagnose

04

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Structured debugging loop for exercise tests or build failures. Reproduce → isolate → hypothesize → fix → verify.

339 1mo ago A 25 tokens original MIT

new-pattern

05

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Guided workflow to create a new pattern following the project template and quality standards. Walks through topic validation, source verification, implementation, exercises, challenge questions, and bilingual docs.

339 1mo ago A 39 tokens original MIT

verify-source

06

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Verify all production proof source links in pattern documents. Run automated checks for HTTP status, format, SHA permanence, and line-range content accuracy.

339 1mo ago A 31 tokens original MIT

Totoro-jam/battle-tested-patterns

Instructions file CodexOpenCode

Instructions for Totoro-jam/battle-tested-patterns, a project described as: Battle-tested programming patterns from production codebases — React, Linux, Go, Chromium, and more. Precise source links, multi-language examples, runnable exercises.

339 1mo ago A 6 tokens copy · 100% MIT

pattern-skills

09

Totoro-jam/battle-tested-patterns

Plugin Claude Code

Adopt and audit production-proven implementation patterns: adopt-pattern routes a problem to the right pattern and adapts it with a regression test; audit-pattern grades an existing codebase and flags mislabels.

339 1mo ago A tokens not measured original MIT

adopt-pattern

10

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Use when a developer wants to apply a low-level, systems, or concurrency design pattern in their own code, drawing on the Battle-Tested Patterns catalog of 46 production-proven patterns. Triggers three ways: they name a pattern (ring buffer, circuit breaker, actor model, LRU cache, rate limiter, trie, bloom filter…

339 1mo ago A 151 tokens original MIT

audit-pattern

11

Totoro-jam/battle-tested-patterns

Skill Claude CodeCodex

Use when reviewing or auditing an existing codebase against production-proven implementation patterns — checking whether the patterns it already implements (actor model, rate limiter, circuit breaker, LRU cache, write-ahead log, semaphore, ...) actually honor the canonical invariants, whether any are mislabeled (a…

339 1mo ago A 149 tokens original MIT