backend▌
581 indexed skills · max 10 per page
api-gateway
maton-ai/api-gateway-skill · Backend
Unified API gateway for 100+ services with managed OAuth and native endpoint passthrough. \n \n Supports 100+ integrations including Google Workspace, Microsoft 365, Slack, Notion, HubSpot, Salesforce, Stripe, and more with automatic OAuth token injection \n Routes requests directly to native API endpoints via https://gateway.maton.ai/{app}/{native-api-path} , eliminating the need to learn custom abstractions \n Manages OAuth connections through a separate control API with list, create, get, and
x-api
affaan-m/everything-claude-code · Backend
Programmatic interaction with X (Twitter) for posting, reading, searching, and analytics.
n8n-node-configuration
sickn33/antigravity-awesome-skills · Backend
Expert guidance for operation-aware node configuration with property dependencies.
typescript
pproenca/dot-skills · Backend
45 TypeScript optimization rules across type system, compiler config, async patterns, and module organization. \n \n Covers 8 priority-ranked categories from type system performance and compiler configuration (CRITICAL impact) down to advanced patterns, with quantified performance gains (30-90% faster builds, 2-5× type resolution improvements) \n Includes explicit rules for tsconfig.json optimization, async/await patterns, module organization, and type safety with measurable outcomes (e.g., \"50
algolia-search
davila7/claude-code-templates · Backend
Modern React InstantSearch setup using hooks for type-ahead search.
typescript-docs
giuseppe-trisciuoglio/developer-kit · Backend
Generates comprehensive TypeScript documentation with JSDoc, TypeDoc, and multi-layered patterns for different audiences. \n \n Supports framework-specific documentation for NestJS, Express, React, Angular, and Vue with tailored patterns and examples \n Includes TypeDoc configuration, JSDoc best practices, and automated documentation generation pipelines with GitHub Actions \n Provides architectural decision record (ADR) templates and validation tools to document design decisions alongside code
apollo-server
apollographql/skills · Backend
Complete guide for building GraphQL servers with Apollo Server 5.x across frameworks. \n \n Covers schema definition, resolvers, context setup, and error handling with TypeScript support \n Supports standalone mode for prototyping and integrations with Express, Fastify, Koa, and serverless environments \n Includes resolver patterns, authentication/authorization, plugins, DataLoader for N+1 prevention, and performance optimization techniques \n Provides reference documentation for data sources, e
claude-api
affaan-m/everything-claude-code · Backend
Build applications with the Anthropic Claude API and SDKs.
onchain-pay-open-api
binance/binance-skills-hub · Backend
Call Binance Onchain-Pay Open API endpoints with automatic RSA SHA256 request signing.
backend-dev-guidelines
sickn33/antigravity-awesome-skills · Frontend
Opinionated backend architecture standards for Node.js, Express, and TypeScript microservices. \n \n Enforces strict layered architecture (routes → controllers → services → repositories) with zero business logic in routes and mandatory BaseController pattern for all controllers \n Requires Zod validation on all external input, Sentry error tracking on all exceptions, and unifiedConfig as the single source for environment configuration \n Includes Backend Feasibility & Risk Index (BFRI) scor