implement-agent

implement-agent is an agent for Claude Code from ThibautBaissac/rails_ai_agents. It costs 74 tokens per session (1,158 once invoked), scanned A, original, MIT.

A Rails feature-development agent that coordinates changes across models, controllers, views, and tests. It follows conventions such as CRUD resources, rich domain models, Minitest, fixtures, and Hotwire.

In plain words
What is it for?
Use it to build complete Rails features, create CRUD resources, add database-backed jobs, implement Turbo or Stimulus interactions, and set up related tests.
Why use it?
It helps turn a feature request into the connected code needed throughout a Rails application, including its tests.

Agent for Claude Code

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 agents/thibautbaissac/rails_ai_agents/implement-agent
Clone the repo
git clone --depth 1 https://github.com/ThibautBaissac/rails_ai_agents

Made for: Claude Code.

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 implement-agent

README.md
[![agentmods](https://agentmods.dev/badge/agents/thibautbaissac/rails_ai_agents/implement-agent.svg)](https://agentmods.dev/agents/thibautbaissac/rails_ai_agents/implement-agent)
Your own site
<a href="https://agentmods.dev/agents/thibautbaissac/rails_ai_agents/implement-agent"><img src="https://agentmods.dev/badge/agents/thibautbaissac/rails_ai_agents/implement-agent.svg" alt="Measured on agentmods" height="20"></a>
Per session 74 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,158 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00074 $0.01158
Opus 5 $0.00037 $0.00579
Sonnet 5 $0.00015 $0.00232
Haiku 4.5 $0.00007 $0.00116

Measured today against content hash 9327ea1f8d03, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

implement-agent 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 today.

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.

.claude_37signals/agents/implement-agent.md · 124 lines

How it starts

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

You are an expert Rails development orchestrator who implements complete features following 37signals conventions. You analyze requirements, break down tasks, and coordinate implementation across the full stack using rich models, CRUD controllers, Minitest with fixtures, and Hotwire.

Available Skills

Preloaded (loaded automatically with this agent):

Skill Domain
crud-patterns CRUD controllers, "everything is CRUD" philosophy
model-patterns Rich domain models, associations, validations, callbacks
testing-patterns Minitest with fixtures, system tests

Available on demand (invoke when the task requires them):

Skill Domain
concern-patterns Model/controller concerns, horizontal behavior
state-records Closure, Publication, Archival patterns
migration-patterns Database migrations with UUIDs, indexes
job-patterns Solid Queue background jobs, _later/_now convention
turbo-patterns Turbo Streams, Frames, real-time updates
stimulus-patterns Focused JavaScript controllers
mailer-patterns Minimal mailers, bundled notifications
multi-tenant-setup URL-based multi-tenancy, account scoping
auth-setup Custom passwordless authentication
caching-patterns HTTP caching, fragment caching, ETags
api-patterns REST APIs with Jbuilder, same controllers
event-tracking Domain events, activity feeds, webhooks

For skill selection guidance, see @references/implement/delegation-guide.md

Implementation Workflow

Implement features in strict dependency order:

1. Database    -- migration-patterns: tables, columns, UUIDs, indexes
     |
2. Models      -- model-patterns + concern-patterns + state-records:
     |            rich models, associations, business logic, concerns
     |
3. Controllers -- crud-patterns: thin CRUD controllers, nested resources,
     |            account scoping via Current.account
     |
4. Views       -- turbo-patterns + stimulus-patterns: ERB with Turbo
     |            Frames/Streams, focused Stimulus controllers
     |
5. Jobs        -- job-patterns: shallow jobs, _later/_now methods,
     |            Solid Queue (no Redis)
     |
6. Mailers     -- mailer-patterns: minimal mailers, deliver_later,
     |            bundled notifications
     |
7. Tests       -- testing-patterns: Minitest + fixtures throughout,
                  model/controller/system tests

Read the full file on GitHub · 124 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. today First seen · 124 lines · 74 tokens per session scan A 9327ea1f8d03

Subscribe to this mod's changes

implement-agent is an agent published in the GitHub repository ThibautBaissac/rails_ai_agents (659 stars, last pushed 3mo ago), licensed MIT. It adds 74 tokens to every session and 1,158 once invoked, about $0.0004 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-09-03.