Curated library of 41 public AI agent skills for Ruby on Rails development. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, and orchestration. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation. Repository workflows remain documented in GitHub but are intentionally excluded from the Tessl tile.
95
93%
Does it follow best practices?
Impact
96%
1.77xAverage score across 41 eval scenarios
Passed
No known issues
Step-by-step install and verification for the rails-agent-skills repository on each supported platform.
The recommended way to use this library is via the MCP Server Approach. The primary path for users is the official MCP distribution, with Docker available for repeatable installs and local Ruby/Bundler available for development or debugging.
The MCP server exposes docs and workflows as resources and loads skills on demand through the use_skill tool.
For complete MCP setup instructions, exact host-specific config snippets, Docker examples, official registry details, and troubleshooting, see mcp_server/README.md. That file is the canonical source of truth for MCP setup.
For shared team installs, use the versioned Docker image documented in mcp_server/README.md. The current public examples use:
igmarin/rails-agent-skills-mcp:5.1.5Clone the repo and install the MCP server dependencies:
git clone https://github.com/igmarin/rails-agent-skills.git ~/skills/rails-agent-skills
cd ~/skills/rails-agent-skills/mcp_server
bundle installThen configure your MCP host with the exact template from mcp_server/README.md. In Claude Code, opening the repo already picks up the bundled root .mcp.json.
If you do not want to manage a local Ruby toolchain, use the Docker setup documented in mcp_server/README.md.
If you cannot use MCP, you can symlink the CLAUDE.md or GEMINI.md files to your agent's global configuration directory.
ln -sf ~/skills/rails-agent-skills/CLAUDE.md ~/.claude/CLAUDE.mdln -s ~/skills/rails-agent-skills/GEMINI.md ~/.gemini/GEMINI.mdThe session-start hook automatically injects the skill-router bootstrap skill at the beginning of each session.
| Platform | Integration Method |
|---|---|
| Claude Code | Handled via ~/.claude/CLAUDE.md |
| Cursor / Windsurf | Handled via MCP resources/list |
| Gemini CLI | Handled via ~/.gemini/GEMINI.md |
| Issue | Solution |
|---|---|
| MCP Server Timeout | Ensure you are using absolute paths for both the command and BUNDLE_GEMFILE. |
| "Gem not found" | Run bundle install inside the mcp_server/ directory. |
| Skills not appearing | Restart your IDE or start a new Claude Code session (/reset). |
| Resource Bloat | The server is configured to hide individual skills. Use the use_skill tool to load them by name. |
docs
evals
scenario-1
scenario-2
scenario-3
scenario-4
scenario-5
scenario-6
scenario-7
scenario-8
scenario-9
scenario-10
scenario-11
scenario-12
scenario-13
scenario-14
scenario-15
scenario-16
scenario-17
scenario-18
scenario-19
scenario-20
scenario-21
scenario-22
scenario-23
scenario-24
scenario-25
scenario-26
scenario-27
scenario-28
scenario-29
scenario-30
scenario-31
scenario-32
scenario-33
scenario-34
scenario-35
scenario-36
scenario-37
scenario-38
scenario-39
scenario-40
scenario-41
mcp_server
skills
api
generate-api-collection
implement-graphql
code-quality
apply-code-conventions
apply-stack-conventions
assets
snippets
code-review
refactor-code
respond-to-review
review-architecture
security-check
context
load-context
setup-environment
ddd
define-domain-language
model-domain
review-domain-boundaries
engines
create-engine
create-engine-installer
document-engine
extract-engine
release-engine
review-engine
test-engine
upgrade-engine
infrastructure
implement-background-job
implement-hotwire
optimize-performance
review-migration
seed-database
version-api
orchestration
skill-router
patterns
create-service-object
implement-calculator-pattern
write-yard-docs
planning
create-prd
generate-tasks
plan-tickets
testing
plan-tests
test-service
triage-bug
write-tests
workflows