mistral-reference-architecture
Installation
SKILL.md
Mistral AI Reference Architecture
Overview
Production-ready architecture patterns for Mistral AI integrations: layered project structure, singleton client, Zod-validated config, custom error classes, service layer with caching, health checks, prompt templates, and model routing.
Prerequisites
- TypeScript/Node.js project (ESM)
@mistralai/mistralaiSDKzodfor config validation- Testing framework (Vitest)