windsurf-api-development

This skill enables AI-assisted API development workflows within Windsurf. Cascade can generate type-safe API clients fro...

github

serpapi-webhooks-events

SerpApi does not have traditional webhooks, but supports async searches and the Searches Archive API. Build SERP monitor...

github

serpapi-prod-checklist

[ ] API key stored in secret manager (not env files) [ ] Backend proxy for all client-side search requests [ ] Key not e...

github

serpapi-install-auth

Install the SerpApi client library and configure API key authentication. SerpApi provides structured JSON results from G...

github

serpapi-debug-bundle

Collect diagnostic data for SerpApi issues using the Account API and Searches Archive API. SerpApi stores all search res...

github

serpapi-core-workflow-b

SerpApi supports 15+ search engines beyond Google. Each engine has its own parameters and result structure. Key engines:...

github

serpapi-common-errors

Quick reference for SerpApi errors. Check searchmetadata.status first -- it will be Success or Error. Error details are ...

github

serpapi-ci-integration

CI for SerpApi should use fixture-based tests (no API credits consumed) for PRs, with optional live integration tests on...

github

salesforce-sdk-patterns

Production-ready patterns for jsforce (Node.js) and simple-salesforce (Python) — singleton connections, typed queries, e...

github

salesforce-webhooks-events

Salesforce doesn't use traditional webhooks. Instead, it offers Platform Events, Change Data Capture (CDC), and Outbound...

github

salesforce-reliability-patterns

Production-grade reliability patterns for Salesforce integrations: circuit breakers for API outages, idempotent operatio...

github

salesforce-multi-env-setup

Configure Salesforce integrations across Developer, Sandbox, and Production orgs with environment-specific credentials, ...

github

salesforce-known-pitfalls

The 10 most common and costly mistakes when integrating with Salesforce, with real error messages and correct patterns. ...

github

salesforce-load-scale

Load testing, scaling strategies, and capacity planning for Salesforce integrations. Focus on API limit budgeting, Bulk ...

github

salesforce-deploy-integration

Deploy Salesforce-connected Node.js applications to Heroku (native SF integration), Vercel, or Cloud Run with JWT authen...

github

salesforce-data-handling

Handle sensitive data correctly when integrating with Salesforce: PII classification, GDPR/CCPA compliance with Salesfor...

github

salesforce-debug-bundle

Collect all necessary diagnostic information for Salesforce issues: debug logs, API limits, org configuration, and error...

github

salesforce-core-workflow-b

High-volume data operations using Bulk API 2.0 (millions of records) and Composite API (multi-step transactions in a sin...

github

salesforce-core-workflow-a

Primary workflow: perform CRUD operations on standard sObjects (Account, Contact, Lead, Opportunity) using SOQL queries,...

github

salesforce-common-errors

Quick reference for the most common Salesforce API errors with real error codes, messages, and solutions. Salesforce con...

github

salesforce-ci-integration

Set up CI/CD pipelines for Salesforce using GitHub Actions with JWT-based authentication, automated Apex testing, and me...

github

salesforce-advanced-troubleshooting

Deep debugging techniques for complex Salesforce issues: Apex debug log analysis, SOQL query plan optimization, governor...

github

salesforce-architecture-variants

Three validated architecture blueprints for Salesforce integrations: Direct API (simple), Event-Driven (scalable), and M...

github

retellai-webhooks-events

Handle Retell AI webhook events for call lifecycle, transcripts, and function execution. HTTPS webhook endpoint Agent co...

github