TopRank Skills

80,000+ Skills to Supercharge Claude

The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.

Showing 118511 results
MicrosoftDocs

code-expert

by MicrosoftDocs

star 403

Identifies definite errors in code samples including syntax errors, missing imports, and deprecated APIs. Use when asked...

MicrosoftDocs

code-freshness

by MicrosoftDocs

star 403

Reviews code samples for modern patterns, deprecated APIs, outdated dependencies, and alignment with current Microsoft b...

MicrosoftDocs

gap-analysis

by MicrosoftDocs

star 403

Identifies structural and topical gaps in documentation — missing sections, absent code samples, missing diagrams, incom...

MicrosoftDocs

optimize-seo

by MicrosoftDocs

star 403

Validates SEO metadata quality — description length, title/H1 match, and ms.topic correctness. Use when asked to check S...

MicrosoftDocs

temporal-references

by MicrosoftDocs

star 403

Detects stale dates, version numbers, and temporal language in body text. Use when asked to check for outdated dates or...

ThibautBaissac

feature-review

by ThibautBaissac

star 402

Reviews feature specifications for completeness, clarity, and quality. Scores specs, identifies gaps, generates missing...

ThibautBaissac

performance-optimization

by ThibautBaissac

star 402

Identifies and fixes Rails performance issues including N+1 queries, slow queries, and memory problems. Use when optimiz...

ThibautBaissac

37signals-caching

by ThibautBaissac

star 402

Implements HTTP caching with ETags, fresh_when, stale?, and fragment caching. Use when optimizing performance, adding ca...

ThibautBaissac

37signals-concerns

by ThibautBaissac

star 402

Creates and refactors model and controller concerns for shared behavior following 37signals patterns. Use when extractin...

ThibautBaissac

37signals-implement

by ThibautBaissac

star 402

Orchestrates implementation of complete Rails features across models, controllers, views, and tests following 37signals...

ThibautBaissac

37signals-review

by ThibautBaissac

star 402

Reviews code for adherence to 37signals Rails patterns and conventions. Checks for rich models, CRUD controllers, proper...

ThibautBaissac

37signals-state-records

by ThibautBaissac

star 402

Implements the state-as-records-not-booleans pattern for rich state tracking following 37signals conventions. Use when m...

ThibautBaissac

37signals-turbo

by ThibautBaissac

star 402

Creates Turbo Streams, Turbo Frames, and morphing patterns for real-time UI updates following 37signals conventions. Use...

ThibautBaissac

caching-strategies

by ThibautBaissac

star 402

Implements Rails caching patterns for performance optimization. Use when adding fragment caching, Russian doll caching,...

ThibautBaissac

code-review

by ThibautBaissac

star 402

Analyzes Rails code quality, architecture, and patterns without modifying code. Use when the user wants a code review, q...

ThibautBaissac

action-cable-patterns

by ThibautBaissac

star 402

Implements real-time features with Action Cable and WebSockets. Use when adding live updates, chat features, notificatio...

ThibautBaissac

presenter-agent

by ThibautBaissac

star 402

Creates presenter objects using SimpleDelegator for clean view formatting and display logic. Use when extracting view lo...

ThibautBaissac

rails-presenter

by ThibautBaissac

star 402

Creates presenter objects for view formatting using SimpleDelegator pattern with TDD. Use when extracting view logic fro...

ThibautBaissac

active-storage-setup

by ThibautBaissac

star 402

Configures Active Storage for file uploads with variants and direct uploads. Use when adding file uploads, image attachm...

ThibautBaissac

authorization-pundit

by ThibautBaissac

star 402

Implements policy-based authorization with Pundit for resource access control. Use when adding authorization rules, chec...

ThibautBaissac

solid-queue-setup

by ThibautBaissac

star 402

Configures Solid Queue for background jobs in Rails 8. Use when setting up background processing, creating background jo...

better-auth

better-icons

by better-auth

star 402

Use when working with icons in any project. Provides CLI for searching 200+ icon libraries (Iconify) and retrieving SVGs...

ThibautBaissac

job-agent

by ThibautBaissac

star 402

Creates idempotent, well-tested background jobs using Solid Queue with proper error handling and retry logic. Use when c...

ThibautBaissac

37signals-jobs

by ThibautBaissac

star 402

Implements shallow background jobs with _later/_now conventions using Solid Queue. Use when adding background processing...