Totoro-jam/battle-tested-patterns
Plugin Claude Code
Agent skills built on the Battle-Tested Patterns catalog — adopt patterns into your code, or audit your code against the catalog.
Totoro-jam/battle-tested-patterns
Plugin Claude Code
Agent skills built on the Battle-Tested Patterns catalog — adopt patterns into your code, or audit your code against the catalog.
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.
Totoro-jam/battle-tested-patterns
Settings file Claude Code
Agent settings declaring 1 hook event (PreToolUse) and 12 allowed tools.
Totoro-jam/battle-tested-patterns
Skill Claude CodeCodex
Structured debugging loop for exercise tests or build failures. Reproduce → isolate → hypothesize → fix → verify.
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.
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.
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.
Totoro-jam/battle-tested-patterns
Instructions file
Instructions for Totoro-jam/battle-tested-patterns, covering battle tested patterns, project overview, quality red lines, source link standard and pattern file template.
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.
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…
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…