What problem does it solve? Mastra evolves rapidly, so AI assistants often write code with outdated APIs, deprecated patterns, and wrong constructor signatures. This Skill forces verification against current documentation before writing any Mastra code, eliminating errors caused by stale training data. ## Core Features & Use Cases - Documentation Lookup Strategies: Prioritizes embedded docs in node_modules matching the installed version, falls back to source code and remote docs at mastra.ai. - Project Setup Guidance: Covers CLI quickstart and manual installation with correct TypeScript ES2022 configuration and provider/model naming format. - Troubleshooting & Migration: Diagnoses common agent, workflow, memory, tool, and storage errors, and walks through version upgrades using official migration guides. - Use Case: When building a Mastra agent with tools and memory, the Skill checks node_modules/@mastra/core/dist/docs for the exact installed API signatures before generating any TypeScript code. ## Quick Start Ask the assistant to create a Mastra weather agent with a tool and verify the API against the installed package documentation.