GitHub
Skills harvested from GitHub repositories
14810 skills availableideogram-local-dev-loop
Set up a fast local development workflow for Ideogram integrations. Includes a typed client wrapper, mock server for off...
ideogram-incident-runbook
Rapid incident response for Ideogram API outages, auth failures, rate limiting, and degraded generation quality. Covers ...
ideogram-hello-world
Generate your first AI image with Ideogram. Demonstrates the legacy /generate endpoint (JSON body) and the V3 /v1/ideogr...
ideogram-enterprise-rbac
Implement team-based access control for Ideogram's API. Since Ideogram uses a single API key per account with no built-i...
ideogram-data-handling
Manage generated image assets from Ideogram's API. Critical concern: Ideogram image URLs expire (approximately 1 hour). ...
hubspot-webhooks-events
Set up HubSpot webhook subscriptions for CRM events (contact/company/deal creation, updates, deletions) with v3 signatur...
hubspot-upgrade-migration
Guide for upgrading @hubspot/api-client SDK versions and migrating from legacy HubSpot APIs to the current CRM v3 API. C...
hubspot-reliability-patterns
Production-grade reliability patterns for HubSpot CRM integrations: circuit breaker, retry with Retry-After, graceful de...
hubspot-reference-architecture
Production-ready layered architecture for HubSpot CRM integrations with typed clients, service abstraction, caching, and...
hubspot-rate-limits
Handle HubSpot API rate limits with proper backoff strategies. HubSpot enforces per-second and daily limits shared acros...
hubspot-performance-tuning
Optimize HubSpot API performance through batch operations, caching, search optimization, and request minimization. @hubs...
hubspot-observability
Instrument HubSpot API calls with Prometheus metrics, OpenTelemetry tracing, and structured logging to monitor CRM integ...
hubspot-migration-deep-dive
Comprehensive guide for migrating CRM data into HubSpot, including data mapping, batch imports via API, validation, and ...
hubspot-local-dev-loop
Set up a fast local development workflow for HubSpot integrations with sandbox accounts, mocking, and test utilities. Co...
hubspot-install-auth
Set up the @hubspot/api-client SDK and configure authentication using private app access tokens or OAuth 2.0. Node.js 18...
hubspot-hello-world
Create, read, update, and delete CRM records using the HubSpot API. Covers contacts, companies, and deals with real endp...
hubspot-enterprise-rbac
Implement role-based access control for HubSpot integrations using OAuth scopes, multiple private apps with different pe...
hubspot-cost-tuning
Optimize HubSpot integration costs by reducing API call volume, monitoring usage against daily limits, and choosing the ...
hubspot-core-workflow-b
Marketing automation workflow: manage contact lists, process form submissions, send marketing emails, and create support...
hubspot-common-errors
Quick reference for the most common HubSpot API errors, their real error response bodies, and solutions. @hubspot/api-cl...
hubspot-architecture-variants
Three validated architecture patterns for HubSpot CRM integrations at different scales, from embedded client to dedicate...
hubspot-advanced-troubleshooting
Deep debugging techniques for complex HubSpot API issues: systematic layer testing, timing analysis, correlation ID trac...
hootsuite-upgrade-migration
Hootsuite REST API is versioned at /v1/. Monitor the developer changelog for deprecations and new endpoints. grep -r "pl...
hootsuite-security-basics
| Credential | Scope | Rotation | |-----------|-------|----------| | Client ID | App-level | Never (app identifier) | | ...