🛍️ 更多精选好物 ›
📊 公开数据一览
| 📦 榜单安装量 | 26.8K |
| ⭐ GitHub Stars | 71(fork 6) |
| 🗓️ 最近推送 | 2026-07-30 |
| 🌱 项目创建 | 2026-01-19 |
| 💻 语言 / License | JavaScript · NOASSERTION |
| 🐛 开放Issue | 1 |
📝 工具简介
面向Mastra AI框架的官方编码代理技能。
📖 怎么用
先装技能,跑 `npx skills add mastra-ai/skills`;也支持标准发现协议,直接 `npx skills add https://mastra.ai/`。想手动搞就 `git clone https://github.com/mastra-ai/skills.git`。装完就有一个综合的 `mastra` 技能,用渐进式披露覆盖所有 Mastra 开发场景。开始用时,它会按需加载参考文件,比如 `references/create-mastra.md` 讲 CLI 和手动项目搭建,`references/embedded-docs.md` 帮你在 node_modules 里查 API,直接照着走就行。
📋 迷你测评
面向Mastra AI框架的官方编码代理技能。亮点是官方出品,与框架本身配合默契。适合已经在用Mastra的开发者,能省去不少配置时间。
📄 README 要点
这是Mastra框架的官方技能包,Mastra本身是个用TypeScript构建AI应用和代理的框架。这个技能包提供一站式开发支持,包含项目搭建、API文档查询、错误排查、版本迁移指南和追踪分析等功能。安装后可以通过技能发现标准自动集成。特别的是它支持本地和远程文档查找,能直接在node_modules里找API,也能从官网拉最新文档。适合用Mastra开发AI应用时,让代理能快速获取框架使用方法和排错信息。
查看英文原文
Mastra Agent Skills Official Mastra skills for agents working with the Mastra framework. Mastra is a framework for building AI powered applications and agents with a modern TypeScript stack. Installation [安装/使用命令见下方] Mastra also supports the .well known skills discovery standard: [安装/使用命令见下方] Included skills mastra Single comprehensive skill for all Mastra development. Uses progressive disclosure with reference files covering: Setup & Installation ( references/create mastra.md ): CLI and manual project setup Embedded Docs Lookup ( references/embedded docs.md ): Find APIs in node modules/@mastra/ /dist/docs/ Remote Docs Lookup ( references/remote docs.md ): Fetch from https://mastra.ai/llms.txt Troubleshooting ( references/common errors.md ): Common errors and solutions Migrations ( references/migration guide.md ): Version upgrade workflows Trace Intelligence ( references/trace intelligence.md ): Query recurring themes across agent traces on the Mastra platform Main skill file teaches core concepts and routes to appropriate reference files based on user questions. Manual installation [安装/使用命令见下方] Then configure your agent to load skills from the cloned directory. .well known skills discovery This repository is served via the RFC 8615 Well Known URI at https://mastra.ai/.well known/skills/ . Agents can discover available skills by fetching: Index : https://mastra.ai/.well known/skills/index.json Skills : https://mastra.ai/.well known/skills/mastra/SKILL.md This enables automatic skill discovery without manual configuration. Contributing Contributions welcome! 1. Fork the repository 2. Make improvements to SKILL.md files 3. Test with actual development workflows 4. Submit a pull request Resources Mastra Docs Mastra GitHub Agent Skills Spec .well known Skills RFC Discord License Apache 2.0 See LICENSE for details
💬 评论(0)
交流使用体验、避坑建议;违规内容将被删除