backend▌
581 indexed skills · max 10 per page
wp-interactivity-api
wordpress/agent-skills · Backend
Use this skill when the user mentions:
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
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
observability-edot-python-migrate
elastic/agent-skills · Backend
Read the migration guide before making changes:
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
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-java-instrument
elastic/agent-skills · Backend
Read the setup guide before making changes:
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.
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
google-sheets
vm0-ai/vm0-skills · Backend
Use the Google Sheets API via direct curl calls to read, write, and manage spreadsheet data.