Unofficial 37signals Coding Style Guide

Unofficial 37signals Coding Style Guide from marckohlbrugge/unofficial-37signals-coding-style-guide.

by @marckohlbrugge 8 skills

Skills in this plugin

8
  1. Dhh · marckohlbrugge
    Review Ruby/Rails code like DHH would - direct, opinionated, allergic to over-engineering. Use when the user runs /dhh or asks for a DHH-style review of a diff, file, or recent changes.
    1 install
  2. Rails Jobs · marckohlbrugge
    Apply best practices for Rails background jobs using simple orchestration, idempotency, and safe retries. Use when creating, refactoring, or debugging Active Job and queue-backed workflows.
    1 install
  3. Rails Testing · marckohlbrugge
    Apply Rails testing standards with Minitest, fixtures, and pragmatic coverage boundaries. Use when creating tests, reviewing test quality, or improving flaky and slow Rails test suites.
    1 install
  4. Rails Webhooks · marckohlbrugge
    Build and review Rails webhook systems with safe delivery, retries, observability, and tenant-aware security controls. Use when adding webhook endpoints, outbound deliveries, retry logic, or webhook admin tooling.
    1 install
  5. Rails Migrations · marckohlbrugge
    Write and review Rails database migrations safely, including reversible changes, lock-aware operations, and rollout sequencing. Use when adding or changing schema, indexes, constraints, or backfills.
    1 install
  6. Rails Hotwire Realtime · marckohlbrugge
    Apply Hotwire, Turbo, Stimulus, and ActionCable best practices for real-time Rails interfaces. Use when building Turbo Streams/Frames, Stimulus interactions, or websocket-driven updates.
    1 install
  7. Rails Best Practices Core · marckohlbrugge
    Apply core Ruby on Rails best practices for architecture, naming, safety, and maintainability. Use for most Rails coding, refactoring, and code review tasks so baseline standards stay consistent.
    1 install
  8. Rails Security Multitenancy · marckohlbrugge
    Apply Rails security and multi-tenant safety practices including scoped queries, SSRF defenses, rate limiting, and tenant-scoped realtime updates. Use when implementing auth, webhooks, tenant boundaries, or security-sensitive endpoints.
    3 installs