clade-multi-env-setup

Installation
SKILL.md

Anthropic Multi-Environment Setup

Overview

Use different API keys, models, and limits across dev/staging/prod.

Environment Configuration

// config/anthropic.ts
interface AnthropicConfig {
  apiKey: string;
  model: string;
  maxTokens: number;
  maxRetries: number;
}
Installs
1
GitHub Stars
2.7K
First Seen
6 days ago
clade-multi-env-setup — jeremylongshore/tons-of-skills-marketplace