GitHub
Skills harvested from GitHub repositories
14810 skills availableelevenlabs-debug-bundle
Collect all diagnostic information needed for ElevenLabs support tickets. Gathers SDK version, API connectivity, quota s...
elevenlabs-common-errors
Quick diagnostic reference for ElevenLabs API errors organized by HTTP status code, with real error messages, causes, an...
elevenlabs-ci-integration
Set up CI/CD pipelines that test ElevenLabs integrations without burning character quota on every PR. Uses a two-tier st...
documenso-webhooks-events
Configure and handle Documenso webhooks for real-time document lifecycle notifications. Webhooks require a Teams plan or...
documenso-upgrade-migration
!npm list @documenso/sdk-typescript 2>/dev/null || echo 'SDK not installed' !npm list documenso-sdk-python 2>/dev/null |...
documenso-sdk-patterns
Production-ready patterns for the Documenso TypeScript SDK (@documenso/sdk-typescript) and Python SDK. Covers singleton ...
documenso-reference-architecture
Production-ready architecture for Documenso document signing integrations. Covers project layout, layered service archit...
documenso-rate-limits
Documenso uses a fair-use rate limiting model. There are no published per-minute request quotas -- instead, limits are b...
documenso-prod-checklist
Complete checklist for deploying Documenso integrations to production, covering security, reliability, monitoring, and c...
documenso-observability
Implement monitoring, structured logging, and health checks for Documenso integrations. Since Documenso does not expose ...
documenso-migration-deep-dive
!npm list 2>/dev/null | head -10 Comprehensive guide for migrating to Documenso from other e-signature platforms (DocuSi...
documenso-local-dev-loop
Configure a fast local development environment for Documenso integrations. Covers project structure, environment configs...
documenso-incident-runbook
Step-by-step procedures for responding to Documenso integration incidents. Covers cloud outages, self-hosted issues, and...
documenso-hello-world
Minimal working example that creates a document, adds a recipient with a signature field, and sends it for signing — all...
documenso-enterprise-rbac
Configure team-based access control and enterprise features in Documenso. The Team plan enables multi-user collaboration...
documenso-data-handling
Best practices for handling documents, signatures, and PII in Documenso integrations. Covers downloading signed PDFs, da...
documenso-cost-tuning
Optimize Documenso costs through plan selection, template reuse, self-hosting, and usage monitoring. Documenso's pricing...
documenso-ci-integration
Configure CI/CD pipelines for Documenso integrations with GitHub Actions. Covers unit testing with mocks, integration te...
deepgram-upgrade-migration
!npm list @deepgram/sdk 2>/dev/null | grep deepgram || echo 'SDK not installed' Guide for Deepgram SDK version upgrades ...
deepgram-reference-architecture
Four reference architectures for Deepgram transcription at scale: synchronous REST for short files, async queue (BullMQ)...
deepgram-rate-limits
Implement rate limiting, exponential backoff, and circuit breaker patterns for Deepgram API. Deepgram limits by concurre...
deepgram-prod-checklist
Comprehensive go-live checklist for Deepgram integrations. Covers singleton client, health checks, Prometheus metrics, a...
deepgram-performance-tuning
Optimize Deepgram transcription performance through audio preprocessing with ffmpeg, model selection for speed vs accura...
deepgram-migration-deep-dive
!npm list @deepgram/sdk 2>/dev/null | grep deepgram || echo 'Not installed' !npm list @aws-sdk/client-transcribe 2>/dev/...