What problem does it solve? Keeping a Dart client library in sync with an evolving upstream OpenAPI specification is tedious and error-prone. This Skill automates fetching the latest Mistral AI OpenAPI spec, reviewing changes, scaffolding new models and resources, and verifying coverage so the mistralai_dart package stays current. ## Core Features & Use Cases - Spec Fetch & Review: Downloads the latest Mistral AI OpenAPI spec and produces a structured change review via the shared api-toolkit CLI. - Scaffolding & Manifest Tracking: Generates Dart model/resource scaffolds guided by a manifest that maps OpenAPI schemas to Dart classes, sealed hierarchies, and package directories. - Verification & Quality Gates: Runs coverage and export verification checks plus Dart analyze, format, and unit tests. - Use Case: When Mistral AI ships a new API field or endpoint, run the fetch-review-scaffold-verify workflow to update the Dart client and confirm nothing regressed. ## Quick Start Use the openapi-mistral skill to fetch the latest Mistral AI OpenAPI spec, review the changes, and scaffold the required updates in the mistralai_dart package.