Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add pproenca/dot-skills --skill 37signals-railsgit clone --depth 1 https://github.com/pproenca/dot-skillsWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/pproenca/dot-skills/37signals-rails)<a href="https://agentmods.dev/skills/pproenca/dot-skills/37signals-rails"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/37signals-rails/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/pproenca/dot-skills/37signals-rails"><img src="https://agentmods.dev/badge/skills/pproenca/dot-skills/37signals-rails.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00105 | $0.01984 |
| Opus 5 | $0.00053 | $0.00992 |
| Sonnet 5 | $0.00021 | $0.00397 |
| Haiku 4.5 | $0.00011 | $0.00198 |
Grade A, and why
37signals-rails scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 131 lines — stays where its author put it; the contents beside it link to each section on GitHub.
37signals Rails Best Practices
Comprehensive coding principles and conventions for Ruby on Rails applications, as practiced at 37signals (Basecamp, HEY, Fizzy). Contains 56 rules across 8 categories, prioritized by architectural impact. Derived from official 37signals sources: the Fizzy codebase, STYLE.md, AGENTS.md, the Rails Doctrine, DHH's "On Writing Software Well" series, and the unofficial 37signals style guide (265 Fizzy PRs).
When to Apply
Reference these guidelines when:
- Writing new Rails controllers, models, or views
- Deciding between gems and vanilla Rails
- Modeling state and database schema
- Setting up background jobs, caching, or real-time features
- Reviewing code for 37signals-style conventions
- Refactoring toward rich domain models
- Choosing authentication or authorization approach
- Adding Stimulus controllers or Turbo patterns
Rule Categories by Priority
| Priority | Category | Impact | Prefix |
|---|---|---|---|
| 1 | Architecture Fundamentals | CRITICAL | arch- |
| 2 | Controllers & REST | CRITICAL | ctrl- |
| 3 | Domain Modeling | HIGH | model- |
| 4 | State Management | HIGH | state- |
| 5 | Database & Infrastructure | HIGH | db- |
| 6 | Views & Frontend | MEDIUM | view- |
| 7 | Code Style | MEDIUM | style- |
| 8 | Testing | MEDIUM | test- |
Quick Reference
1. Architecture Fundamentals (CRITICAL)
arch-rich-models- Rich Domain Models Over Service Objectsarch-vanilla-rails- Vanilla Rails is Plentyarch-avoid-patterns- Deliberately Avoided Patterns and Gemsarch-earn-abstractions- Earn Abstractions Through Rule of Threearch-build-before-gems- Build It Yourself Before Reaching for Gemsarch-ship-to-learn- Start Simple — Add Complexity Only After Validationarch-domain-facades- Domain Models as Facades Over Internal Complexityarch-single-business-layer- Single Layer for Business Logicarch-custom-auth- Custom Passwordless Auth Over Devise
What ships with it
59 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- assets/templates/_template.md 883 B
- metadata.json 1.2 KB
- references/_sections.md 1.9 KB
- references/arch-avoid-patterns.md 3.9 KB
- references/arch-build-before-gems.md 2.5 KB
- references/arch-custom-auth.md 3.6 KB
- references/arch-domain-facades.md 2.3 KB
- references/arch-earn-abstractions.md 2.1 KB
- references/arch-rich-models.md 1.9 KB
- references/arch-ship-to-learn.md 3.5 KB
- references/arch-single-business-layer.md 2.6 KB
- references/arch-vanilla-rails.md 2.0 KB
- references/ctrl-controller-concerns.md 3.2 KB
- references/ctrl-crud-only.md 2.4 KB
- references/ctrl-model-as-resources.md 2.9 KB
- references/ctrl-nested-resources.md 3.0 KB
- references/ctrl-params-expect.md 2.2 KB
- references/ctrl-thin-controllers.md 3.3 KB
- references/db-backed-everything.md 3.1 KB
- references/db-multi-tenancy.md 2.4 KB
- references/db-no-foreign-keys.md 3.2 KB
- references/db-solid-cable.md 2.9 KB
- references/db-solid-cache.md 3.2 KB
- references/db-solid-queue.md 3.0 KB
- references/db-uuid-primary-keys.md 2.1 KB
- references/model-callbacks-auxiliary.md 2.6 KB
- references/model-concerns.md 3.1 KB
- references/model-counter-caches.md 2.3 KB
- references/model-delegated-type.md 2.8 KB
- references/model-event-tracking.md 3.5 KB
- references/model-normalizes.md 2.0 KB
- references/model-poro-namespacing.md 3.1 KB
- references/model-store-accessor.md 2.3 KB
- references/model-touch-chains.md 2.4 KB
- references/state-db-constraints.md 3.4 KB
- references/state-enums.md 2.8 KB
- references/state-records-over-booleans.md 3.0 KB
- references/state-timestamps.md 2.7 KB
- references/state-write-time.md 3.6 KB
- references/style-async-naming.md 2.6 KB
- references/style-bang-methods.md 1.9 KB
- references/style-conditionals.md 2.0 KB
- references/style-method-ordering.md 2.0 KB
- references/style-naming-return-values.md 2.7 KB
- references/style-positive-names.md 2.3 KB
- references/style-visibility-modifiers.md 2.2 KB
- references/test-behavior.md 3.3 KB
- references/test-fixtures.md 2.9 KB
- references/test-minitest.md 2.7 KB
- references/test-no-damage.md 3.3 KB
- references/test-no-system-tests.md 3.7 KB
- references/view-fragment-caching.md 3.6 KB
- references/view-helpers-not-partials.md 2.9 KB
- references/view-http-caching.md 3.4 KB
- references/view-progressive-enhancement.md 3.6 KB
- references/view-stimulus-design.md 5.0 KB
- references/view-stimulus-targets.md 3.2 KB
- references/view-turbo-frames.md 2.7 KB
- references/view-turbo-streams.md 3.8 KB
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 10d ago First seen · 131 lines · 105 tokens per session scan A 1dc2e2c490cd
37signals-rails is a skill published in the GitHub repository pproenca/dot-skills (206 stars, last pushed 25d ago), licensed MIT. It adds 105 tokens to every session and 1,984 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
rails-expert
Rails 7+ specialist that optimizes Active Record queries with includes/eagerload, implements Turbo Frames and Turbo Streams for partial page updates, configures Action Cable for WebSocket connections, sets up Sidekiq workers for background job processing, and writes comprehensive RSpec test suites. Use when building…
new
Create a new project to start development quickly.
rails-conventions
Rootstrap Rails conventions. Use when writing, reviewing, or editing any Rails code — controllers, models, migrations, routes, views, mailers, initializers, locale files, or Rails config. Covers routing, ActiveRecord, migrations, i18n, time zones, mailers, assets, Bundler groups, and logging.
ruby-rails
Conventions and best practices for building web applications with Ruby on Rails. Use when scaffolding Rails apps or generators, designing ActiveRecord models and migrations, wiring up Hotwire/Turbo/Stimulus interactivity, setting up background jobs or caching, or writing RSpec/Minitest coverage for Rails code.
ruby-expert
Expert-level Ruby development with Rails, modern features, testing, and best practices. Use when the user mentions Ruby on Rails, RSpec, gem, Sinatra, or metaprogramming, or when the task involves Ruby 3+ Features, Object-Oriented, Functional Features, or Pattern Matching.
draper-decorators
This skill should be used when the user asks to "create a decorator", "write a decorator", "move logic into decorator", "clean logic out of the view", "isn't it decorator logic", "test a decorator", or mentions Draper, keeping views clean, or representation logic in decorators. Should also be used when editing…