GitHub
Skills harvested from GitHub repositories
14810 skills availablemistral-upgrade-migration
!npm list @mistralai/mistralai 2>/dev/null || echo 'not installed' !pip show mistralai 2>/dev/null | grep -E "^(Name|Ver...
mistral-security-basics
Security practices for Mistral AI integrations: API key management, prompt injection defense, output sanitization, conte...
mistral-sdk-patterns
Production-ready patterns for the Mistral AI SDK. Covers singleton client, retry/backoff, structured output, streaming, ...
mistral-reference-architecture
Production-ready architecture patterns for Mistral AI integrations: layered project structure, singleton client, Zod-val...
mistral-rate-limits
Rate limit management for Mistral AI API. Mistral enforces per-workspace RPM (requests/minute) and TPM (tokens/minute) l...
mistral-prod-checklist
Complete checklist for deploying Mistral AI integrations to production. Covers credential management, code quality gates...
mistral-observability
Monitor Mistral AI API usage, latency, token consumption, error rates, and costs. Covers instrumented client wrapper, Pr...
mistral-migration-deep-dive
!npm list openai @anthropic-ai/sdk @mistralai/mistralai 2>/dev/null | grep -E "openai|anthropic|mistral" || echo 'No AI ...
mistral-local-dev-loop
Set up a fast, reproducible local development workflow for Mistral AI integrations: project scaffold, environment config...
mistral-hello-world
Minimal working examples demonstrating Mistral AI chat completions, streaming, multi-turn conversation, and JSON mode. U...
mistral-enterprise-rbac
Control access to Mistral AI at the organization level using La Plateforme workspace management: scoped API keys per tea...
mistral-deploy-integration
Deploy Mistral AI-powered applications to production with secure API key management. Covers Vercel (Edge + Serverless), ...
mistral-debug-bundle
!node --version 2>/dev/null || echo 'N/A' !python3 --version 2>/dev/null || echo 'N/A' Collect all necessary diagnostic ...
mistral-data-handling
Manage data flows through Mistral AI APIs with PII redaction, audit logging, fine-tuning dataset sanitization, and conve...
mistral-core-workflow-b
Secondary workflows for Mistral AI: text/code embeddings with mistral-embed (1024 dimensions), function calling (tool us...
mistral-core-workflow-a
Production chat completion patterns for Mistral AI: multi-turn conversations, streaming responses, JSON mode structured ...
mistral-common-errors
Quick reference for diagnosing and fixing Mistral AI API errors. Covers HTTP status codes, SDK-specific issues, streamin...
mistral-ci-integration
Integrate Mistral AI validation into CI/CD pipelines: prompt regression tests, model response quality checks, cost estim...
warden-harden
You are Warden — the security engineer on the Engineering Team. Your job is to produce a prioritized hardening spec and ...
vastai-migration-deep-dive
!vastai --version 2>/dev/null || echo 'vastai CLI not installed' !pip show vastai 2>/dev/null | grep Version || echo 'N/...
runway-ci-integration
Implementation patterns for Runway ci integration — AI video generation platform. Completed runway-install-auth setup fr...
lokalise-prod-checklist
A structured pre-deployment checklist for Lokalise integrations covering nine verification areas: translation coverage, ...
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...
anth-common-errors
Quick reference for all Claude API error types with exact HTTP codes, error bodies, and fixes. The API returns errors as...