What problem does it solve?
This Skill helps you build Mastra AI applications without guessing APIs or model names, so you can recover quickly from breaking changes and runtime errors.
Core Features & Use Cases
- Current-doc-first Mastra guidance: Safely guide development by preferring embedded docs from installed packages and falling back to remote docs when needed.
- Mastra primitives selection and correctness: Explain when to use Agents vs Workflows vs Tools vs Memory vs Storage, plus how to structure typical project code.
- API verification and CLI troubleshooting: Support TypeScript ES2022 module requirements and provide a repeatable approach for validating providers/models via the registry script and inspecting resources via
mastra api.
Quick Start
Ask the AI to help you build a Mastra project by checking embedded docs for your installed @mastra/* packages, then providing the correct TypeScript setup and model/provider strings for your chosen agent and tools.