ThibautBaissacThibautBaissacCommunityยท49 Agent Skills Included

rails_ai_agents

Production-ready AI agent setup for Ruby on Rails development

Equips AI coding assistants with 19 Rails specialist agents, 26 slash commands, 18 skills, and 14 auto-loaded rules. Covers TDD workflows, code review, security audits, accessibility checks, database optimization, and Sentry error fixing. Eliminates manual prompt tuning by teaching agents Rails conventions, layered architecture, and production patterns out of the box.
npx skills add ThibautBaissac/rails_ai_agents --all -g -y
Available:

Tells the AI agent the project's Rails tech stack, architecture layers, naming conventions, and TDD workflow so it writes code that matches team standards.

All Skills in This Repository (49)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

authentication-flow

Automates Rails 8 authentication scaffolding with User, Session, and Current models.

Community
Advanced
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

rails-controller

Generate RESTful Rails controllers with TDD request specs and Pundit authorization.

Community
Advanced
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

viewcomponent-patterns

Build reusable ViewComponent-based UI blocks for Rails 8 applications.

Community
Intermediate
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

rails-model-generator

Scaffold Rails models through a TDD workflow from failing spec to green tests.

Community
Intermediate
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

rails-service-object

Refactor controller-heavy business logic into a dedicated service object.

Community
Intermediate
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

rails-query-object

Encapsulate complex Rails database queries into reusable query objects.

Community
Intermediate
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

form-object-patterns

Coordinate multi-model Rails form logic with an ApplicationForm base.

Community
Advanced
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

solid-queue-setup

Configure Solid Queue for background jobs in Rails 8.

Community
Advanced
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

authorization-pundit

Enforce policy-based access control in Rails apps with Pundit.

Community
Intermediate
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

action-mailer-patterns

Generate structured Action Mailer templates with tests and previews in Rails.

Community
Advanced
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

rails-concern

Generate Rails concerns with accompanying RSpec specs for models and controllers.

Community
Intermediate
๐Ÿ“ฆ In Repo
ThibautBaissacThibautBaissac

action-cable-patterns

Establishes reusable Cowrie-compatible honeypot network protocol simulation and capture workflows.

Community
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’