rails-instructions rails.instructions.md

rails-instructions rails.instructions.md is an instructions file for GitHub Copilot from levifig/rails-instructions. It costs 3,168 tokens per session, scanned A, original, MIT.

A set of development rules for building Rails 8 or newer web applications with AI coding agents. Rails is a Ruby web framework; the rules cover the preferred database, frontend, testing, deployment, and code-quality tools.

In plain words
What is it for?
Guiding Rails application structure, database design, authentication, background jobs, frontend work, tests, formatting, and deployment.
Why use it?
It gives an agent consistent project conventions, reducing decisions and keeping the codebase easier to maintain.

Instructions file for GitHub Copilot

Install

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.

agentmods
npx agentmods add instructions/levifig/rails-instructions/rails
Clone the repo
git clone --depth 1 https://github.com/levifig/rails-instructions

Made for: GitHub Copilot.

Wrote 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.

agentmods badge for rails-instructions rails.instructions.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/levifig/rails-instructions/rails.svg)](https://agentmods.dev/instructions/levifig/rails-instructions/rails)
Your own site
<a href="https://agentmods.dev/instructions/levifig/rails-instructions/rails"><img src="https://agentmods.dev/badge/instructions/levifig/rails-instructions/rails.svg" alt="Measured on agentmods" height="20"></a>
Per session 3,168 This file is loaded in full into every session.
When invoked 3,168 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce invoked
Fable 5 $0.03168 $0.03168
Opus 5 $0.01584 $0.01584
Sonnet 5 $0.00634 $0.00634
Haiku 4.5 $0.00317 $0.00317

Measured 4d ago against content hash 8d20e6348efb, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rails-instructions rails.instructions.md 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 4d 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.

.github/instructions/rails.instructions.md · 438 lines

How it starts

The opening of the file, as written. The whole thing — 438 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Rails Development Rules - The Rails Way with AI Agents

Built for: Solo developer + AI agents, Linear MCP integration, maximum joy

Core Philosophy

You are building a Rails 8+ application following The Rails Way™. Code should be:

  • Convention over configuration
  • Database-first design
  • Progressive enhancement with Hotwire
  • Zero-build frontend approach
  • Test-driven with Minitest
  • Optimized for AI agent collaboration
  • Lean, readable, and maintainable

Rails 8+ Stack Preferences

  • Authentication: Rails built-in (rails generate authentication)
  • Background Jobs: Solid Queue (default Rails 8)
  • Caching: Solid Cache (database-backed, Redis when needed)
  • WebSockets: Action Cable with Solid Cable adapter
  • Database: PostgreSQL with Active Record
  • Frontend: Hotwire (Turbo + Stimulus) + TailwindCSS
  • Asset Pipeline: Propshaft (simpler, no-build approach)
  • Testing: Minitest with fixtures (no RSpec, no factories)
  • Rich Text: Action Text for content editing
  • File Uploads: Active Storage with direct uploads
  • Deployment: Kamal with Docker
  • Code Quality: StandardRB for linting/formatting
  • Development Tools: Bullet gem for N+1 detection, Annotate gem for schema docs
  • Error Tracking: Rails built-in error reporter

Detailed Guides

This document provides core principles. For detailed implementation guidance, see:

Read the full file on GitHub · 438 lines

Changes

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.

  1. 4d ago First seen · 438 lines · 3,168 tokens per session scan A 8d20e6348efb

Subscribe to this mod's changes

rails-instructions rails.instructions.md is an instructions file published in the GitHub repository levifig/rails-instructions (54 stars, last pushed 1y ago), licensed MIT. It adds 3,168 tokens to every session, about $0.0158 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.