Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions plugins/better-auth/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "better-auth",
"version": "1.2.0",
"version": "1.2.1",
"description": "Better Auth authentication framework skills for JavaScript/TypeScript projects",
"author": {
"name": "Better Auth",
Expand All @@ -14,5 +14,5 @@
"auth",
Comment thread
amondnet marked this conversation as resolved.
"typescript"
],
"skills": "./.agents/skills/"
"skills": ["./skills/", "./.agents/skills/"]
}
7 changes: 7 additions & 0 deletions plugins/better-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.2.1] - 2026-04-29
Comment thread
amondnet marked this conversation as resolved.
Outdated


### Bug Fixes

* **better-auth:** move hand-written `use-better-auth` 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.

## [1.2.0](https://github.com/pleaseai/claude-code-plugins/compare/better-auth-v1.1.0...better-auth-v1.2.0) (2026-04-23)


Expand Down
4 changes: 2 additions & 2 deletions plugins/mastra/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mastra",
"version": "1.3.0",
"version": "1.3.1",
"description": "Official agent skills for coding agents working with the Mastra AI framework",
"author": {
"name": "Mastra AI",
Expand All @@ -24,5 +24,5 @@
]
Comment thread
amondnet marked this conversation as resolved.
}
},
"skills": "./.agents/skills/"
"skills": ["./skills/", "./.agents/skills/"]
}
7 changes: 7 additions & 0 deletions plugins/mastra/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.1] - 2026-04-29
Comment thread
amondnet marked this conversation as resolved.
Outdated


### Bug Fixes

* **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.

## [1.3.0](https://github.com/pleaseai/claude-code-plugins/compare/mastra-v1.2.0...mastra-v1.3.0) (2026-04-23)


Expand Down
Loading