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
IvanWeissVanDerPol

excel-export-validator

by IvanWeissVanDerPol

star 0

Validates Customer Feedback Analyzer Excel exports with 7 view sheets, 36 columns, and professional formatting. Use when...

iciakky

error-troubleshooter

by iciakky

star 0

Automatically troubleshoot unexpected results OR command/script errors without user request. Triggers when: (1) unexpect...

iciakky

debug

by iciakky

star 0

Apply systematic debugging methodology using medical differential diagnosis principles. Trigger when AI modifies working...

djankies

validating-type-assertion...

by djankies

star 0

Teaches when type assertions are safe versus dangerous in TypeScript. Use when considering using 'as' keyword, type cast...

djankies

configuring-vitest-4

by djankies

star 0

Configure Vitest 4.x with correct pool architecture, coverage settings, and multi-project setup. Use when creating or mo...

djankies

using-cache-directive

by djankies

star 0

Teach Cache Components model with 'use cache' directive in Next.js 16. Use when implementing caching, optimizing perform...

djankies

template-based-generation...

by djankies

star 0

[REPLACE] Generate structured content from templates. Use when [REPLACE with specific triggers].

djankies

preventing-error-exposure

by djankies

star 0

Prevent leaking database errors and P-codes to clients. Use when implementing API error handling or user-facing error me...

djankies

upgrading-to-prisma-6

by djankies

star 0

Migrate from Prisma 5 to Prisma 6 handling breaking changes including Buffer to Uint8Array, implicit m-n PK changes, Not...

djankies

using-interactive-transac...

by djankies

star 0

Use interactive transactions with $transaction callback for atomic operations and automatic rollback. Use when operation...

djankies

reviewing-tailwind-patter...

by djankies

star 0

Review Tailwind CSS v4 patterns for configuration, theming, and utility usage. Use when reviewing CSS files, Vite config...

djankies

conditional-domain-specif...

by djankies

star 0

[REPLACE] Apply domain-specific logic based on detected context. Use when [REPLACE with specific triggers].

djankies

validating-query-inputs

by djankies

star 0

Validate all external input with Zod before Prisma operations. Use when accepting user input, API requests, or form data...

djankies

using-cache-lifecycle-api...

by djankies

star 0

Teach cache lifecycle APIs in Next.js 16 - cacheLife(), cacheTag(), updateTag(), refresh(), revalidateTag(). Use when ma...

djankies

avoiding-non-null-asserti...

by djankies

star 0

Avoid non-null assertion operator (!) and use type-safe alternatives instead

djankies

configuring-serverless-cl...

by djankies

star 0

Configure PrismaClient for serverless (Next.js, Lambda, Vercel) with connection_limit=1 and global singleton pattern.

djankies

composing-components

by djankies

star 0

Teaches component composition patterns in React 19 including children prop, compound components, and render props. Use w...

djankies

integrating-zod-framework...

by djankies

star 0

Integrate Zod v4 with React Hook Form, Next.js, Express, tRPC, and other frameworks for type-safe validation

djankies

managing-client-lifecycle

by djankies

star 0

Manage PrismaClient lifecycle with graceful shutdown, proper disconnect timing, and logging configuration. Use when sett...

djankies

testing-components

by djankies

star 0

Teaches React Testing Library patterns for React 19 components. Use when writing component tests, testing interactions,...

djankies

deploying-production-migr...

by djankies

star 0

Deploy migrations to production safely using migrate deploy in CI/CD. Use when setting up production deployment pipeline...

djankies

optimizing-with-react-com...

by djankies

star 0

Teaches what React Compiler handles automatically in React 19, reducing need for manual memoization. Use when optimizing...

djankies

reviewing-server-actions

by djankies

star 0

Review Server Actions for security, validation, and best practices in React 19. Use when reviewing forms, mutations, or...

djankies

managing-dev-migrations

by djankies

star 0

Use migrate dev for versioned migrations; db push for rapid prototyping. Use when developing schema changes locally.