github.com/fernandezbaptiste/rails_ai_agents
| Skill | Added | Review |
|---|---|---|
api-versioning skills/api-versioning/SKILL.md Implements RESTful API design with versioning and request specs. Use when building APIs, adding API endpoints, versioning APIs, or when user mentions REST, JSON API, or API design. | 84 84 1.26x Agent success vs baseline Impact 100% 1.26xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
active-storage-setup skills/active-storage-setup/SKILL.md Configures Active Storage for file uploads with variants and direct uploads. Use when adding file uploads, image attachments, document storage, generating thumbnails, or when user mentions Active Storage, file upload, attachments, or image processing. | 64 64 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 15fdeaf | |
action-cable-patterns skills/action-cable-patterns/SKILL.md Implements real-time features with Action Cable and WebSockets. Use when adding live updates, chat features, notifications, real-time dashboards, or when user mentions Action Cable, WebSockets, channels, or real-time. | 92 92 1.35x Agent success vs baseline Impact 100% 1.35xAverage score across 3 eval scenarios Securityby Low Low-risk findings worth noting Reviewed: Version: 15fdeaf | |
authentication-flow skills/authentication-flow/SKILL.md Implements authentication using Rails 8 built-in generator. Use when setting up user authentication, login/logout, session management, password reset flows, or securing controllers. | 87 87 1.21x Agent success vs baseline Impact 84% 1.21xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
form-object-patterns skills/form-object-patterns/SKILL.md Creates form objects for complex form handling with TDD. Use when building multi-model forms, search forms, wizard forms, or when user mentions form objects, complex forms, virtual models, or non-persisted forms. | 91 91 1.31x Agent success vs baseline Impact 100% 1.31xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
rails-query-object skills/rails-query-object/SKILL.md Creates query objects for complex database queries following TDD. Use when encapsulating complex queries, aggregating statistics, building reports, or when user mentions queries, stats, dashboards, or data aggregation. | 66 66 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 15fdeaf | |
performance-optimization skills/performance-optimization/SKILL.md Identifies and fixes Rails performance issues including N+1 queries, slow queries, and memory problems. Use when optimizing queries, fixing N+1 issues, improving response times, or when user mentions performance, slow, optimization, or Bullet gem. | 85 85 1.01x Agent success vs baseline Impact 89% 1.01xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
caching-strategies skills/caching-strategies/SKILL.md Implements Rails caching patterns for performance optimization. Use when adding fragment caching, Russian doll caching, low-level caching, cache invalidation, or when user mentions caching, performance, cache keys, or memoization. | 92 92 1.09x Agent success vs baseline Impact 100% 1.09xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
tdd-cycle skills/tdd-cycle/SKILL.md Guides Test-Driven Development workflow with Red-Green-Refactor cycle. Use when the user wants to implement a feature using TDD, write tests first, follow test-driven practices, or mentions red-green-refactor. | 89 89 1.72x Agent success vs baseline Impact 93% 1.72xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
rails-architecture skills/rails-architecture/SKILL.md Guides modern Rails 8 code architecture decisions and patterns. Use when deciding where to put code, choosing between patterns (service objects vs concerns vs query objects), designing feature architecture, refactoring for better organization, or when user mentions architecture, code organization, design patterns, or layered design. | 93 93 1.40x Agent success vs baseline Impact 97% 1.40xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
viewcomponent-patterns skills/viewcomponent-patterns/SKILL.md Creates ViewComponents for reusable UI elements with TDD. Use when building reusable UI components, extracting complex partials, creating cards/tables/badges/modals, or when user mentions ViewComponent, components, or reusable UI. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 15fdeaf | |
rails-presenter skills/rails-presenter/SKILL.md Creates presenter objects for view formatting using SimpleDelegator pattern with TDD. Use when extracting view logic from models, formatting data for display, creating badges/labels, or when user mentions presenters, view models, formatting, or display helpers. | 90 90 1.40x Agent success vs baseline Impact 93% 1.40xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
rails-model-generator skills/rails-model-generator/SKILL.md Creates Rails models using TDD approach - spec first, then migration, then model. Use when creating new models, adding model validations, defining associations, or setting up database tables. | 94 94 1.28x Agent success vs baseline Impact 100% 1.28xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
rails-controller skills/rails-controller/SKILL.md Creates Rails controllers with TDD approach - request spec first, then implementation. Use when creating new controllers, adding controller actions, implementing CRUD operations, or when user mentions controllers, routes, or API endpoints. | 72 72 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 15fdeaf | |
action-mailer-patterns skills/action-mailer-patterns/SKILL.md Implements transactional emails with Action Mailer and TDD. Use when creating email templates, notification emails, password resets, email previews, or when user mentions mailer, email, notifications, or transactional emails. | 90 90 1.25x Agent success vs baseline Impact 95% 1.25xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
i18n-patterns skills/i18n-patterns/SKILL.md Implements internationalization with Rails I18n for multi-language support. Use when adding translations, managing locales, localizing dates/currencies, pluralization, or when user mentions i18n, translations, locales, or multi-language. | 87 87 1.25x Agent success vs baseline Impact 100% 1.25xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
rails-service-object skills/rails-service-object/SKILL.md Creates service objects following single-responsibility principle with comprehensive specs. Use when extracting business logic from controllers, creating complex operations, implementing interactors, or when user mentions service objects or POROs. | 88 88 1.19x Agent success vs baseline Impact 100% 1.19xAverage score across 3 eval scenarios Securityby Medium Suggest reviewing before use Reviewed: Version: 15fdeaf | |
hotwire-patterns skills/hotwire-patterns/SKILL.md Implements Hotwire patterns with Turbo Frames, Turbo Streams, and Stimulus controllers. Use when building interactive UIs, real-time updates, form handling, partial page updates, or when user mentions Turbo, Stimulus, or Hotwire. | 75 75 Impact — No eval scenarios have been run Securityby Passed No findings from the security scan Version: 15fdeaf | |
authorization-pundit skills/authorization-pundit/SKILL.md Implements policy-based authorization with Pundit for resource access control. Use when adding authorization rules, checking permissions, restricting actions, role-based access, or when user mentions Pundit, policies, authorization, or permissions. | 86 86 1.04x Agent success vs baseline Impact 93% 1.04xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
solid-queue-setup skills/solid-queue-setup/SKILL.md Configures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jobs, configuring job queues, or migrating from Sidekiq to Solid Queue. | 91 91 1.66x Agent success vs baseline Impact 90% 1.66xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
rails-concern skills/rails-concern/SKILL.md Creates Rails concerns for shared behavior across models or controllers with TDD. Use when extracting shared code, creating reusable modules, DRYing up models/controllers, or when user mentions concerns, modules, mixins, or shared behavior. | 91 91 1.05x Agent success vs baseline Impact 96% 1.05xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf | |
database-migrations skills/database-migrations/SKILL.md Creates safe database migrations with proper indexes and rollback strategies. Use when creating tables, adding columns, creating indexes, handling zero-downtime migrations, or when user mentions migrations, schema changes, or database structure. | 89 89 1.34x Agent success vs baseline Impact 85% 1.34xAverage score across 3 eval scenarios Securityby Passed No findings from the security scan Reviewed: Version: 15fdeaf |