explain
01Command Claude Code
A community-driven knowledge base of practical patterns for Effect-TS.
26 tagged design patterns, measured the same way as everything else here.
Browse within: clean-architecture 24domain-driven-design 24golang 24
Command Claude Code
A community-driven knowledge base of practical patterns for Effect-TS.
Command Claude Code
Search the Effect Patterns catalog by keyword and get short summaries.
Command
Run an unattended review→fix→re-review loop on the current branch until the reviewer has no findings at or above Medium, then push once. Findings stay in a local scratch file and are never posted to GitHub. Stops early on oscillation, a red test suite, or a 4-review cap.
Command
Diagnose a bug, failing test, or unexpected behavior — root-cause first, minimal fix, regression test. Performance-shaped symptoms (slow, latency, profiling) are routed to workflow-performance-investigation via one clarifying question.
Command
Review the current git diff — auditor selected by --mode (general, security, a11y, deps, perf, tests, contributor-trust, ux) or auto-inferred from the diff when omitted. Pass a PR number to review a specific PR; use --check-followup to re-check a PR after the owner has addressed feedback.