retellai-sdk-patterns

Installation
SKILL.md

Retell AI SDK Patterns

Overview

Production-ready patterns for Retell AI: client singletons, typed agent configurations, call management, and error handling.

Prerequisites

  • Completed retellai-install-auth
  • retell-sdk installed

Instructions

Step 1: Singleton Client

import Retell from 'retell-sdk';

let _retell: Retell | null = null;
Installs
1
GitHub Stars
2.3K
First Seen
May 13, 2026
retellai-sdk-patterns — jeremylongshore/claude-code-plugins-plus-skills