rails_ai_agents
Production-ready AI agent setup for Ruby on Rails development
All Skills in This Repository (49)
Pure Emerald Level Indicatorsauthentication-flow
Automates Rails 8 authentication scaffolding with User, Session, and Current models.
rails-controller
Generate RESTful Rails controllers with TDD request specs and Pundit authorization.
viewcomponent-patterns
Build reusable ViewComponent-based UI blocks for Rails 8 applications.
rails-model-generator
Scaffold Rails models through a TDD workflow from failing spec to green tests.
rails-service-object
Refactor controller-heavy business logic into a dedicated service object.
rails-query-object
Encapsulate complex Rails database queries into reusable query objects.
form-object-patterns
Coordinate multi-model Rails form logic with an ApplicationForm base.
solid-queue-setup
Configure Solid Queue for background jobs in Rails 8.
authorization-pundit
Enforce policy-based access control in Rails apps with Pundit.
action-mailer-patterns
Generate structured Action Mailer templates with tests and previews in Rails.
rails-concern
Generate Rails concerns with accompanying RSpec specs for models and controllers.
action-cable-patterns
Establishes reusable Cowrie-compatible honeypot network protocol simulation and capture workflows.
Frequently Asked Questions
FAQPage SchemaHow to install Rails AI Agents?โผ
Run `npx skills add ThibautBaissac/rails_ai_agents --all -g -y` in your terminal to install the full suite globally.
What does Rails AI Agents do?โผ
It gives your AI assistant deep Rails knowledge: specialist agents for models, controllers, jobs, and mailers, plus skills for security audits, accessibility reviews, and performance optimization.
Does it work with Claude Code, Codex, and Copilot?โผ
Yes. The repo ships mirrored skill directories and instruction files so the same conventions work in Claude Code, OpenAI Codex, and GitHub Copilot.
Can it run security and accessibility audits?โผ
Yes. Built-in skills run Brakeman-based OWASP security audits and WCAG 2.2 AA accessibility reviews with concrete fix suggestions.
Do I need to write code to use it?โผ
No. Once installed, you describe what you want in plain English and the agents follow Rails best practices automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core