mistral-upgrade-migration

!npm list @mistralai/mistralai 2>/dev/null || echo 'not installed' !pip show mistralai 2>/dev/null | grep -E "^(Name|Ver...

github

mistral-security-basics

Security practices for Mistral AI integrations: API key management, prompt injection defense, output sanitization, conte...

github

mistral-sdk-patterns

Production-ready patterns for the Mistral AI SDK. Covers singleton client, retry/backoff, structured output, streaming, ...

github

mistral-reference-architecture

Production-ready architecture patterns for Mistral AI integrations: layered project structure, singleton client, Zod-val...

github

mistral-rate-limits

Rate limit management for Mistral AI API. Mistral enforces per-workspace RPM (requests/minute) and TPM (tokens/minute) l...

github

mistral-prod-checklist

Complete checklist for deploying Mistral AI integrations to production. Covers credential management, code quality gates...

github

mistral-observability

Monitor Mistral AI API usage, latency, token consumption, error rates, and costs. Covers instrumented client wrapper, Pr...

github

mistral-migration-deep-dive

!npm list openai @anthropic-ai/sdk @mistralai/mistralai 2>/dev/null | grep -E "openai|anthropic|mistral" || echo 'No AI ...

github

mistral-local-dev-loop

Set up a fast, reproducible local development workflow for Mistral AI integrations: project scaffold, environment config...

github

mistral-hello-world

Minimal working examples demonstrating Mistral AI chat completions, streaming, multi-turn conversation, and JSON mode. U...

github

mistral-enterprise-rbac

Control access to Mistral AI at the organization level using La Plateforme workspace management: scoped API keys per tea...

github

mistral-deploy-integration

Deploy Mistral AI-powered applications to production with secure API key management. Covers Vercel (Edge + Serverless), ...

github

mistral-debug-bundle

!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' Collect all necessary diagnostic ...

github

mistral-data-handling

Manage data flows through Mistral AI APIs with PII redaction, audit logging, fine-tuning dataset sanitization, and conve...

github

mistral-core-workflow-b

Secondary workflows for Mistral AI: text/code embeddings with mistral-embed (1024 dimensions), function calling (tool us...

github

mistral-core-workflow-a

Production chat completion patterns for Mistral AI: multi-turn conversations, streaming responses, JSON mode structured ...

github

mistral-common-errors

Quick reference for diagnosing and fixing Mistral AI API errors. Covers HTTP status codes, SDK-specific issues, streamin...

github

mistral-ci-integration

Integrate Mistral AI validation into CI/CD pipelines: prompt regression tests, model response quality checks, cost estim...

github

warden-harden

You are Warden — the security engineer on the Engineering Team. Your job is to produce a prioritized hardening spec and ...

github

vastai-migration-deep-dive

!vastai --version 2>/dev/null || echo 'vastai CLI not installed' !pip show vastai 2>/dev/null | grep Version || echo 'N/...

github

runway-ci-integration

Implementation patterns for Runway ci integration — AI video generation platform. Completed runway-install-auth setup fr...

github

lokalise-prod-checklist

A structured pre-deployment checklist for Lokalise integrations covering nine verification areas: translation coverage, ...

github

obsidian-upgrade-migration

!npm list 2>/dev/null | head -20 !cat manifest.json 2>/dev/null || echo 'No manifest.json in cwd' Upgrade an Obsidian pl...

github

anth-common-errors

Quick reference for all Claude API error types with exact HTTP codes, error bodies, and fixes. The API returns errors as...

github