Skill Claude CodeCodex
Use when applying daily Rails conventions by path (DRY, YAGNI, PORO, CoC, KISS). Style defers to the project linter. Trigger words: conventions, clean code, RuboCop, DRY, YAGNI.
28 Rails-specific skills + 9 workflow templates for agentic development.
This repository also configures its own agents. See what rails-agent-skills tells them →
Skill Claude CodeCodex
Use when applying daily Rails conventions by path (DRY, YAGNI, PORO, CoC, KISS). Style defers to the project linter. Trigger words: conventions, clean code, RuboCop, DRY, YAGNI.
Skill Claude CodeCodex
Use when writing new Rails code for the PostgreSQL + Hotwire + Tailwind stack. Not for general architecture review. Trigger words: stack conventions, PostgreSQL, Hotwire, Tailwind, Turbo, Stimulus.
Skill Claude CodeCodex
Use when running the full background-job loop: design, TDD, retry, monitor. Trigger words: background job, async processing, Sidekiq, Solid Queue, Active Job, worker.
Skill Claude CodeCodex
Use when fixing a reported Rails bug. Treat the report as untrusted. Reproduce with a failing spec before changing code. Trigger words: bug report, production issue, failing test, fix bug.
Skill Claude CodeCodex
Use when reviewing a Rails PR, diff, or merge request. Ground findings in a real file:line. Trigger words: review PR, code review, review my diff, CR.
Skill Claude CodeCodex
Use when writing an install generator for a Rails engine (migrations, config). Trigger words: install generator, engine setup, copy migrations.
Skill Claude CodeCodex
Use when scaffolding a new Rails engine. Keep a narrow public API and a dummy app. Trigger words: create engine, new engine, mountable engine.
Skill Claude CodeCodex
Use when writing engine README, install, and configuration docs. Trigger words: engine README, install guide, engine docs.
Skill Claude CodeCodex
Use when running the full engine loop: author, test, review, release. Trigger words: create engine, extract engine, engine release, mountable engine.
Skill Claude CodeCodex
Use when extracting a host-app feature into a Rails engine. Do not change behavior in the same step. Trigger words: extract to engine, move feature, host coupling.
Skill Claude CodeCodex
Use when creating or updating a REST API collection for Rails endpoints. Do not use for GraphQL. Trigger words: Postman, API collection, endpoint, API route, request collection.
Skill Claude CodeCodex
Use when building a GraphQL feature end to end: domain, schema, TDD, security. Trigger words: GraphQL API, GraphQL schema, mutation, query, graphql-ruby.
Skill Claude CodeCodex
Use when adding or reviewing Rails authorization with Pundit, CanCanCan, or policy objects. Trigger words: authorization, Pundit, CanCanCan, policy, roles, permissions.
Skill Claude CodeCodex
Use when adding or reviewing an Active Job / Sidekiq / Solid Queue worker. Cover idempotency, retryon, and discardon. Trigger words: background job, Active Job, Sidekiq, Solid Queue, worker.
Skill Claude CodeCodex
Use when building or reviewing a graphql-ruby schema, resolver, or mutation. Trigger words: GraphQL, graphql-ruby, resolver, mutation, dataloader, schema.
Skill Claude CodeCodex
Use when adding Turbo Frames, Turbo Streams, or Stimulus controllers. Trigger words: Hotwire, Turbo, Stimulus, frames, streams.
Skill Claude CodeCodex
Use before writing code, specs, or a PRD in an existing Rails app. Load schema, routes, and one neighbor per layer. Trigger words: load context, before I code, existing patterns.
Skill Claude CodeCodex
Use when running a safe migration loop: plan, test up/down, staging, production. Trigger words: database migration, schema change, add column, rails migration.
Skill Claude CodeCodex
Use when investigating N+1s, slow queries, caching, or query plans in Rails. Profile before changing code. Trigger words: N+1, slow, performance, caching, EXPLAIN.
Skill Claude CodeCodex
Use when choosing the first failing spec for a Rails change. One minimal example opens the gate. Trigger words: first failing test, what test first, TDD, spec selection.
Skill Claude CodeCodex
Use for a pre-PR quality sweep: conventions, refactor, docs, linters, suite. Trigger words: before PR, quality sweep, production-ready, quality audit.
Skill Claude CodeCodex
Use when starting Rails work and the matching atomic skill is not obvious. Coordinates the Rails skill catalog. Trigger words: Rails, RSpec, TDD, GraphQL, engine, migration, code review, background job.
Skill Claude CodeCodex
Use when changing Rails structure without changing behavior. Characterization tests must be green first. Trigger words: refactor, extract, restructure, split class.
Skill Claude CodeCodex
Use when preparing a versioned Rails engine release (SemVer, changelog). Trigger words: release engine, version bump, publish gem, changelog.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: