Commit ae33182
authored
fix(plugins): move hand-written skills from .agents/skills/ to skills/ (#164)
* 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
* fix(better-auth): move use-better-auth skill to skills/ per repo convention
The hand-written use-better-auth skill was added at .agents/skills/use-better-auth/
in #159, 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 #159
* chore: revert manual CHANGELOG and version bumps (release-please owns them)
Both CHANGELOG.md and plugin.json version are auto-managed by
release-please for plugins/* (see release-please-config.json
extra-files: [{ jsonpath: "$.version" }] and existing release
PRs #158/#160/#163). Manual edits race with the next release PR.
Skill relocations and the plugin.json `skills` array change remain
intact — they're the actual fix release-please will pick up via the
fix(...) commits already on this branch.1 parent 8b9c2cc commit ae33182
11 files changed
Lines changed: 2 additions & 2 deletions
File tree
- plugins
- better-auth
- .claude-plugin
- skills/use-better-auth
- references
- mastra
- .claude-plugin
- skills/use-mastra
- references
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
File renamed without changes.
0 commit comments