backend▌
581 indexed skills · max 10 per page
node-best-practices
mcollina/skills · Backend
Native TypeScript support in Node.js with type stripping, async patterns, error handling, and production best practices. \n \n Covers type stripping (Node.js 22.6+) for running .ts files directly without build tools; includes tsconfig.json setup and import extension rules \n Provides patterns for error handling, graceful shutdown, async/await, streams, and module resolution across the full Node.js stack \n Includes diagnostic workflows for flaky tests, profiling slow paths, and performance optim
javascript-mastery
sickn33/antigravity-awesome-skills · Backend
Comprehensive reference for 33+ essential JavaScript concepts from fundamentals to modern patterns. \n \n Covers core language features including primitive types, type coercion, scope, closures, and the this keyword with practical examples \n Explains asynchronous patterns: callbacks, Promises, async/await, and the event loop with execution order details \n Includes functional programming concepts like higher-order functions, pure functions, map/filter/reduce, currying, and composition \n Addres
capture-api-response-test-fixture
vercel/ai · Backend
Store and manage API response test fixtures for provider parsing validation. \n \n Fixtures are organized in __fixtures__ subfolders within provider packages, using naming conventions documented in existing examples \n Supports two testing patterns: generateText (log raw response to console and copy into fixture) and streamText (use includeRawChunks and saveRawChunks helper to capture streaming chunks) \n Recommends storing true provider responses unless size constraints require semantic-preserv
observability-edot-python-migrate
elastic/agent-skills · Backend
Read the migration guide before making changes:
google-workspace
jezweb/claude-skills · Backend
Unified authentication and patterns for building integrations across 11 Google Workspace APIs. \n \n Covers OAuth 2.0 (user context) and service account (server-to-server) authentication with domain-wide delegation support \n Includes rate limit handling, exponential backoff strategies, and per-user/per-project quota reference for Gmail, Calendar, Drive, Sheets, and other APIs \n Provides batch request patterns (up to 100–1000 requests per batch) and Cloudflare Workers configuration for token st
java-testing
pluginagentmarketplace/custom-plugin-java · Backend
Comprehensive Java testing with JUnit 5, Mockito, and integration testing frameworks. \n \n Covers unit testing with JUnit 5 (parameterized tests, lifecycle annotations, extensions), mocking with Mockito (stubbing, verification, BDD style), and fluent assertions with AssertJ \n Includes integration testing patterns using Spring Boot Test slices, Testcontainers for database isolation, and MockMvc for API testing \n Provides test data builders, TDD/BDD practices, and JaCoCo coverage configuration
observability-edot-java-instrument
elastic/agent-skills · Backend
Read the setup guide before making changes:
google-gemini-api
jezweb/claude-skills · Backend
Multimodal AI with Gemini 2.5 and 3 models, supporting text, images, video, audio, PDFs, function calling, thinking mode, and real-time web grounding. \n \n Supports three deployment approaches: Node.js SDK (@google/genai), fetch-based REST API for edge runtimes, and chat helpers for multi-turn conversations \n Handles multimodal inputs (images, video, audio, PDFs) with 1,048,576 token context window; thinking mode enabled by default for enhanced reasoning quality \n Includes function calling wi
python-pro
sickn33/antigravity-awesome-skills · Backend
You are a Python expert specializing in modern Python 3.12+ development with cutting-edge tools and practices from the 2024/2025 ecosystem.
openai-api
jezweb/claude-skills · Backend
Complete reference for OpenAI's stateless APIs including Chat Completions, embeddings, images, audio, and moderation. \n \n Supports GPT-5 series (with reasoning_effort control), GPT-4o multimodal, o3 reasoning models, and legacy GPT-4 variants; streaming, function calling, and structured JSON outputs included \n Embeddings API for RAG with custom dimensions (256–3072), DALL-E 3 image generation, Whisper transcription, and TTS with 11 voices \n Batch API for 50% cost savings on large-scale proce