Skip to main content
GitHub repository

rails_claude_skills

rails_claude_skills contains 17 collected skills from Shoebtamboli, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
17
Stars
14
updated
2025-12-25
Forks
0
Occupation coverage
6 occupation categories · 100% classified
repository explorer

Skills in this repository

create-task-files
project-management-specialists

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".

2025-12-25
minitest-testing
software-quality-assurance-analysts-and-testers

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.

2025-12-25
plan-feature
software-developers

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".

2025-12-25
rails-deployment
network-and-computer-systems-administrators

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.

2025-12-25
refine-requirements
project-management-specialists

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".

2025-12-25
rails-pagination-kaminari
software-developers

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

2025-12-21
rails-authorization-cancancan
software-developers

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

2025-12-21
rails-api-controllers
web-developers

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

2025-12-17
rails-auth-with-devise
software-developers

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

2025-12-17
rails-debugging
software-developers

Use when debugging Rails issues - provides Rails-specific debugging tools (logs, console, byebug, SQL logging) integrated with systematic debugging process

2025-12-17
rails-jobs
software-developers

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

2025-12-17
rails-mailers
software-developers

Use when sending emails - ActionMailer with async delivery via SolidQueue, templates, previews, and testing

2025-12-17
rails-controllers
web-developers

Controller actions, routing, REST conventions, filters, and response handling

2025-12-16
rails-hotwire
web-developers

Hotwire (Turbo Drive, Turbo Frames, Turbo Streams, Stimulus)

2025-12-16
rails-models
database-architects

ActiveRecord patterns, migrations, validations, callbacks, associations

2025-12-16
rails-views
web-developers

ERB templates, helpers, layouts, partials, and view patterns

2025-12-16
tailwindcss
web-developers

TailwindCSS utility-first styling for Rails

2025-12-16