API Dev

API design, REST, GraphQL

Showing 3409-3432 of 5551 skills
spiceai

spice-caching

by spiceai

Configure Spice.ai in-memory caching for SQL query results, search results, and embeddings. Use when setting up caching, tuning cache TTL/size/eviction, configuring stale-while-revalidate, custom cache keys, or cache-control headers.

API Dev 3 4mo ago
AntJanus

screenshot-local

by AntJanus

Use when capturing screenshots of local projects, documenting web app UI, taking screenshots of localhost dev servers, or generating images for READMEs and docs. Use when asked to "screenshot my app", "capture the UI", "take a screenshot of localhost", "generate screenshots for docs", "batch screenshot my pages", or "set up shot-scraper".

API Dev 2 3mo ago
fellipeutaka

fastify-best-practices

by fellipeutaka

Comprehensive best practices for Fastify development

API Dev 3 4mo ago
mikkelkrogsholm

prisma

by mikkelkrogsholm

"Prisma ORM — a type-safe database toolkit for Node.js and TypeScript with schema-first modeling, auto-generated client, and migration tooling. Use when building with Prisma or asking about its APIs, configuration, patterns, or integration. Fetch live documentation for up-to-date details."

API Dev 3 3mo ago
fellipeutaka

nginx

by fellipeutaka

Nginx web server and reverse proxy expert: configuration, reverse proxying, load balancing, SSL/TLS termination, rate limiting, caching, gzip compression, WebSocket proxying, and security hardening. Use for nginx.conf creation/review, performance tuning, HTTPS setup, upstream configuration, and troubleshooting.

API Dev 3 3mo ago
drupal-canvas

canvas-data-fetching

by drupal-canvas

Fetch and render Drupal content in Canvas components with JSON:API and SWR

API Dev 2 3mo ago
fellipeutaka

better-auth

by fellipeutaka

Better Auth — framework-agnostic TypeScript authentication & authorization library. Covers setup, email/password, social OAuth (40+ providers), passkeys, magic links, 2FA, organizations, sessions, plugins, admin, hooks, and security hardening. Use when implementing auth with Better Auth: configuring auth instances, adding providers, setting up database adapters (Prisma, Drizzle, PostgreSQL, MySQL, SQLite, MongoDB), integrating with frameworks (Next.js, Nuxt, SvelteKit, Astro, Hono, Express, Elysia, Fastify, Expo), managing sessions, or extending with plugins.

API Dev 3 3mo ago
1Mangesh1

graphql

by 1Mangesh1

GraphQL schema design, queries, mutations, and tooling. Use when user asks to "write a GraphQL schema", "create a query", "add a mutation", "set up Apollo", "GraphQL resolver", "type definitions", or any GraphQL tasks.

API Dev 3 4mo ago
1Mangesh1

api-versioning

by 1Mangesh1

API versioning strategies and backward compatibility patterns. Use when user asks to "version API", "API compatibility", "breaking changes", "semantic versioning", "API evolution", "deprecation strategy", "backwards compatibility", "API migration", "version management", or mentions API lifecycle management and compatibility.

API Dev 3 4mo ago
whichguy

node-plan

by whichguy

