backend▌
581 indexed skills · max 10 per page
typescript-mcp
jezweb/claude-skills · Backend
Build MCP servers with TypeScript on Cloudflare Workers, preventing 20 documented production issues. \n \n Supports tools, resources, prompts, tasks, and three authentication patterns (API keys, OAuth, Zero Trust) with built-in Cloudflare service integrations (D1, KV, R2, Vectorize) \n Requires fresh McpServer instance per HTTP request and StreamableHTTPServerTransport for production; SSE transport is deprecated \n Prevents critical issues including server instance reuse breaking concurrent sess
algorithmic-art
sickn33/antigravity-awesome-skills · Backend
Algorithmic philosophies are computational aesthetic movements that are then expressed through code. Output .md files (philosophy), .html files (interactive viewer), and .js files (generative algorithms).
go-linting
cxuu/golang-skills · Backend
More important than any "blessed" set of linters: lint consistently across a codebase.
django-perf-review
getsentry/skills · Backend
Review Django code for validated performance issues. Research the codebase to confirm issues before reporting. Report only what you can prove.
backend-patterns
sickn33/antigravity-awesome-skills · Backend
Scalable backend architecture patterns for Node.js, Express, and Next.js applications. \n \n Covers RESTful API design, repository pattern for data abstraction, service layer separation, and middleware pipelines for request processing \n Includes database optimization techniques: query selection, N+1 prevention, transactions, and Redis caching strategies \n Provides authentication and authorization patterns: JWT validation, role-based access control, and rate limiting implementations \n Features
google-workspace
supercent-io/skills-template · Backend
Comprehensive AI agent skill for all Google Workspace document operations — Docs, Sheets, Slides, Drive, Gmail, Calendar, Chat, Forms, Admin SDK, and Apps Script — via official REST APIs.
openapi-specification-v2
hairyf/skills · Backend
Complete reference for writing, validating, and interpreting OpenAPI Specification 2.0 (Swagger) documents. \n \n Covers all core schema elements: Swagger Object root, Info/Contact/License metadata, Paths, Operations, Parameters (path, query, header, body, formData), Responses, and Schemas with composition and polymorphism support \n Includes security definitions for Basic auth, API Key, and OAuth2 flows (implicit, password, application, accessCode) with scope and requirement objects \n Provides
django-celery-expert
vintasoftware/django-ai-plugins · Backend
Expert guidance for Django Celery task design, configuration, error handling, and production monitoring. \n \n Covers task design patterns, Django ORM integration, transaction safety, and idempotency best practices \n Includes configuration for brokers, result backends, worker settings, queue routing, and task serialization \n Provides error handling strategies: retries with exponential backoff, dead letter queues, timeouts, and exception logging \n Supports periodic task scheduling with Celery
java-maven
pluginagentmarketplace/custom-plugin-java · Backend
Apache Maven configuration, dependency management, and multi-module project setup for Java builds. \n \n Covers POM structure, lifecycle phases (validate through deploy), and plugin configuration with practical examples \n Supports single-module, multi-module, and library project types with BOM-based dependency management \n Includes troubleshooting guidance for common issues like dependency conflicts, version mismatches, and build memory problems \n Provides Maven commands for dependency analys
dignified-python
dagster-io/skills · Backend
Production-quality Python coding standards for writing clean, maintainable, modern Python code (versions 3.10-3.13).