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
mcclowes

nextjs-use-search-params-...

by mcclowes

star 0

Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client...

mcclowes

nextjs-client-cookie-patt...

by mcclowes

star 0

Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client...

mcclowes

vercel-ai-sdk

by mcclowes

star 0

Guide for Vercel AI SDK v5 implementation patterns including generateText, streamText, useChat hook, tool calling, embed...

mcclowes

nextjs-advanced-routing

by mcclowes

star 0

Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Ac...

mcclowes

nextjs-pathname-id-fetch

by mcclowes

star 0

Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and acc...

mcclowes

openapi

by mcclowes

star 0

Use when working with OpenAPI Specification files to validate, create/modify paths and schemas, check references, and en...

mcclowes

nextjs-dynamic-routes-par...

by mcclowes

star 0

Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments...

mcclowes

nextjs-app-router-fundame...

by mcclowes

star 0

Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating la...

mcclowes

vague

by mcclowes

star 0

Use when writing Vague (.vague) files - a declarative language for generating realistic test data with superposition, co...

mcclowes

docusaurus-plugin-dev

by mcclowes

star 0

Helps develop and build Docusaurus plugins using this starter template

mcclowes

docusaurus-glossary

by mcclowes

star 0

Use when working with docusaurus-plugin-glossary to configure, manage glossary terms, troubleshoot issues, and explain f...

roottool

boundary-validator

by roottool

star 0

Validates code changes against safe-formdata's boundary-focused design principles. Detects violations of "keys are opaqu...

fangdev24

verification-loop

by fangdev24

star 0

Antigravity-inspired verification loop that ensures code passes all quality gates before being presented as complete.

fangdev24

stage-review

by fangdev24

star 0

Governance gates for staged development. Provides pre-build and post-build review checklists before proceeding to next s...

fangdev24

scribe

by fangdev24

star 0

Institutional knowledge capture. Activates when discussing session wrap-up, documenting learnings, or preserving decisio...

fangdev24

session-continuity

by fangdev24

star 0

Ensures smooth handoff between AI sessions by capturing context and next steps before session ends.

Rukkha1024

playwright-excel

by Rukkha1024

star 0

Integrate Excel (.xlsx) data into Playwright codegen scripts by replacing hardcoded values with config-driven lookups, l...

Rukkha1024

playwright-codegen-stabil...

by Rukkha1024

star 0

Stabilize Playwright codegen recordings into reliable, maintainable automations. Use when a Playwright script recorded v...

t-chito

context-elicitation

by t-chito

star 0

For complex problems where user context is insufficient, systematically elicit information through adaptive prompt patte...

t-chito

context-management

by t-chito

star 0

Manages personal knowledge about the user through Basic Memory. Use this skill when: (1) User requests to search/retriev...

mariodavid

domain-analyzer

by mariodavid

star 0

Analyzes code for Domain-Driven Design opportunities and primitive obsession

mariodavid

quality-analyzer

by mariodavid

star 0

Analyzes TypeScript/Node.js projects for code quality, type safety, and technical debt

mariodavid

pr-review

by mariodavid

star 0

Intelligent PR review that analyzes changes and automatically executes appropriate review skills

mariodavid

test-review

by mariodavid

star 0

Reviews test quality against guidelines/tests.md standards for TypeScript/Node.js projects