backend▌
581 indexed skills · max 10 per page
muapi-media-generation
samuraigpt/generative-media-skills · Backend
Schema-driven generation primitives for images, videos, and audio.
zapier-make-patterns
sickn33/antigravity-awesome-skills · Backend
Expert guidance for designing Zapier and Make automations that scale without complexity. \n \n Distinguishes when workflows belong in Zapier (simple, fast, maximum integrations) versus Make (complex branching, data transformation, budget optimization) \n Covers three core patterns: basic trigger-action, multi-step sequential chains, and conditional branching with different actions based on conditions \n Identifies critical anti-patterns including typing in dropdown fields, missing error handling
api-integration-specialist
davila7/claude-code-templates · Backend
Production-ready patterns for authenticating, transforming, and reliably integrating third-party APIs. \n \n Covers authentication methods including API keys, OAuth 2.0, and JWT with secure credential management \n Provides structured error handling, exponential backoff retry logic, and client-side rate limiting with configurable windows \n Includes webhook verification via HMAC signatures, request/response transformation, and pagination handling patterns \n Demonstrates REST client patterns, ti
running-a-base-node
base/skills · Backend
For production apps requiring reliable, unlimited RPC access.
pulumi-automation-api
pulumi/agent-skills · Backend
Programmatic orchestration of Pulumi infrastructure operations across multiple stacks and applications. \n \n Supports both local source (existing Pulumi projects) and inline source (embedded programs) architectures, enabling flexible deployment patterns from simple to complex multi-stack scenarios \n Handles multi-stack orchestration with dependency sequencing, parallel independent deployments, and cross-stack output passing for coordinated infrastructure provisioning \n Provides programmatic c
unit-test-wiremock-rest-api
giuseppe-trisciuoglio/developer-kit · Backend
Unit test external REST API integrations with WireMock HTTP mocking and request verification. \n \n Stub HTTP responses with configurable status codes, headers, and JSON bodies; verify request details including headers, query parameters, and request bodies \n Test error scenarios (4xx/5xx responses, timeouts, malformed responses) without calling real APIs or hitting rate limits \n Use dynamic port allocation to avoid conflicts in parallel test execution; automatic cleanup between tests via JUnit
server-management
sickn33/antigravity-awesome-skills · Backend
Framework for production server operations covering process management, monitoring, logging, and scaling decisions. \n \n Covers seven core operational areas: process management tool selection (PM2, systemd, Docker, Kubernetes), monitoring strategy with severity-based alerting, and structured log rotation practices \n Provides decision matrices for scaling (vertical vs. horizontal vs. auto-scaling), health check depth, and troubleshooting priority order \n Emphasizes principles over commands: au
negotiation
wondelai/skills · Backend
Tactical empathy-based negotiation framework from FBI hostage negotiator Chris Voss. Transform any negotiation by understanding the emotional drivers behind decisions and using proven techniques to build rapport, uncover hidden information, and reach better outcomes.
go-style-core
cxuu/golang-skills · Backend
When writing readable Go code, apply these principles in order of importance:
appwrite-typescript
appwrite/agent-skills · Backend
Important: createOAuth2Session() does not work on React Native. You must use createOAuth2Token() with deep linking instead.