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

agents-sdk

01

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from…

not rated 2 2mo ago A 72 tokens

upgrade-js-deps

03

SrulyRosenblat/skill-cards

Skill Claude Code

Upgrade JavaScript dependencies using npm-check-updates, then run post-upgrade checks to ensure nothing is broken.

not rated 2 2mo ago A 27 tokens

ai-app

05

SrulyRosenblat/skill-cards

Skill Claude Code

Full-stack AI application generator with Next.js, AI SDK, and ai-elements. Use when creating chatbots, agent dashboards, or custom AI applications. Triggers: chatbot, chat app, agent dashboard, AI application, Next.js AI, useChat, streamText, ai-elements, build AI app, create chatbot.

not rated 2 2mo ago A 66 tokens

ai-elements

06

SrulyRosenblat/skill-cards

Skill Claude Code

Create new AI chat interface components for the ai-elements library following established composable patterns, shadcn/ui integration, and Vercel AI SDK conventions. Use when creating new components in packages/elements/src or when the user asks to add a new component to ai-elements.

not rated 2 2mo ago A 58 tokens

ai-sdk-6

07

SrulyRosenblat/skill-cards

Skill Claude Code

Vercel AI SDK v6 development. Use when building AI agents, chatbots, tool integrations, streaming apps, or structured output with the ai package. Covers ToolLoopAgent, useChat, generateText, streamText, tool approval, smoothStream, provider tools, MCP integration, and Output patterns.

not rated 2 2mo ago A 67 tokens

ai-sdk

08

SrulyRosenblat/skill-cards

Skill Claude Code

Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText, ToolLoopAgent, embed, or tools, (2) Want to build AI agents, chatbots, RAG systems, or text generation features, (3) Have questions about AI providers (OpenAI…

not rated 2 2mo ago A 155 tokens

cache-components

09

SrulyRosenblat/skill-cards

Skill Claude Code

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Use when implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, managing…

not rated 2 2mo ago A 95 tokens

frontend-design

10

SrulyRosenblat/skill-cards

Skill Claude Code

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI).…

not rated 2 2mo ago A 77 tokens

next-best-practices

11

SrulyRosenblat/skill-cards

Skill Claude Code

Next.js best practices - file conventions, RSC boundaries, data patterns, async APIs, metadata, error handling, route handlers, image/font optimization, bundling.

not rated 2 2mo ago A 38 tokens

nextjs-chatbot

12

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Production-grade Next.js chatbot builder. Covers tool calling with human-in-the-loop (HITL) approval, PostgreSQL session persistence, GDPR consent gating, SQL-first search, per-tool UI rendering, message feedback, and follow-up suggestions. Use when building chat apps, conversational AI interfaces, customer support…

not rated 2 2mo ago C 88 tokens

nextjs-seo

13

SrulyRosenblat/skill-cards

Skill Claude Code

Next.js SEO optimization guide. Use when building Next.js apps, optimizing for search engines, fixing Google indexing issues, implementing metadata, sitemaps, robots.txt, JSON-LD, or auditing SEO.

not rated 2 2mo ago A 46 tokens

nextjs-shadcn

14

SrulyRosenblat/skill-cards

Skill Claude Code

Creates Next.js 16 frontends with shadcn/ui. Use when building React UIs, components, pages, or applications with shadcn, Tailwind, or modern frontend patterns. Also use when the user asks to create a new Next.js project, add UI components, style pages, or build any web interface — even if they don't mention shadcn…

not rated 2 2mo ago A 82 tokens

openai-agents-sdk

15

SrulyRosenblat/skill-cards

Skill Claude Code

OpenAI Agents SDK (Python) development. Use when building AI agents, multi-agent workflows, tool integrations, or streaming applications with the openai-agents package.

not rated 2 2mo ago A 39 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

PostgreSQL-based semantic and hybrid search with pgvector and ParadeDB. Use when implementing vector search, semantic search, hybrid search, or full-text search in PostgreSQL. Covers pgvector setup, indexing (HNSW, IVFFlat), hybrid search (FTS + BM25 + RRF), ParadeDB as Elasticsearch alternative, and re-ranking with…

not rated 2 2mo ago A 182 tokens

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js code to ensure optimal performance patterns. Triggers on tasks involving React components, Next.js pages, data fetching, bundle optimization, or performance…

not rated 2 2mo ago A 65 tokens

shadcn

18

SrulyRosenblat/skill-cards

Skill Claude Code

Manages shadcn components and projects — adding, searching, fixing, debugging, styling, and composing UI. Provides project context, component docs, and usage examples. Applies when working with shadcn/ui, component registries, presets, --preset codes, or any project with a components.json file. Also triggers for…

not rated 2 2mo ago A 90 tokens

skill-creator

19

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Creates new skills, modifies and improves existing skills, and measures skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering…

not rated 2 2mo ago A 63 tokens

SrulyRosenblat/skill-cards

Skill Claude CodeCodex

Postgres performance optimization and best practices from Supabase. Use this skill when writing, reviewing, or optimizing Postgres queries, schema designs, or database configurations.

not rated 2 2mo ago A 41 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

not rated 2 2mo ago A 44 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Guide for advanced Next.js App Router patterns including Route Handlers, Parallel Routes, Intercepting Routes, Server Actions, error boundaries, draft mode, and streaming with Suspense. CRITICAL for server actions (action.ts, actions.ts files, 'use server' directive), setting cookies from client components, and form…

not rated 2 2mo ago A 111 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Identify and fix common Next.js App Router anti-patterns and mistakes. Use when reviewing code for Next.js best practices, debugging performance issues, migrating from Pages Router patterns, or preventing common pitfalls. Activates for code review, performance optimization, or detecting inappropriate…

not rated 2 2mo ago A 0 tokens

SrulyRosenblat/skill-cards

Skill Claude Code

Guide for working with Next.js App Router (Next.js 13+). Use when migrating from Pages Router to App Router, creating layouts, implementing routing, handling metadata, or building Next.js 13+ applications. Activates for App Router migration, layout creation, routing patterns, or Next.js 13+ development tasks.

not rated 2 2mo ago A 74 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: