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
djankies

reviewing-state-managemen...

by djankies

star 0

Review state management patterns for React 19 best practices. Use when reviewing component state, Context usage, or stat...

djankies

reference-educational-tem...

by djankies

star 0

[REPLACE] Teach concepts and demonstrate patterns with examples. Use when [REPLACE with specific triggers].

djankies

implementing-optimistic-u...

by djankies

star 0

Teaches useOptimistic hook for immediate UI updates during async operations in React 19. Use when implementing optimisti...

djankies

using-container-queries

by djankies

star 0

Use container queries for component-based responsive design with @container syntax and named containers. Use when buildi...

djankies

resolving-type-errors

by djankies

star 0

Resolve all TypeScript errors using root cause analysis, targeted fixes, and mandatory validation

djankies

testing-zod-schemas

by djankies

star 0

Test Zod schemas comprehensively with unit tests, integration tests, and type tests for validation logic

djankies

creating-custom-utilities

by djankies

star 0

Create custom utilities with @utility directive supporting static utilities, functional utilities with values, theme-bas...

djankies

optimizing-query-selectio...

by djankies

star 0

Optimize queries by selecting only required fields and avoiding N+1 problems. Use when writing queries with relations or...

djankies

preventing-sql-injection

by djankies

star 0

Prevent SQL injection by using $queryRaw tagged templates instead of $queryRawUnsafe. Use when writing raw SQL queries o...

djankies

optimizing-performance

by djankies

star 0

Optimize Zod validation performance with safeParse, bulk array validation, schema reuse, and passthrough patterns

djankies

managing-local-vs-global-...

by djankies

star 0

Teaches when to use local state vs global state (Context) in React 19. Use when deciding state management strategy, avoi...

djankies

diagnosing-type-errors

by djankies

star 0

Analyze TypeScript errors and provide detailed diagnostics with root cause analysis and specific fix recommendations

djankies

customizing-errors

by djankies

star 0

Handle Zod validation errors with unified error API, custom messages, error formatting, and user-friendly display

djankies

reviewing-component-archi...

by djankies

star 0

Review component architecture for React 19 best practices including size, composition, Server/Client boundaries, and ant...

djankies

reviewing-prisma-patterns

by djankies

star 0

Review Prisma code for common violations, security issues, and performance anti-patterns found in AI coding agent stress...

djankies

configuring-connection-po...

by djankies

star 0

Configure connection pool sizing for optimal performance. Use when configuring DATABASE_URL or deploying to production.

djankies

tracking-form-status

by djankies

star 0

Teaches useFormStatus hook for tracking form submission state in React 19. Use when implementing submit buttons, form lo...

djankies

reviewing-patterns

by djankies

star 0

Review Zod schemas for correctness, performance, and v4 best practices

djankies

reviewing-code-quality

by djankies

star 0

Automated tooling and detection patterns for JavaScript/TypeScript code quality review

djankies

configuring-image-optimiz...

by djankies

star 0

Teach image optimization configuration changes in Next.js 16. Use when configuring images, troubleshooting image loading...

djankies

auditing-dependencies

by djankies

star 0

Auditing and updating npm dependencies to prevent security vulnerabilities in TypeScript projects

djankies

supporting-custom-element...

by djankies

star 0

Teaches Web Components (Custom Elements) support in React 19, including property vs attribute handling and custom events...

djankies

reviewing-nextjs-16-patte...

by djankies

star 0

Review code for Next.js 16 compliance - security patterns, caching, breaking changes. Use when reviewing Next.js code, p...

elertan

csv-cleaner

by elertan

star 0

Clean and normalize CSV data by analyzing structure, detecting issues (missing values, duplicates, type inconsistencies)...