Skip to content

Commit 6a5deef

Browse files
committed
fix(mastra): move use-mastra skill to skills/ per repo convention
The hand-written use-mastra skill was added at .agents/skills/use-mastra/ in #161, but .agents/skills/ is reserved for vendor-managed skills.sh output tracked in skills-lock.json (see CLAUDE.md). Move it to the default skills/ location and switch the plugin.json skills field to array form ["./skills/", "./.agents/skills/"] so both paths load. No skill content changed. Refs #161
1 parent 8b9c2cc commit 6a5deef

6 files changed

Lines changed: 9 additions & 2 deletions

File tree

plugins/mastra/.claude-plugin/plugin.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mastra",
3-
"version": "1.3.0",
3+
"version": "1.3.1",
44
"description": "Official agent skills for coding agents working with the Mastra AI framework",
55
"author": {
66
"name": "Mastra AI",
@@ -24,5 +24,5 @@
2424
]
2525
}
2626
},
27-
"skills": "./.agents/skills/"
27+
"skills": ["./skills/", "./.agents/skills/"]
2828
}

plugins/mastra/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.3.1] - 2026-04-29
4+
5+
6+
### Bug Fixes
7+
8+
* **mastra:** move hand-written `use-mastra` skill from `.agents/skills/` to `skills/` per repo convention. `.agents/skills/` is reserved for vendor-managed skills.sh-installed skills tracked in `skills-lock.json`. The `skills` field in `plugin.json` now uses array form `["./skills/", "./.agents/skills/"]` so both default and vendor paths load. No skill content changed.
9+
310
## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.2.0...mastra-v1.3.0) (2026-04-23)
411

512

File renamed without changes.

plugins/mastra/.agents/skills/use-mastra/references/agents-and-workflows.md renamed to plugins/mastra/skills/use-mastra/references/agents-and-workflows.md

File renamed without changes.

plugins/mastra/.agents/skills/use-mastra/references/common-errors.md renamed to plugins/mastra/skills/use-mastra/references/common-errors.md

File renamed without changes.

plugins/mastra/.agents/skills/use-mastra/references/packages.md renamed to plugins/mastra/skills/use-mastra/references/packages.md

File renamed without changes.

0 commit comments

Comments
 (0)