Skip to content

Commit 82a7bc2

Browse files
committed
more concise
1 parent 3d84c55 commit 82a7bc2

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -111,13 +111,13 @@ The AMD stack is large and moves fast. ROCm, HIP, Ryzen AI, and framework integr
111111
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 `scripts/sources.yml` once it has a clear owner, with no change for installed users.
112112

113113
```
114-
skills/ # All skills the agent can load (in-repo + vendored copies of federated)
115-
.claude-plugin/ # Claude Code marketplace manifest (one installable plugin per skill)
116-
.cursor-plugin/ # Cursor marketplace manifest (generated mirror of the Claude catalog)
117-
plugin-metadata.json # Shared, vendor-neutral identity/discovery metadata for all manifests
118-
.github/workflows/ # CI for validating skills and the `import-external-skills` workflow
119-
scripts/ # Tooling for publishing, regenerating manifests, and importing
120-
scripts/sources.yml # Master list of external skill sources for federation
114+
skills/ # All skills the agent can load
115+
.claude-plugin/ # Claude Code marketplace manifest
116+
.cursor-plugin/ # Cursor marketplace manifest
117+
plugin-metadata.json # Vendor-neutral identity/discovery metadata
118+
.github/workflows/ # CI for validating skills
119+
scripts/ # Internal repo scripts
120+
scripts/sources.yml # External skill sources for federation
121121
```
122122

123123
In-repo skills are authored directly under `skills/`. Federated skills are

0 commit comments

Comments
 (0)