mastra

Validates Mastra APIs against current documentation for agents and workflows.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/yunusgungor/agent-skeleton --skill mastra-yunusgungor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mastra
Source: https://github.com/yunusgungor/agent-skeleton/tree/main/.kiro/skills/mastra
Command: npx skills add https://github.com/yunusgungor/agent-skeleton --skill mastra-yunusgungor

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Comprehensive guide to Mastra that helps developers locate current documentation, verify API signatures, and build agents and workflows while avoiding outdated knowledge.

Core Features & Use Cases

  • Documentation lookup strategies: embedded docs, remote docs, and migration guidance to keep APIs aligned with installed versions.
  • Mastra concepts: explain agents vs workflows, tools, memory, and RAG to accelerate development.
  • Developer workflow guidance: how to verify installed packages, read embedded docs, and implement example patterns in real projects.

Quick Start

Use this skill to verify Mastra APIs against current docs and scaffold agents and workflows.

Frequently Asked Questions about mastra

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I find current Mastra documentation for building agents and workflows?

Use embedded docs from installed Mastra packages or fetch remote references to locate current documentation and verify API signatures. This ensures your agents and workflows align with the installed version.

How do I validate Mastra API signatures to avoid outdated internal knowledge?

Check installed Mastra packages for embedded documentation or use remote references to verify current API signatures and usage. This prevents relying on outdated knowledge when implementing tools, memory, and RAG.

What is the difference between Mastra agents and workflows?

Mastra concepts distinguish agents as autonomous entities and workflows as structured processes, alongside tools, memory, and RAG. Reviewing these distinctions accelerates development by clarifying their specific roles within your project.

Do I need installed Mastra packages to use embedded docs?

Yes, accessing embedded docs requires installed Mastra packages on your system. Alternatively, you can use remote references to verify signatures and usage without relying on local package installation.

When should I use remote docs instead of embedded docs for Mastra?

Use remote docs when you need to verify API signatures against the latest published Mastra documentation or lack installed packages. Embedded docs are better for validating APIs against your specific installed version.