mastra
v1.7.2Official agent skills for coding agents working with the Mastra AI framework
By Mastra AILicense: Apache-2.015 GitHub starsUpdated 2 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 24, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install mastra for Codex and Claude Code
codex plugin marketplace add pleaseai/claude-code-plugins
codex plugin marketplace upgrade pleaseai
codex plugin add mastra@pleaseaiPaste and run these commands in a terminal with Codex. They add and refresh the pleaseai catalog, then install this plugin.
Compatibility: the page URL and API slug “mastra” remain stable.
- Codex:
mastra@agent-plugin-marketplace→mastra@pleaseai
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/pleaseai/claude-code-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/mastra/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/use-mastra/SKILL.md└── .mcp.json
Included Skills1
Answer questions about the Mastra AI framework and help build agents, workflows, tools, memory, and RAG features. Use when developers: (1) ask about Mastra APIs like `Mastra`, `Agent`, `createWorkflow`, `createTool`, `createStep`, `Memory`, or run the `mastra` CLI; (2) wire up agents, workflows, or step-based orchestration; (3) integrate `@mastra/*` packages (`@mastra/core`, `@mastra/memory`, `@mastra/rag`, `@mastra/evals`, `@mastra/deployer`, `@mastra/server`, `@mastra/pg`, `@mastra/libsql`, `@mastra/mcp`); (4) debug TypeScript errors from Mastra APIs or model-router strings. Triggers on: "Mastra", "@mastra/core", "mastra agent", "mastra workflow", "createWorkflow", "createTool", "createStep", "mastra memory", "semantic recall", "mastra rag", "mastra deployer", "mastra evals", "mastra studio", "provider/model".
MCP servers1
- command
- npx
- args
- -y @mastra/mcp-docs-server@latest
Plugin manifests2
{
"name": "mastra",
"version": "1.7.2",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
"url": "https://github.com/mastra-ai"
},
"interface": {
"displayName": "Mastra",
"shortDescription": "Official agent skills for coding agents working with the Mastra AI framework",
"longDescription": "Official agent skills for coding agents working with the Mastra AI framework",
"developerName": "Mastra AI",
"category": "Ai",
"capabilities": [
"Skill",
"Tool"
],
"defaultPrompt": [
"Use Mastra for my current task."
]
},
"repository": "https://github.com/mastra-ai/skills",
"license": "Apache-2.0",
"keywords": [
"mastra",
"ai",
"framework",
"agent"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json"
}{
"name": "mastra",
"version": "1.7.2",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
"url": "https://github.com/mastra-ai"
},
"repository": "https://github.com/mastra-ai/skills",
"license": "Apache-2.0",
"keywords": [
"mastra",
"ai",
"framework",
"agent"
],
"mcpServers": {
"mastra": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mastra/mcp-docs-server@latest"
]
}
},
"skills": [
"./skills/",
"./.agents/skills/"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[mastra on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mastra)