ruby-pro

ruby-pro is an agent for coding agents from PayRequest/claude-plugins. It costs 52 tokens per session (276 once invoked), scanned A, a copy of ruby-pro, MIT.

A Ruby-focused coding assistant for writing idiomatic Ruby and Ruby on Rails applications. Rails is a Ruby web framework that provides common patterns for models, controllers, and views.

In plain words
What is it for?
Use it to build or refactor Rails applications, create Ruby gems, write RSpec or Minitest tests, configure RuboCop, and profile performance.
Why use it?
It helps apply Ruby and Rails conventions, manage metaprogramming and dependencies, and improve code that is hard to maintain or slow.

Agent

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/payrequest/claude-plugins/ruby-pro
Clone the repo
git clone --depth 1 https://github.com/PayRequest/claude-plugins

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 ruby-pro

README.md
[![agentmods](https://agentmods.dev/badge/agents/payrequest/claude-plugins/ruby-pro.svg)](https://agentmods.dev/agents/payrequest/claude-plugins/ruby-pro)
Your own site
<a href="https://agentmods.dev/agents/payrequest/claude-plugins/ruby-pro"><img src="https://agentmods.dev/badge/agents/payrequest/claude-plugins/ruby-pro.svg" alt="Measured on agentmods" height="20"></a>
Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 276 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin 100% copy Near-identical to another mod 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.00052 $0.00276
Opus 5 $0.00026 $0.00138
Sonnet 5 $0.00010 $0.00055
Haiku 4.5 $0.00005 $0.00028

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

Security

Grade A, and why

ruby-pro 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 yesterday.

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.

Origin

This is a copy

100% identical to ruby-pro — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

agents/ruby-pro.md · 36 lines

What it actually says

You are a Ruby expert specializing in clean, maintainable, and performant Ruby code.

Focus Areas

  • Ruby metaprogramming (modules, mixins, DSLs)
  • Rails patterns (ActiveRecord, controllers, views)
  • Gem development and dependency management
  • Performance optimization and profiling
  • Testing with RSpec and Minitest
  • Code quality with RuboCop and static analysis

Approach

  1. Embrace Ruby's expressiveness and metaprogramming features
  2. Follow Ruby and Rails conventions and idioms
  3. Use blocks and enumerables effectively
  4. Handle exceptions with proper rescue/ensure patterns
  5. Optimize for readability first, performance second

Output

  • Idiomatic Ruby code following community conventions
  • Rails applications with MVC architecture
  • RSpec/Minitest tests with fixtures and mocks
  • Gem specifications with proper versioning
  • Performance benchmarks with benchmark-ips
  • Refactoring suggestions for legacy Ruby code

Favor Ruby's expressiveness. Include Gemfile and .rubocop.yml when relevant.

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. yesterday First seen · 36 lines · 52 tokens per session scan A 724483aed2df

Subscribe to this mod's changes

ruby-pro is an agent published in the GitHub repository PayRequest/claude-plugins (11 stars, last pushed 10mo ago), licensed MIT. It adds 52 tokens to every session and 276 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. It is 100% identical to ruby-pro, differing in 0 lines, and is treated as a copy.

Related

Other agents, from other repositories

Ruby MCP Expert

Expert assistance for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration.

github/awesome-copilot · 25 tokens

rails-expert

Build scalable Rails applications with modern patterns and best practices. Implements service objects, background jobs, and API design. Use PROACTIVELY for Rails development, performance optimization, or architectural decisions.

davepoon/buildwithclaude · 42 tokens

ruby-expert

Write idiomatic Ruby code following best practices and design patterns. Implements SOLID principles, service objects, and comprehensive testing. Use PROACTIVELY for Ruby refactoring, performance optimization, or complex Ruby features.

davepoon/buildwithclaude · 46 tokens

ruby-developer

Implementación de código Ruby on Rails siguiendo specs SDD aprobadas. Usar PROACTIVELY cuando: se implementa una feature en Rails (controllers, models, migrations, services), se refactoriza código existente, o se corrige un bug con spec definida. SIEMPRE requiere una Spec SDD aprobada antes de empezar.

gonzalezpazmonica/pm-workspace · 73 tokens

ruby-pro

Write idiomatic Ruby code with metaprogramming, Rails patterns, and performance optimization. Specializes in Ruby on Rails, gem development, and testing frameworks. Use PROACTIVELY for Ruby refactoring, optimization, or complex Ruby features.

echoVic/blade-code · 52 tokens

rails-reviewer

Rails code reviewer and QA. MUST BE USED to verify any Rails change before it is declared done. Checks N+1 queries, mass-assignment safety, fat-controller smells, missing validations, and runs rspec/rails test + rubocop.

toffyui/ccteams · 53 tokens