rails skills

68 tagged rails, measured the same way as everything else here.

Browse within: ruby 58dotfiles 24macos 24vim 24zsh 24ruby-gem 18rails-way 7vanilla-rails 7

real-world-rails

01

steveclarke/real-world-rails

Skill Claude CodeCodex

Research how production Rails apps solve architectural problems using the Real World Rails repository. Use when the user wants to know how other apps handle something, find patterns, or compare approaches. Triggers on "rails patterns", "how do other apps", "real world rails", "research how apps do".

538 8d ago A 64 tokens original MIT

layered-rails

02

palkan/layered-rails-skills

Skill Claude CodeCodex

Write, refactor, and review Rails code using layered architecture principles from "Layered Design for Ruby on Rails Applications". Use when writing or refactoring Rails code — models, controllers, services, jobs, mailers, policies, forms, query objects, presenters, view components, state machines, serializers, or…

428 12d ago A 225 tokens

autopilot-batch

03

joshukraine/dotfiles

Skill Claude CodeCodex

Fan out a batch of autopilot-queued issues to parallel background worktree subagents — each runs /autopilot at the build model from its 'model:' label — with a gating review at Opus 5 or above and never below the build (Opus reviews Sonnet and Opus builds, Fable reviews Fable builds).

422 20d ago A 75 tokens original MIT

autopilot

04

joshukraine/dotfiles

Skill Claude CodeCodex

Carry a well-scoped GitHub issue through the full dev loop autonomously, stopping at a per-run tier boundary (PR-ready, or merge+deploy for small reversible changes).

422 20d ago A 40 tokens original MIT

todoist-cli

05

joshukraine/dotfiles

Skill Claude CodeCodex

Manage Todoist tasks, projects, labels, filters, sections, comments, reminders, and workspaces via the td CLI. Use when the user wants to view, create, update, complete, or organize Todoist items, or mentions tasks, inbox, today, upcoming, projects, labels, or filters.

422 20d ago A 68 tokens original MIT

thoughtbot/rails-audit-thoughtbot

Skill Claude CodeCodex

Perform comprehensive code audits of Ruby on Rails applications based on thoughtbot best practices. Use this skill when the user requests a code audit, code review, quality assessment, or analysis of a Rails application. The skill analyzes the entire codebase focusing on testing practices (RSpec), security…

244 11d ago B 130 tokens original MIT

code-review

07

lylo/pagecord

Skill Claude CodeCodex

Review Ruby and Rails code as a principal engineer. Use when the user asks for a code review, PR review, diff review, or wants risks, regressions, security issues, Rails idiom problems, UI state issues, or test gaps identified before merging.

188 3d ago A 55 tokens

lylo/pagecord

Skill Claude CodeCodex

Apply core Ruby on Rails best practices for architecture, naming, RESTful routing, authorisation, safety, and maintainability. Use by default for Rails coding, refactoring, debugging, feature implementation, migrations, controller/model changes, and code review tasks so baseline standards stay consistent.

188 3d ago A 63 tokens

ui-review

09

lylo/pagecord

Skill Claude CodeCodex

Review UI changes for state, timing, redirects, async behaviour, and browser-level test gaps. Use when the user asks specifically for a UI review or frontend workflow review.

188 3d ago A 37 tokens

maquina-app/maquina_components

Skill Claude CodeCodex

Build consistent, accessible UIs in Rails using maquinacomponents. Use this skill when implementing UI for features, creating views, building forms, or reviewing UI specs. Triggers on view creation, UI implementation, form building, layout design, or mentions of maquinacomponents usage.

139 15d ago A 61 tokens original MIT

nuke-on-rails

11

nuke-on-rails/nuke-on-rails

Skill Claude CodeCodex

Full health and security audit for Rails apps, the review a principal engineer would do. Runs rubycritic, Brakeman, bundler-audit and rubyaudit, triages every finding with the LLM as judge, brings an OWASP Top 10 arsenal of checks for what scanners miss, and returns one impact-ranked action plan. Use for a Rails…

69 1mo ago A 105 tokens original MIT

gh-stack

12

iuhoay/skills

Skill Claude CodeCodex

Manage GitHub stacked pull requests with the official gh stack extension (github/gh-stack). Use for stack creation, viewing, edits, push, submit, sync, rebase, merge, or checkout; when asked to split or isolate work for review; whenever the user mentions a stack, branch layers, dependent PRs, "stacked PR", "PR stack"…

