80,000+ Skills to Supercharge Claude
The open directory for GitHub-integrated capabilities, tools, and prompts for your AI workflows.
agents-ide-usage
by ofekron
Use agents-ide MCP tools for faster code exploration and manipulation
Search and cite primary sources from Source Library. Use when asked what historical authors wrote, to find quotes from o...
Extract and catalog illustrations from historical books using AI vision. Generates rich metadata (subjects, figures, sym...
Quality auditor for Source Library. Prioritizes verifying original language texts (not modern translations), auditing me...
Create a DOI-ready scholarly edition of a translated book. Use when asked to publish, create an edition, mint a DOI, or...
Autonomous curator for Source Library. Discover, evaluate, and import historical texts from digital archives (Archive.or...
Batch process books through the complete pipeline - generate cropped images for split pages, OCR all pages, then transla...
Bibliographic research agent for analyzing books and manuscripts. Builds comprehensive "book biographies" showing produc...
Autonomous curator for Source Library - discover, evaluate, and import historical texts in alchemy, Hermetica, Kabbalah,...
nextjs-anti-patterns
by kensleDev
Common Next.js anti-patterns: useEffect misuse (data fetch, browser detect), useState for server data, Pages Router patt...
vercel-ai-sdk
by kensleDev
Vercel AI SDK v5: generateText, streamText, useChat, tool calling (use tool() helper + inputSchema), embeddings. v5: sen...
nextjs-client-cookie-patt...
by kensleDev
Client component onClick/form → Server Action → set cookie. 'use client' calls 'use server' action using cookies() from...
sveltekit-structure
by kensleDev
SvelteKit structure guidance. Use for routing, layouts, error handling, SSR, or svelte:boundary. Covers file naming, nes...
nextjs-app-router-fundame...
by kensleDev
Next.js App Router (13+). Migrating from Pages, file conventions (layout, page, loading, error), routing patterns, metad...
nextjs-server-navigation
by kensleDev
Server Component navigation: <Link> for links, redirect() for conditional redirects. NO 'use client' needed for static l...
nextjs-pathname-id-fetch
by kensleDev
Fetch data using URL parameter. Create app/[id]/page.tsx, await params to get ID, fetch API, render. Server Component (n...
nextjs-dynamic-routes-par...
by kensleDev
Next.js dynamic routes with [param] folders. Access via params prop (Server) or useParams() (Client). Next.js 15+: await...
nextjs-advanced-routing
by kensleDev
Advanced Next.js routing: Route Handlers (API routes), Server Actions ('use server'), Parallel Routes (@slot), Intercept...
nextjs-server-client-comp...
by kensleDev
Server vs Client Components in Next.js App Router. Server is default (async, cookies, headers, searchParams). Client nee...
svelte-components
by kensleDev
Svelte component patterns. Use for web components, component libraries (Bits UI, Ark UI, Melt UI), form patterns, or thi...
nextjs-use-search-params-...
by kensleDev
useSearchParams hook in Next.js. REQUIRES 'use client' + Suspense wrapper. Read URL query params: .get(), .getAll(), .ha...
try-error-handling
by kensleDev
Error handling with @julian-i/try-error. Wrap throwable code with tryPromise (async) or tryThrow (sync). Forces reflecti...
research
by kensleDev
Research topics by verifying actual source content. Use when asked to research or study links and documentation.
codex-review
by simula-labs
Code review with Codex CLI. Use for PR review, diff review, code analysis, or when user says "codexでレビュー", "コード...