You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The bundle ships the skill folders in place (the plugin `source` is the repo root), so there is no generated plugin tree to commit — just your skill folder and the manifest edits.
27
26
7. Validate the skill locally before pushing:
28
27
```bash
29
28
./.github/scripts/check.sh # validates every SKILL.md and that manifests are in sync
@@ -265,5 +264,4 @@ The validator checks every skill under `skills/` for:
265
264
It also checks the plugin manifests:
266
265
267
266
-`.claude-plugin/marketplace.json` lists exactly one plugin (the `amd-skills` bundle) with `source` set to `./`, `strict: false`, and a non-empty human-readable `description`
268
-
- every entry in that plugin's `skills` array is a `./skills/<name>` path that resolves to a real skill under `skills/`. Skills absent from the array are allowed — they are simply unpublished.
269
267
-`.cursor-plugin/marketplace.json` is up to date — it mirrors `.claude-plugin/marketplace.json` and pulls shared identity (name, description, version, author) from `plugin-metadata.json` (regenerate with `./.github/scripts/publish.sh`)
Copy file name to clipboardExpand all lines: README.md
+3-24Lines changed: 3 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -145,37 +145,16 @@ The AMD stack is large and moves fast. ROCm, HIP, Ryzen AI, and framework integr
145
145
This repo also acts as an **incubator**: a skill can start under `skills/` to iterate quickly, then graduate to its product repo and be re-pointed from `.github/scripts/sources.yml` once it has a clear owner, with no change for installed users.
146
146
147
147
```
148
-
skills/ # Canonical catalog: every skill the agent can load
0 commit comments