Skillzwave Logo
Skillzwave
jezweb avatar

jezweb

67 agentic skills • 42 avg score • 0 total stars

Agentic Skills by jezweb

google-gemini-api

by jezweb

| Integrate Gemini API with correct current SDK (@google/genai v1.27+, NOT deprecated @google/generative-ai). Supports text generation, multimodal (im...

72
generalpatterns skill
CommandsMarketplace

cloudflare-agents

by jezweb

| Build AI agents with Cloudflare Agents SDK on Workers + Durable Objects. Includes critical guidance on choosing between Agents SDK (infrastructure/s...

66
generalschema query
CommandsMarketplace

elevenlabs-agents

by jezweb

| Build conversational AI voice agents with ElevenLabs Platform using React, JavaScript, React Native, or Swift SDKs. Configure agents, tools (client/...

59
generalpatterns skill
CommandsMarketplace

nextjs

by jezweb

| Build Next.js 16 apps with App Router, Server Components/Actions, Cache Components ("use cache"), and async route params. Includes proxy.ts (replace...

54
generalreact code
CommandsMarketplace

cloudflare-mcp-server

by jezweb

| Build Model Context Protocol (MCP) servers on Cloudflare Workers - the only platform with official remote MCP support. TypeScript-based with OAuth, ...

54
generalpatterns skill
CommandsMarketplace

better-auth

by jezweb

| Build authentication systems for TypeScript/Cloudflare Workers with social auth, 2FA, passkeys, organizations, and RBAC. Self-hosted alternative to ...

54
generalpatterns skill
CommandsMarketplace

cloudflare-durable-objects

by jezweb

| Build stateful Durable Objects for real-time apps, WebSocket servers, coordination, and persistent state. Use when: implementing chat rooms, multipl...

53
generalpatterns skill
CommandsMarketplace

openai-api

by jezweb

| Build with OpenAI's stateless APIs - Chat Completions (GPT-5, GPT-4o), Embeddings, Images (DALL-E 3), Audio (Whisper + TTS), and Moderation. Include...

53
generalpatterns skill
CommandsMarketplace

wordpress-plugin-core

by jezweb

| Build secure WordPress plugins with core patterns for hooks, database interactions, Settings API, custom post types, REST API, and AJAX. Covers thre...

53
generalpath file
CommandsMarketplace

project-planning

by jezweb

| Generate structured planning documentation for web projects with context-safe phases, verification criteria, and exit conditions. Creates IMPLEMENTA...

52
generalschema query
CommandsMarketplace

ai-sdk-core

by jezweb

| Build backend AI with Vercel AI SDK v5/v6. Covers v6 beta (Agent abstraction, tool approval, reranking), v4→v5 migration (breaking changes), latest ...

52
generalpatterns skill
CommandsMarketplace

fastmcp

by jezweb

| Build MCP servers in Python with FastMCP framework to expose tools, resources, and prompts to LLMs. Supports storage backends (memory/disk/Redis), m...

52
generalschema query
CommandsMarketplace

cloudflare-browser-rendering

by jezweb

| Add headless Chrome automation with Puppeteer/Playwright on Cloudflare Workers. Use when: taking screenshots, generating PDFs, web scraping, crawlin...

52
generalreact code
CommandsMarketplace

hono-routing

by jezweb

| Build type-safe APIs with Hono - fast, lightweight routing for Cloudflare Workers, Deno, Bun, and Node.js. Set up routing patterns, middleware compo...

51
generalreact code
CommandsMarketplace

cloudflare-images

by jezweb

| Store and transform images with Cloudflare Images API and transformations. Use when: uploading images, implementing direct creator uploads, creating...

50
generalpatterns skill
CommandsMarketplace

neon-vercel-postgres

by jezweb

| Set up serverless Postgres with Neon or Vercel Postgres for Cloudflare Workers/Edge. Includes connection pooling, git-like branching for preview env...

49
generalperformance skill
CommandsMarketplace

claude-agent-sdk

by jezweb

| Build autonomous AI agents with Claude Agent SDK. Structured outputs (v0.1.45, Nov 2025) guarantee JSON schema validation, plugins system, hooks for...

48
generalskill use
CommandsMarketplace

claude-api

by jezweb

| Build with Claude Messages API using structured outputs (v0.69.0+, Nov 2025) for guaranteed JSON schema validation. Covers prompt caching (90% savin...

48
generalpatterns skill
CommandsMarketplace

google-gemini-embeddings

by jezweb

| Build RAG systems, semantic search, and document clustering with Gemini embeddings API (gemini-embedding-001). Generate 768-3072 dimension embedding...

47
generalsearch vector
CommandsMarketplace

cloudflare-hyperdrive

by jezweb

| Connect Workers to PostgreSQL/MySQL with Hyperdrive's global pooling and caching. Use when: connecting to existing databases, setting up connection ...

47
generalperformance skill
CommandsMarketplace

cloudflare-turnstile

by jezweb

| Add bot protection with Turnstile (CAPTCHA alternative). Use when: protecting forms, securing login/signup, preventing spam, migrating from reCAPTCH...

46
generalreact code
CommandsMarketplace

tanstack-query

by jezweb

| Manage server state in React with TanStack Query v5. Set up queries with useQuery, mutations with useMutation, configure QueryClient caching strateg...

46
generalschema query
CommandsMarketplace

react-native-expo

by jezweb

| Build React Native 0.76+ apps with Expo SDK 52. Covers mandatory New Architecture (0.82+), React 19 changes (propTypes/forwardRef removal), new CSS ...

46
generalreact code
CommandsMarketplace

clerk-auth

by jezweb

| Clerk auth with API version 2025-11-10 breaking changes (billing endpoints, payment_source→payment_method), Next.js v6 async auth(), PKCE for custom...

45
generalauthentication session
CommandsMarketplace

flask

by jezweb

| Build Python web applications with Flask, using the application factory pattern, Blueprints, and Flask-SQLAlchemy. Covers project structure, authent...

45
generalcode data
CommandsMarketplace

ai-sdk-ui

by jezweb

| Build React chat interfaces with Vercel AI SDK v5/v6. Covers v6 beta (agent integration, tool approval, auto-submit), v4→v5 migration (breaking chan...

45
generalpatterns skill
CommandsMarketplace

fastapi

by jezweb

| Build Python APIs with FastAPI, Pydantic v2, and SQLAlchemy 2.0. Covers project structure, async patterns, JWT authentication, validation, and datab...

45
generalcode data
CommandsMarketplace

tinacms

by jezweb

| Build content-heavy sites with Git-backed TinaCMS. Provides visual editing and content management for blogs, documentation, and marketing sites with...

44
generalreact code
CommandsMarketplace

sveltia-cms

by jezweb

| Set up Sveltia CMS - the lightweight Git-backed CMS successor to Decap/Netlify CMS with 5x smaller bundle (300 KB), GraphQL performance, and 270+ fi...

44
generalreact code
CommandsMarketplace

motion

by jezweb

| Build sophisticated React animations with Motion (formerly Framer Motion) - declarative animations, gestures (drag, hover, tap), scroll effects, spr...

44
generalreact code
CommandsMarketplace

zustand-state-management

by jezweb

| Build type-safe global state in React applications with Zustand. Supports TypeScript, persist middleware, devtools, slices pattern, and Next.js SSR....

44
generalreact code
CommandsMarketplace

openai-responses

by jezweb

| Build agentic AI applications with OpenAI's Responses API - the stateful successor to Chat Completions. Preserves reasoning across turns for 5% bett...

44
generalpatterns skill
CommandsMarketplace

drizzle-orm-d1

by jezweb

| Build type-safe D1 databases with Drizzle ORM for Cloudflare Workers. Includes schema definition, migrations with Drizzle Kit, relations, and D1 bat...

43
generalpatterns skill
CommandsMarketplace

openai-agents

by jezweb

| Build AI applications with OpenAI Agents SDK - text agents, voice agents (realtime), multi-agent workflows with handoffs, tools with Zod schemas, in...

43
generalreact code
CommandsMarketplace

google-gemini-file-search

by jezweb

| Build document Q&A and searchable knowledge bases with Google Gemini File Search - fully managed RAG with automatic chunking, embeddings, and citati...

43
generalsearch data
CommandsMarketplace

openai-assistants

by jezweb

| Build stateful chatbots with OpenAI Assistants API v2 - Code Interpreter, File Search (10k files), Function Calling. ⚠️ Sunset H1 2026; use openai-r...

42
generalsearch data
CommandsMarketplace

streamlit-snowflake

by jezweb

| Build and deploy Streamlit apps natively in Snowflake with production-ready templates. Covers project scaffolding (snowflake.yml, environment.yml), ...

42
generalskill use
CommandsMarketplace

react-hook-form-zod

by jezweb

| Build type-safe validated forms in React using React Hook Form and Zod schema validation. Single schema works on both client and server for DRY vali...

41
generalreact code
CommandsMarketplace

cloudflare-workflows

by jezweb

| Build durable workflows with Cloudflare Workflows (GA April 2025). Features step.do, step.sleep, waitForEvent, Vitest testing, and runs for hours to...

41
generalskill use
CommandsMarketplace

cloudflare-queues

by jezweb

| Build async message queues with Cloudflare Queues for background processing. Use when: handling async tasks, batch processing, implementing retries,...

40
generalreact code
CommandsMarketplace

google-chat-api

by jezweb

| Build Google Chat bots and webhooks with Cards v2, interactive forms, and Cloudflare Workers integration. Includes webhook handlers, card builders, ...

40
generalpatterns skill
CommandsMarketplace

tiptap

by jezweb

| Build rich text editors with Tiptap - headless editor framework with React, shadcn/ui, and Tailwind v4 integration. Includes SSR-safe setup, image u...

40
generalimages text
CommandsMarketplace

typescript-mcp

by jezweb

| Build stateless MCP servers with TypeScript on Cloudflare Workers using @modelcontextprotocol/sdk. Provides patterns for tools, resources, prompts, ...

40
generalschema query
CommandsMarketplace

MCP OAuth Cloudflare

by jezweb

| Add OAuth authentication to MCP servers on Cloudflare Workers. Uses @cloudflare/workers-oauth-provider with Google OAuth for Claude.ai-compatible au...

40
generalpath file
CommandsMarketplace

ts-agent-sdk

by jezweb

| Generate typed TypeScript SDKs for AI agents to interact with MCP servers. Converts verbose JSON-RPC curl commands to clean function calls (docs.cre...

39
generalpatterns skill
CommandsMarketplace

cloudflare-vectorize

by jezweb

| Build semantic search with Cloudflare Vectorize V2 (Sept 2024 GA). Covers V2 breaking changes: async mutations, 5M vectors/index (was 200K), 31ms la...

39
generalschema query
CommandsMarketplace

auto-animate

by jezweb

| Zero-config animations for React, Vue, Solid, Svelte, Preact with @formkit/auto-animate (3.28kb). Prevents 10+ documented errors: SSR/Next.js import...

37
generalreact code
CommandsMarketplace

open-source-contributions

by jezweb

| Create maintainer-friendly pull requests for open source projects with clean code submissions and professional communication. Prevents 16 common mis...

37
generalbranch workflow
CommandsMarketplace

cloudflare-worker-base

by jezweb

| Set up Cloudflare Workers with Hono routing, Vite plugin, and Static Assets using production-tested patterns. Prevents 8 errors: export syntax, rout...

37
generalcd build pipeline
CommandsMarketplace

cloudflare-workers-ai

by jezweb

| Run LLMs and AI models on Cloudflare's global GPU network with Workers AI. Includes Llama 4, Gemma 3, Mistral 3.1, Flux image generation, BGE embedd...

36
generallearning models model
CommandsMarketplace

tailwind-v4-shadcn

by jezweb

| Set up Tailwind v4 with shadcn/ui using @theme inline pattern and CSS variable architecture. Four-step mandatory pattern: define CSS variables at ro...

36
generalreact code
CommandsMarketplace

cloudflare-r2

by jezweb

| Store objects with R2's S3-compatible storage on Cloudflare's edge. Use when: uploading/downloading files, configuring CORS, generating presigned UR...

36
generalpatterns skill
CommandsMarketplace

cloudflare-kv

by jezweb

| Store key-value data globally with Cloudflare KV's edge network. Use when: caching API responses, storing configuration, managing user preferences, ...

36
generalpatterns skill
CommandsMarketplace

TanStack Table

by jezweb

| Build headless data tables with TanStack Table v8. Provides server-side pagination, filtering, sorting, and virtualization patterns for Cloudflare W...

35
generalpatterns skill
CommandsMarketplace

cloudflare-d1

by jezweb

| Build with D1 serverless SQLite database on Cloudflare's edge. Use when: creating databases, writing SQL migrations, querying D1 from Workers, handl...

35
generalschema query
CommandsMarketplace

mcp-cli-scripts

by jezweb

Build CLI scripts alongside MCP servers for terminal environments. Scripts provide file I/O, batch processing, caching,and richer output formats that ...

35
TECHjavascript
Marketplace
+ci cd+linux

cloudflare-python-workers

by jezweb

| Build Python APIs on Cloudflare Workers using pywrangler CLI and WorkerEntrypoint class pattern. Includes Python Workflows for multi-step DAG automa...

32
generalcode data
CommandsMarketplace

OpenAI Apps MCP

by jezweb

| Build ChatGPT apps with MCP servers on Cloudflare Workers. Extend ChatGPT with custom tools and interactive widgets (HTML/JS UI). Use when: developi...

32
generalreact code
CommandsMarketplace

project-session-management

by jezweb

| Track progress across work sessions using SESSION.md with git checkpoints and concrete next actions. Converts IMPLEMENTATION_PHASES.md into trackabl...

31
generalschema query
CommandsMarketplace

project-workflow

by jezweb

| Seven integrated slash commands for complete project lifecycle: /explore-idea (validation), /plan-project (planning docs), /plan-feature (add featur...

30
generalbranch workflow
CommandsMarketplace

vercel-blob

by jezweb

| Integrate Vercel Blob object storage for file uploads, image management, and CDN-delivered assets in Next.js applications. Supports client-side uplo...

30
generalreact code
CommandsMarketplace

vercel-kv

by jezweb

| Integrate Redis-compatible Vercel KV for caching, session management, and rate limiting in Next.js applications. Powered by Upstash with strong cons...

29
generalpatterns skill
CommandsMarketplace

TanStack Router

by jezweb

| Build type-safe, file-based React routing with TanStack Router. Supports client-side navigation, route loaders, and TanStack Query integration. Use ...

25
generalreact code
CommandsMarketplace

[TODO: lowercase-hyphen-case-name]

by jezweb

| [TODO: Action verb + what you build with technology. 250-350 chars total. Example: "Build type-safe APIs with Hono - fast routing for Cloudflare Wor...

24
generalskill use
CommandsMarketplace

skill-creator

by jezweb

| Design effective Claude Code skills with optimal descriptions, progressive disclosure, and error prevention patterns. Covers freedom levels, token e...

24
generalreact code
CommandsMarketplace

skill-review

by jezweb

| Audit claude-skills repository documentation with systematic 9-phase review: standards compliance, official docs verification via Context7/WebFetch,...

22
generalpatterns skill
CommandsMarketplace

TanStack Start

by jezweb

| Build full-stack React applications with TanStack Start on Cloudflare Workers. Type-safe routing, server functions, SSR/streaming, and seamless D1/K...

21
generalskill use
CommandsMarketplace

Discover More Agentic Skills

Browse our complete catalog of AI agent skills from developers worldwide.