80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
nextjs-use-search-params-...
by mcclowes
Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client...
nextjs-client-cookie-patt...
by mcclowes
Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client...
vercel-ai-sdk
by mcclowes
Guide for Vercel AI SDK v5 implementation patterns including generateText, streamText, useChat hook, tool calling, embed...
nextjs-advanced-routing
by mcclowes
Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Ac...
nextjs-pathname-id-fetch
by mcclowes
Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and acc...
openapi
by mcclowes
Use when working with OpenAPI Specification files to validate, create/modify paths and schemas, check references, and en...
nextjs-dynamic-routes-par...
by mcclowes
Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments...
nextjs-app-router-fundame...
by mcclowes
Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating la...
vague
by mcclowes
Use when writing Vague (.vague) files - a declarative language for generating realistic test data with superposition, co...
docusaurus-plugin-dev
by mcclowes
Helps develop and build Docusaurus plugins using this starter template
docusaurus-glossary
by mcclowes
Use when working with docusaurus-plugin-glossary to configure, manage glossary terms, troubleshoot issues, and explain f...
boundary-validator
by roottool
Validates code changes against safe-formdata's boundary-focused design principles. Detects violations of "keys are opaqu...
verification-loop
by fangdev24
Antigravity-inspired verification loop that ensures code passes all quality gates before being presented as complete.
stage-review
by fangdev24
Governance gates for staged development. Provides pre-build and post-build review checklists before proceeding to next s...
scribe
by fangdev24
Institutional knowledge capture. Activates when discussing session wrap-up, documenting learnings, or preserving decisio...
session-continuity
by fangdev24
Ensures smooth handoff between AI sessions by capturing context and next steps before session ends.
playwright-excel
by Rukkha1024
Integrate Excel (.xlsx) data into Playwright codegen scripts by replacing hardcoded values with config-driven lookups, l...
playwright-codegen-stabil...
by Rukkha1024
Stabilize Playwright codegen recordings into reliable, maintainable automations. Use when a Playwright script recorded v...
context-elicitation
by t-chito
For complex problems where user context is insufficient, systematically elicit information through adaptive prompt patte...
context-management
by t-chito
Manages personal knowledge about the user through Basic Memory. Use this skill when: (1) User requests to search/retriev...
domain-analyzer
by mariodavid
Analyzes code for Domain-Driven Design opportunities and primitive obsession
quality-analyzer
by mariodavid
Analyzes TypeScript/Node.js projects for code quality, type safety, and technical debt
pr-review
by mariodavid
Intelligent PR review that analyzes changes and automatically executes appropriate review skills
test-review
by mariodavid
Reviews test quality against guidelines/tests.md standards for TypeScript/Node.js projects