anth-reference-architecture

Installation
SKILL.md

Anthropic Reference Architecture

Overview

Three validated architecture patterns for Claude API integrations: synchronous API gateway, async queue-based processing, and multi-model routing.

Architecture 1: Sync API Gateway (Simple)

User → API Gateway → Claude Service → Messages API
                                   Response → User
# Best for: chatbots, interactive tools, low-volume (<100 RPM)
from fastapi import FastAPI
import anthropic
Installs
1
GitHub Stars
2.3K
First Seen
May 19, 2026
anth-reference-architecture — jeremylongshore/claude-code-plugins-plus-skills