M
Skills de Mastra Ai
create-mastra
by mastra-ai
Complete project setup guide for Mastra AI framework. Covers: CLI installation (create-mastra), manual installation, TypeScript configuration (ES2022…
debugging-difficult-bugs
by mastra-ai
Use early when debugging a medium or hard bug, especially when tests alone may not reveal the real runtime failure. Trigger this before extended TDD iteration…
e2e-frontend-validation
by mastra-ai
E2E validation workflow for frontend changes in playground packages using Playwright MCP
e2e-tests-studio
by mastra-ai
CRITICAL : Tests must verify that product features WORK correctly, not just that UI elements render.
mastra
by mastra-ai
Reference guide for building agents and workflows with current Mastra APIs. Always verify against embedded docs in node_modules/@mastra/*/dist/docs/ (installed version) or remote docs at https://mastra.ai/llms.txt before writing code; training data is outdated Core building blocks: Agents (autonomous, decision-making), Workflows (structured sequences), Tools (extend capabilities), Memory (maintain context), and RAG (external knowledge) Requires ES2022 modules in TypeScript config and model...
mastra-best-practices
by mastra-ai
Quick reference for Mastra conventions. When to use agents vs workflows, required TypeScript config, project structure, and common code patterns.
mastra-docs
by mastra-ai
Documentation guidelines for Mastra. This skill should be used when writing or editing documentation for Mastra. Triggers on tasks involving documentation…
mastra-embedded-docs-look-up
by mastra-ai
Look up current API signatures from installed Mastra packages in node_modules/@mastra/*/dist/docs/. Use this skill to verify exact parameters, constructor…
mastra-embeded-docs-look-up
by mastra-ai
Look up Mastra API documentation embedded in node_modules/@mastra/*/dist/docs/ for accurate API signatures. Use for Agent, Workflow, Tool, Memory configuration…
mastra-smoke-test
by mastra-ai
Smoke test Mastra projects locally or deploy to staging/production. Tests Studio UI, agents, tools, workflows, traces, memory, and more. Supports both local…
ralph-plan
by mastra-ai
Interactive planning assistant that helps create focused, well-structured ralph-loop commands through collaborative conversation
react-best-practices
by mastra-ai
React performance optimization guidelines from Mastra Engineering. This skill should be used when writing, reviewing, or refactoring React code to ensure…
smoke-test
by mastra-ai
Create a Mastra project using create-mastra and smoke test the studio in Chrome using Chrome MCP server
tailwind-best-practices
by mastra-ai
Tailwind CSS styling guidelines for Mastra Playground UI. This skill should be used when writing, reviewing, or refactoring styling code in…
testing-mastracode-tui
by mastra-ai
Testing mastracode TUI features interactively in Konsole. Covers model configuration, thread lifecycle, task state isolation, and common blockers.