Dual-perspective Node.js/TypeScript plan review (TypeScript/API + Node runtime) with iterative convergence loop. 36 Node/TS-specific questions (N20/N21 naming+docs deferred to L1's Q-G6/Q-G7 which cover these universally). AUTOMATICALLY INVOKE when: - Any plan exists for Node.js or TypeScript changes - Plan references package.json, tsconfig.json, .ts files, npm/yarn/pnpm/bun - Plan targets Express, Fastify, NestJS, Next.js, or similar Node frameworks - Plan modifies async code, environment variables, or Node process lifecycle - User says "review plan", "check plan", "node-plan" NOT for: GAS plans (use /gas-plan), code review (use /review-fix), non-Node plans

API Dev 2 3mo ago
cyhzzz

abundance_every_year_market_notes

by cyhzzz

专业的A股市场评论撰写工具,基于真实行情数据撰写"年年有鱼"风格的市场分析文章,涵盖大盘行情、板块表现、资金流向、技术面和基本面分析

API Dev 3 4mo ago
1Mangesh1

authentication-patterns

by 1Mangesh1

Authentication and authorization patterns and best practices. Use when user asks to "implement authentication", "OAuth flow", "JWT tokens", "session management", "SSO setup", "API keys", "RBAC", "SAML", "passwordless auth", "multi-factor authentication", or mentions auth design patterns and security.

API Dev 3 4mo ago
ex3ndr

my-web

by ex3ndr

React web development conventions and patterns

API Dev 3 4mo ago
fellipeutaka

elysiajs

by fellipeutaka

Create backend with ElysiaJS, a type-safe, high-performance framework.

API Dev 3 4mo ago
mikkelkrogsholm

resend

by mikkelkrogsholm

"Resend — email API for developers. Use when building with Resend or asking about its APIs, configuration, patterns, or integration. Fetch live documentation for up-to-date details."

API Dev 3 3mo ago
hitoshura25

android-playstore-api-validation

by hitoshura25

Create and run validation script to test Play Store API connection

API Dev 3 6mo ago
alibaba-wuli

wuli

by alibaba-wuli

Generate AI images and videos with 15+ models via Wuli.art open platform API. Use when creating images from text prompts, editing or modifying existing images with AI, generating videos from text descriptions, animating static images into videos, batch generating artwork, or choosing between models like Qwen Image, Seedream, Wan Xiang, Kling, Seedance, and MiniMax Hailuo. Covers text-to-image, image-to-image, text-to-video, image-to-video, prompt optimization, and no-watermark downloads.

API Dev 2 3mo ago
mikkelkrogsholm

upstash

by mikkelkrogsholm

"Upstash — serverless Redis, QStash, and Vector database with per-request pricing optimized for edge and serverless environments. Use when building with Upstash or asking about its Redis client, QStash message queuing, rate limiting, workflows, or vector search. Fetch live documentation for up-to-date details."

API Dev 3 3mo ago
mikkelkrogsholm

better-auth

by mikkelkrogsholm

"Better Auth — framework-agnostic authentication and authorization framework for TypeScript. Use when building with Better Auth or asking about its APIs, configuration, plugins, session management, OAuth, or integration. Fetch live documentation for up-to-date details."

API Dev 3 3mo ago
silico-quantum

multiwfn

by silico-quantum

Multiwfn 波函数分析工具。支持轨道分析、光谱绘制、拓扑分析等。

API Dev 3 2mo ago
azmym

slack

by azmym

Interact with Slack via the Web API. Read, summarize, search, post messages, react, pin, and manage channels. Use when the user (1) shares a Slack URL, (2) asks to read or summarize a channel, (3) searches Slack messages, (4) asks to send/post a message, (5) asks to react to or pin a message, (6) looks up a user, or (7) mentions a Slack channel by name (e.g., "#channel-name"). Also triggers for Slack threads, daily standups, conversation digests, or any Slack interaction.

API Dev 2 4mo ago
1Mangesh1

curl-http

by 1Mangesh1

API testing with curl and httpie for HTTP requests. Use when user asks to "test API", "make HTTP request", "curl POST", "send request", "test endpoint", "debug API", or make any HTTP calls from command line.

API Dev 3 4mo ago
copyleftdev

cox-tooling-excellence

by copyleftdev

Write Go code in the style of Russ Cox, Go tech lead. Emphasizes tooling, module design, correctness, and backward compatibility. Use when designing packages, modules, or tools that others will depend on.

API Dev 6 4mo ago
Lap-Platform

1password-connect

by Lap-Platform

"1Password Connect API skill. Use when working with 1Password Connect for activity, vaults, heartbeat. Covers 15 endpoints."

API Dev 6 3mo ago