What problem does it solve?
This Skill prevents Mastra development from failing due to outdated APIs and incorrect usage by teaching you how to verify the current Mastra documentation before writing code.
Core Features & Use Cases
- Up-to-date documentation verification: Guides you to prefer embedded docs from your installed
@mastra/* packages and fall back to Mastra’s remote docs when packages are missing.
- Correct Mastra implementation patterns: Explains agents vs workflows, and how to use core concepts like tools, memory, RAG, and storage.
- Practical troubleshooting: Provides structured references for common errors (module format, tool execution, workflow commits, memory storage, storage connection, and model configuration).
- Developer workflow alignment: Emphasizes required TypeScript/ES2022 module settings and a “verify before writing code” development loop.
Quick Start
Ask the AI to guide you to the embedded Mastra docs for your installed version, then tell you exactly what to check to implement your agent or workflow without relying on prior knowledge.