clade-sdk-patterns
Installation
SKILL.md
Anthropic SDK Patterns
Overview
Production patterns for the @claude-ai/sdk (TypeScript) and anthropic (Python) SDKs.
Client Configuration
Instructions
Step 1: TypeScript
import Anthropic from '@claude-ai/sdk';
// Default — reads ANTHROPIC_API_KEY from env
const client = new Anthropic();