.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/thibautbaissac/rails_ai_agents
home/skills/thibautbaissac/rails_ai_agents
thibautbaissac avatar

thibautbaissac/rails_ai_agents

21 skills

View on GitHub
$npx skills add thibautbaissac/rails_ai_agents
SkillInstalls
accessibility-reviewAudits Rails application accessibility against WCAG 2.2 Level AA, detects violations with axe-core / Lighthouse / Pa11y, and reports remediation guidance for…—action-cable-patternsImplements real-time features with Action Cable and WebSockets.—active-storage-setupConfigures Active Storage for file uploads with variants and direct uploads.—api-patternsapi-versioningImplements RESTful API design with versioning and request specs.—authentication-flowImplements authentication using Rails 8 built-in generator. Use when setting up user authentication, login/logout, session management, password reset flows, or…—behavioral-guidelinesBehavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes,…—caching-strategiesImplements Rails caching patterns for performance optimization.—code-reviewAnalyzes Rails code quality, architecture, and patterns without modifying code.—codex-reviewGet an independent second opinion from OpenAI Codex CLI on a plan, diff, spec, or Claude's last response.—dependabot-reviewReviews Dependabot gem upgrade PRs for breaking changes, codebase impact, and merge readiness.—extraction-timingGuides decisions about when and how to extract code into services, queries, concerns, form objects, or other patterns.—friction-reviewMulti-axis adversarial review using friction engineering. Routes a spec, plan, ADR, service design, schema, or any design artifact through 5 specialized…—i18n-patternsImplements internationalization with Rails I18n for multi-language support.—mutation-testingRun mutant, read mutation reports, fix alive mutations, and verify coverage.—performance-optimizationIdentifies and fixes Rails performance issues including N+1 queries, slow queries, and memory problems.—postgres-patternsPostgreSQL database patterns for query optimization, schema design, indexing, and security.—rails-architectureGuides modern Rails 8 code architecture decisions and patterns.—rails-concernCreates Rails concerns for shared behavior across models or controllers with TDD.—security-auditAudits Rails application security against OWASP Top 10, detects vulnerabilities with Brakeman, and verifies Pundit authorization policies.—solid-queue-setupConfigures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jobs, configuring job queues, or…—