Curated library of 42 public AI agent skills for Ruby on Rails development, plus 5 callable workflow skills. Organized by category: planning, testing, code-quality, ddd, engines, infrastructure, api, patterns, context, orchestration, and workflows. Covers code review, architecture, security, testing (RSpec), engines, service objects, DDD patterns, and TDD automation.
96
96%
Does it follow best practices?
Impact
—
No eval scenarios have been run
Risky
Do not use without reviewing
AI-Driven Rails Engineering: We turn coding assistants into reliable engineers through structured workflows, action-oriented skills, and a non-negotiable TDD quality gate.
This documentation defines the "operating system" for your development.
Pick your current stage and follow the expert workflow.
| If you are... | Use this... |
|---|---|
| New to the project | load-context → Discovery Guide |
| Ready to build a feature | TDD Workflow |
| Reviewing code | Review Workflow |
| Not sure where to start | skill-router (The entry point) |
To save your token budget and keep the agent focused, we use a hybrid architecture:
workflows/) that the agent sees as "Resources". They tell the agent how to chain steps together.code-review or refactor-code). The agent loads them on-demand using the use_skill(name:) tool.| Stage | Guide | Description | Primary Skills |
|---|---|---|---|
| Discovery | Discovery & Context | Understand codebase & onboarding | load-context, setup-environment |
| Planning | Planning & Design | PRDs, tasks, and DDD | create-prd, generate-tasks, define-domain-language |
| Setup | Setup & Configuration | CI/CD & infrastructure | setup-environment, setup-ci-cd |
| Development | Development | TDD & Implementation | plan-tests, write-tests, triage-bug |
| Quality | Code Quality | Conventions & refactoring | apply-code-conventions, refactor-code, write-yard-docs |
| Review | Review & Validation | Review, security, & architecture | code-review, security-check, review-architecture |
| Engines | Engine Development | Building Rails engines | create-engine, release-engine |
We never write implementation code until a test exists, runs, and fails. No exceptions.
Skills are building blocks; workflows are the story. Follow the skill-router to find the right chain.
build
docs
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