80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
Identifies definite errors in code samples including syntax errors, missing imports, and deprecated APIs. Use when asked...
Reviews code samples for modern patterns, deprecated APIs, outdated dependencies, and alignment with current Microsoft b...
Identifies structural and topical gaps in documentation — missing sections, absent code samples, missing diagrams, incom...
Validates SEO metadata quality — description length, title/H1 match, and ms.topic correctness. Use when asked to check S...
Detects stale dates, version numbers, and temporal language in body text. Use when asked to check for outdated dates or...
Reviews feature specifications for completeness, clarity, and quality. Scores specs, identifies gaps, generates missing...
Identifies and fixes Rails performance issues including N+1 queries, slow queries, and memory problems. Use when optimiz...
Implements HTTP caching with ETags, fresh_when, stale?, and fragment caching. Use when optimizing performance, adding ca...
Creates and refactors model and controller concerns for shared behavior following 37signals patterns. Use when extractin...
Orchestrates implementation of complete Rails features across models, controllers, views, and tests following 37signals...
Reviews code for adherence to 37signals Rails patterns and conventions. Checks for rich models, CRUD controllers, proper...
Implements the state-as-records-not-booleans pattern for rich state tracking following 37signals conventions. Use when m...
Creates Turbo Streams, Turbo Frames, and morphing patterns for real-time UI updates following 37signals conventions. Use...
Implements Rails caching patterns for performance optimization. Use when adding fragment caching, Russian doll caching,...
Analyzes Rails code quality, architecture, and patterns without modifying code. Use when the user wants a code review, q...
Implements real-time features with Action Cable and WebSockets. Use when adding live updates, chat features, notificatio...
Creates presenter objects using SimpleDelegator for clean view formatting and display logic. Use when extracting view lo...
Creates presenter objects for view formatting using SimpleDelegator pattern with TDD. Use when extracting view logic fro...
Configures Active Storage for file uploads with variants and direct uploads. Use when adding file uploads, image attachm...
Implements policy-based authorization with Pundit for resource access control. Use when adding authorization rules, chec...
Configures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jo...
better-icons
by better-auth
Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs...
Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic. Use when c...