SrulyRosenblat/skill-cards

This repository also configures its own agents. See what skill-cards tells them →

2Stars on the repository
56Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

SrulyRosenblat/skill-cards

Skill Claude Code

Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where…

not rated 2 2mo ago A 73 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Guide for Next.js App Router dynamic routes and pathname parameters. Use when building pages that depend on URL segments (IDs, slugs, nested paths), accessing the params prop, or fetching resources by identifier. Helps avoid over-nesting by defaulting to the simplest route structure (e.g., app/[id] instead of…

not rated 2 2mo ago A 91 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Focused pattern for fetching data using URL parameters in Next.js. Covers creating dynamic routes ([id], [slug]) and accessing route parameters in server components to fetch data from APIs. Use when building pages that display individual items (product pages, blog posts, user profiles) based on a URL parameter.…

not rated 2 2mo ago A 84 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Guide for choosing between Server Components and Client Components in Next.js App Router. CRITICAL for useSearchParams (requires Suspense + 'use client'), navigation (Link, redirect, useRouter), cookies/headers access, and 'use client' directive. Activates when prompt mentions useSearchParams, Suspense, navigation…

not rated 2 2mo ago A 103 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Guide for implementing navigation in Next.js Server Components using Link component and redirect() function. Covers the difference between server and client navigation methods. Use when adding links, redirects, or navigation logic in server components without converting them to client components unnecessarily.

not rated 2 2mo ago A 53 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Pattern for using useSearchParams hook with Suspense boundary in Next.js. Covers the required combination of 'use client' directive and Suspense wrapper when accessing URL query parameters in client components. Use when building search interfaces, filters, pagination, or any feature that needs to read/manipulate URL…

not rated 2 2mo ago A 74 tokens

vercel-ai-sdk

31

SrulyRosenblat/skill-cards

Skill Claude Code

Guide for Vercel AI SDK v5 implementation patterns including generateText, streamText, useChat hook, tool calling, embeddings, and MCP integration. Use when implementing AI chat interfaces, streaming responses, tool/function calling, text embeddings, or working with convertToModelMessages and…

not rated 2 2mo ago A 87 tokens

ai-agents-ui-skills

32

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Comprehensive guide for building AI agents using ToolLoopAgent, workflow patterns, and AI SDK UI components (useChat, generative UIs, tool calling).

not rated 2 2mo ago A 32 tokens

ai-sdk-6-skills

33

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

AI SDK 6 Beta overview, agents, tool approval, Groq (Llama), and Vercel AI Gateway. Key breaking changes from v5 and new patterns.

not rated 2 2mo ago A 42 tokens

authjs-skills

34

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Auth.js v5 setup for Next.js authentication including Google OAuth, credentials provider, environment configuration, and core API integration.

not rated 2 2mo ago A 28 tokens

clerk-nextjs-skills

36

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Clerk authentication for Next.js 16 (App Router only) with proxy.ts setup, migration from middleware.ts, environment configuration, and MCP server integration.

not rated 2 2mo ago C 38 tokens

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Key facts and breaking changes for upgrading to Prisma ORM 7. Consider version 7 changes before generation or troubleshooting.

not rated 2 2mo ago A 31 tokens

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Integrate Resend email service via MCP protocol for AI agents to send emails with Claude Desktop, GitHub Copilot, and Cursor. Set up transactional and marketing emails, configure sender verification, and use AI to automate email workflows.

not rated 2 2mo ago D 53 tokens

shadcn-skills

39

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Installation, components, blocks, forms, theming, and MCP guidance for shadcn/ui in modern Next.js projects using pnpm.

not rated 2 2mo ago A 27 tokens

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Upstash Vector DB setup, semantic search, namespaces, and embedding models (MixBread preferred). Use when building vector search features on Vercel.

not rated 2 2mo ago A 37 tokens

ase

41

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Atomic Simulation Environment - a set of tools for setting up, manipulating, running, visualizing, and analyzing atomistic simulations. Acts as a universal interface between Python and numerous quantum chemical and molecular dynamics codes. Use for building atomic structures, geometry optimization, molecular dynamics…

not rated 2 2mo ago A 115 tokens

astropy

42

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

The core library for Astronomy and Astrophysics in Python. Provides data structures for coordinates, time, units, FITS files, and cosmological models. Essential for observational data reduction and theoretical astrophysics. Use when working with astronomical coordinates (RA/Dec), physical units, FITS files, time…

not rated 2 2mo ago A 75 tokens

biopython

43

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Comprehensive guide for Biopython - the premier Python library for computational biology and bioinformatics. Use for DNA/RNA/protein sequence analysis, file I/O (FASTA, FASTQ, GenBank, PDB), sequence alignment, BLAST searches, phylogenetic analysis, structure analysis, and NCBI database access.

not rated 2 2mo ago A 71 tokens

chempy

44

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

A Python package useful for chemistry (mainly physical/analytical/inorganic chemistry). Features include balancing chemical reactions, chemical kinetics (ODE integration), chemical equilibria, ionic strength calculations, and unit handling. Use when working with chemical equations, reaction balancing, kinetic…

not rated 2 2mo ago A 79 tokens

cobrapy

45

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Constraints-Based Reconstruction and Analysis for Python. Used for modeling large-scale metabolic networks in microorganisms.

not rated 2 2mo ago A 23 tokens

dask-optimization

46

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Advanced sub-skill for Dask focused on distributed system performance, memory management, and task graph optimization. Covers cluster tuning, efficient serialization, data skew mitigation, and dashboard-driven debugging.

not rated 2 2mo ago A 42 tokens

dask

47

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

A flexible library for parallel computing in Python. It scales Python libraries like NumPy, pandas, and scikit-learn to multi-core systems or distributed clusters. Features lazy evaluation and task scheduling for data that exceeds RAM capacity. Use for out-of-core computing, parallel processing, distributed computing…

not rated 2 2mo ago A 97 tokens

duckdb

48

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

An analytical in-process SQL database management system. Designed for fast analytical queries (OLAP). Highly interoperable with Python's data ecosystem (Pandas, NumPy, Arrow, Polars). Supports querying files (CSV, Parquet, JSON) directly without an ingestion step. Use for complex SQL queries on Pandas/Polars data…

not rated 2 2mo ago A 105 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: