GitHub
Skills harvested from GitHub repositories
14810 skills availablejuicebox-deploy-integration
Deploy a containerized Juicebox AI analysis integration service with Docker. This skill covers building a production ima...
juicebox-core-workflow-b
Build custom queries, apply multi-dimensional filters, and run cross-dataset analysis on your Juicebox people-intelligen...
juicebox-core-workflow-a
Complete candidate sourcing: natural language search with power filters, scoring, and export to 41+ ATS systems. const r...
juicebox-common-errors
Juicebox provides AI-powered people search and analysis for recruiting and research workflows. API integrations cover se...
intercom-webhooks-events
Handle incoming Intercom webhooks (notifications) with signature verification and implement outbound data event tracking...
intercom-reference-architecture
Production-ready architecture for Intercom integrations with layered separation, type-safe SDK usage, webhook processing...
intercom-upgrade-migration
Guide for upgrading the intercom-client npm package and handling Intercom API version changes. The SDK was rewritten in ...
intercom-rate-limits
Intercom enforces rate limits per app and per workspace. Handle 429 errors gracefully with exponential backoff, queue-ba...
intercom-performance-tuning
Optimize Intercom API performance through response caching, efficient search queries, cursor-based pagination, connectio...
intercom-local-dev-loop
Set up a fast local development workflow for Intercom integrations with proper test isolation, mocking strategies, and w...
intercom-multi-env-setup
Configure separate Intercom workspaces for development, staging, and production with environment-specific access tokens,...
intercom-hello-world
Minimal working examples covering the Intercom core data model: contacts (users and leads), conversations, messages, and...
intercom-enterprise-rbac
Configure enterprise-grade access control for Intercom integrations using OAuth scopes, admin role management, and app-l...
intercom-deploy-integration
Deploy Intercom-powered applications to Vercel, Fly.io, or Google Cloud Run with proper secret management, webhook endpo...
intercom-data-handling
Handle sensitive contact data in Intercom integrations with GDPR/CCPA compliance, data export via the Data Export API, c...
intercom-core-workflow-a
Primary workflow for managing Intercom contacts. Covers creating users and leads, searching with filters, updating custo...
intercom-ci-integration
Set up CI/CD pipelines for Intercom integrations with GitHub Actions, including unit tests with mocked SDK, integration ...
ideogram-webhooks-events
Ideogram's API is synchronous -- each call blocks until the image is generated (5-15 seconds). For production applicatio...
ideogram-sdk-patterns
Production-ready patterns for Ideogram's REST API. Since Ideogram has no official SDK, these patterns provide type-safe ...
ideogram-upgrade-migration
!npm list 2>/dev/null | head -10 Guide for migrating between Ideogram API versions. The primary migration path is from t...
ideogram-prod-checklist
Complete pre-flight checklist for deploying Ideogram image generation to production. Covers API key management, timeout ...
ideogram-multi-env-setup
Configure Ideogram API access across development, staging, and production with isolated API keys, environment-specific m...
ideogram-observability
Monitor Ideogram AI image generation for latency, cost, error rates, and content safety rejections. Key metrics: generat...
ideogram-install-auth
Set up Ideogram API authentication for AI image generation. Ideogram provides a REST API at api.ideogram.ai for text-to-...