53 6d ago A 90 tokens

herdr-subagents

13

iuhoay/skills

Skill Claude CodeCodex

Spawn and coordinate subagents as real herdr panes. Use when the user asks to delegate work to subagents — review, implement, research, or parallel tasks — while running inside herdr; when the user says "subagent", "spawn an agent", "delegate to", "parallel agents", "use herdr panes", or wants visible/detachable agent…

53 6d ago A 87 tokens

vanilla-rails

14

iuhoay/skills

Skill Claude CodeCodex

Apply Vanilla Rails (37signals/Basecamp) as the default architecture when writing or changing Rails code: thin controllers, rich models, no service/query/interactor layer unless genuinely justified. Load this skill when creating or editing controllers, models, jobs, concerns, mailers, routes, or form objects; when…

53 6d ago A 146 tokens

esparkman/claude-rubycritic-skill

Skill Claude CodeCodex

Analyze Ruby and Rails code quality with RubyCritic. Identifies code smells, complexity issues, and refactoring opportunities. Provides detailed metrics, scores files A-F, compares branches, and prioritizes high-churn problem areas. Use when analyzing Ruby code quality, reviewing PRs, or identifying technical debt.

17 9mo ago A 68 tokens original MIT

rails-load-defaults

16

ombulabs/claude-code_rails-load-defaults-skill

Skill Claude CodeCodex

Incrementally upgrade Rails config.loaddefaults by walking through each newframeworkdefaults config one at a time. Use this skill whenever the user mentions loaddefaults upgrade, newframeworkdefaults, framework defaults, or wants to bring their Rails app's default configuration up to match their Rails version. Also…

17 12d ago A 120 tokens original MIT

Shoebtamboli/rails_claude_skills

Skill Claude CodeCodex

RESTful API controller patterns for Ruby on Rails. Use when: (1) Building JSON APIs, (2) API versioning, (3) Error handling and status codes, (4) Authentication with tokens/JWT, (5) Rate limiting, (6) CORS configuration, (7) Pagination and filtering, (8) API documentation, (9) Testing API endpoints.

14 2mo ago A 82 tokens original MIT

Shoebtamboli/rails_claude_skills

Skill Claude CodeCodex

Authorization and permissions management for Ruby on Rails applications using CanCanCan. Use when: (1) Implementing role-based access control (RBAC), (2) Defining user permissions and abilities, (3) Restricting resource access in controllers, (4) Filtering queries based on user permissions, (5) Hiding/showing UI…

14 2mo ago A 109 tokens original MIT

rails-jobs

19

Shoebtamboli/rails_claude_skills

Skill Claude CodeCodex

Use when setting up background jobs, caching, or WebSockets - SolidQueue, SolidCache, SolidCable (TEAM RULE.

14 2mo ago A 28 tokens original MIT

dual-boot

20

ombulabs/claude-code_dual-boot-skill

Skill Claude CodeCodex

Sets up and manages dual-boot Ruby and Rails environments using the nextrails gem. Helps configure Gemfile for running two versions of Rails, Ruby, or any core dependency simultaneously, set up CI for both versions, use NextRails.next? for version-dependent code, and clean up after the upgrade is complete. Based on…

13 1mo ago A 84 tokens original MIT

adammiribyan/wide_events

Skill Claude CodeCodex

Use when investigating production behavior by querying wide events (a slow route, an error spike, a suspicious deploy, "why is this happening for account X"). Covers the data model, the symptom-to-query workflow, and standing queries worth running.

11 26d ago A 54 tokens original MIT

adammiribyan/wide_events

Skill Claude CodeCodex

Use when adding or changing app code that should be observable in production: new features, slow paths, rescue blocks, background jobs. Covers the WideEvent API (set/phase/error!), attribute naming conventions, the registry workflow, and test assertions.

11 26d ago A 54 tokens original MIT

adammiribyan/wide_events

Skill Claude CodeCodex

Use when a human asks to set up, deploy, or finish deploying the bundled Wide Events DuckDB store (the Kamal accessory that receives production telemetry). Covers the store generator, DNS, kamal setup, and post-deploy verification end to end.

11 26d ago A 58 tokens original MIT