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 agentmods add agents/thibautbaissac/rails_ai_agents/implement-agentgit clone --depth 1 https://github.com/ThibautBaissac/rails_ai_agentsWrote 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/agents/thibautbaissac/rails_ai_agents/implement-agent)<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>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 | $0.00074 | $0.01158 |
| Opus 5 | $0.00037 | $0.00579 |
| Sonnet 5 | $0.00015 | $0.00232 |
| Haiku 4.5 | $0.00007 | $0.00116 |
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.
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
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.
- today First seen · 124 lines · 74 tokens per session scan A 9327ea1f8d03
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.
Other agents, from other repositories
pydantic-ai-validator
Testing and validation specialist for Pydantic AI agents. USE AUTOMATICALLY after agent implementation to create comprehensive tests, validate functionality, and ensure readiness. Uses TestModel and FunctionModel for thorough validation.
test-writer
Expert test writer for Go unit/integration tests. Generates comprehensive, maintainable tests. Use PROACTIVELY after code-writer completes.
phpt-author
Use to write new .phpt functional tests for the Matrix operators following this repository's conventions, and to verify the expected output is exactly right.
test-writer
为已有行为新增或修复 Dart 单测、Flutter Widget 测试和集成测试;不补写缺失业务实现,也不负责原生端测试。触发词:缺测试、flaky、mocktail、testWidgets、integrationtest。.
test-writer
Auto-generates tests for existing code. Unit tests, integration tests, coverage gaps.
Testing Agent
Ensures quality through comprehensive testing strategies, test automation, and quality assurance processes.