Shoebtamboli/rails_claude_skills Skills
(18)Browse AI agent skills from Shoebtamboli/rails_claude_skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
create-task-files
Shoebtamboli/rails_claude_skills
Export tasks from TodoWrite or feature plans into structured markdown files (epic, user-story, bug, issue) in a tasks/ directory. Use when the user wants to create task files, export tasks, track work in files, or mentions "create tasks", "export", "epic", "user story".
minitest-testing
Shoebtamboli/rails_claude_skills
Write, review, and improve Minitest tests for Ruby on Rails applications. Covers model tests, controller tests, system tests, fixtures, and best practices from Rails Testing Guide.
plan-feature
Shoebtamboli/rails_claude_skills
Gather requirements, analyze codebase, and create structured task lists before starting Rails feature development. Use when planning new features, starting development work, breaking down requirements, or when the user mentions "plan", "requirements", "tasks", or "kickoff".
rails-api-controllers
Shoebtamboli/rails_claude_skills
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
rails-auth-with-devise
Shoebtamboli/rails_claude_skills
Complete authentication setup for Ruby on Rails applications using Devise. Use when: (1) Setting up user authentication in a Rails app, (2) Adding sign in/sign up/sign out functionality, (3) Implementing email confirmation, password recovery, or account locking, (4) Configuring OmniAuth social login, (5) Adding multiple user models (User/Admin), (6) Customizing Devise views or controllers, (7) Testing authentication with RSpec/Minitest, (8) API authentication setup
rails-authorization-cancancan
Shoebtamboli/rails_claude_skills
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 elements based on authorization, (6) Testing authorization logic, (7) Managing admin vs user vs guest permissions, (8) Implementing attribute-based access control
rails-controllers
Shoebtamboli/rails_claude_skills
Controller actions, routing, REST conventions, filters, and response handling
rails-debugging
Shoebtamboli/rails_claude_skills
Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process
rails-deployment
Shoebtamboli/rails_claude_skills
Deploy Rails applications to production using Kamal, Docker, and modern deployment strategies. Covers zero-downtime deployments, environment management, database migrations, SSL/TLS, and production configurations.
rails-hotwire
Shoebtamboli/rails_claude_skills
Hotwire (Turbo Drive, Turbo Frames, Turbo Streams, Stimulus)
rails-jobs
Shoebtamboli/rails_claude_skills
Use when setting up background jobs, caching, or WebSockets - SolidQueue, SolidCache, SolidCable (TEAM RULE #1 - NEVER Sidekiq/Redis)
rails-mailers
Shoebtamboli/rails_claude_skills
Use when sending emails - ActionMailer with async delivery via SolidQueue, templates, previews, and testing
rails-models
Shoebtamboli/rails_claude_skills
ActiveRecord patterns, migrations, validations, callbacks, associations
rails-pagination-kaminari
Shoebtamboli/rails_claude_skills
Pagination for Ruby on Rails applications using Kaminari. Use when: (1) Implementing pagination for database records, (2) Building paginated API endpoints, (3) Customizing pagination UI with themes, (4) Handling large datasets efficiently, (5) Creating infinite scroll, (6) Paginating arrays or custom collections, (7) Adding SEO-friendly pagination URLs, (8) Internationalizing pagination labels
rails-views
Shoebtamboli/rails_claude_skills
ERB templates, helpers, layouts, partials, and view patterns
refine-requirements
Shoebtamboli/rails_claude_skills
Refine and clarify feature requirements by asking targeted follow-up questions, then update or create tasks based on answers. Use after initial planning when requirements need clarification, or when the user mentions "refine", "clarify", "more details", or "questions".
rspec-testing
Shoebtamboli/rails_claude_skills
This skill should be used when writing, reviewing, or improving RSpec tests for Ruby on Rails applications. Use this skill for all testing tasks including model specs, controller specs, system specs, component specs, service specs, and integration tests. The skill provides comprehensive RSpec best practices from Better Specs and thoughtbot guides.
tailwindcss
Shoebtamboli/rails_claude_skills
TailwindCSS utility-first styling for Rails