GitHub
Skills harvested from GitHub repositories
14810 skills availablewindsurf-api-development
This skill enables AI-assisted API development workflows within Windsurf. Cascade can generate type-safe API clients fro...
serpapi-webhooks-events
SerpApi does not have traditional webhooks, but supports async searches and the Searches Archive API. Build SERP monitor...
serpapi-prod-checklist
[ ] API key stored in secret manager (not env files) [ ] Backend proxy for all client-side search requests [ ] Key not e...
serpapi-install-auth
Install the SerpApi client library and configure API key authentication. SerpApi provides structured JSON results from G...
serpapi-debug-bundle
Collect diagnostic data for SerpApi issues using the Account API and Searches Archive API. SerpApi stores all search res...
serpapi-core-workflow-b
SerpApi supports 15+ search engines beyond Google. Each engine has its own parameters and result structure. Key engines:...
serpapi-common-errors
Quick reference for SerpApi errors. Check searchmetadata.status first -- it will be Success or Error. Error details are ...
serpapi-ci-integration
CI for SerpApi should use fixture-based tests (no API credits consumed) for PRs, with optional live integration tests on...
salesforce-sdk-patterns
Production-ready patterns for jsforce (Node.js) and simple-salesforce (Python) — singleton connections, typed queries, e...
salesforce-webhooks-events
Salesforce doesn't use traditional webhooks. Instead, it offers Platform Events, Change Data Capture (CDC), and Outbound...
salesforce-reliability-patterns
Production-grade reliability patterns for Salesforce integrations: circuit breakers for API outages, idempotent operatio...
salesforce-multi-env-setup
Configure Salesforce integrations across Developer, Sandbox, and Production orgs with environment-specific credentials, ...
salesforce-known-pitfalls
The 10 most common and costly mistakes when integrating with Salesforce, with real error messages and correct patterns. ...
salesforce-load-scale
Load testing, scaling strategies, and capacity planning for Salesforce integrations. Focus on API limit budgeting, Bulk ...
salesforce-deploy-integration
Deploy Salesforce-connected Node.js applications to Heroku (native SF integration), Vercel, or Cloud Run with JWT authen...
salesforce-data-handling
Handle sensitive data correctly when integrating with Salesforce: PII classification, GDPR/CCPA compliance with Salesfor...
salesforce-debug-bundle
Collect all necessary diagnostic information for Salesforce issues: debug logs, API limits, org configuration, and error...
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...
salesforce-core-workflow-a
Primary workflow: perform CRUD operations on standard sObjects (Account, Contact, Lead, Opportunity) using SOQL queries,...
salesforce-common-errors
Quick reference for the most common Salesforce API errors with real error codes, messages, and solutions. Salesforce con...
salesforce-ci-integration
Set up CI/CD pipelines for Salesforce using GitHub Actions with JWT-based authentication, automated Apex testing, and me...
salesforce-advanced-troubleshooting
Deep debugging techniques for complex Salesforce issues: Apex debug log analysis, SOQL query plan optimization, governor...
salesforce-architecture-variants
Three validated architecture blueprints for Salesforce integrations: Direct API (simple), Event-Driven (scalable), and M...
retellai-webhooks-events
Handle Retell AI webhook events for call lifecycle, transcripts, and function execution. HTTPS webhook endpoint Agent co...