-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsources.yml
More file actions
53 lines (51 loc) · 2.07 KB
/
Copy pathsources.yml
File metadata and controls
53 lines (51 loc) · 2.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Master list of external skill sources federated into this repository.
#
# Each entry under `sources:` declares a repository that owns and versions a
# set of skills. The `import-external-skills` GitHub Actions workflow (nightly
# cron, plus manual dispatch) reads this file, shallow-clones each repo at the
# pinned `ref`, and vendors the named skill folders into `skills/<name>/`.
# Vendored skills are marked with a `.federated.json` file so the importer can
# manage them without disturbing skills authored directly in this repo.
#
# Schema:
# sources:
# - name: short identifier for the source (kebab-case)
# repo: GitHub "<owner>/<repo>"
# ref: branch, tag, or full commit SHA (pinned for reproducibility)
# path: directory inside the repo that contains skill folders
# license: SPDX license identifier (carried into the marker file)
# skills: list of skill folder names to import from `path`
# Either a bare string (folder name) or a mapping:
# { name: <folder>, marketplace_description: <override> }
#
# To add or remove an imported skill, edit `skills:` here. The next nightly
# run (or a manual dispatch) validates the changes and pushes them straight
# to `main` (no pull request). A skill that fails validation is held back and
# reported as a `federated-import-failure` issue instead of blocking the
# others.
sources:
- name: amd-agi-apex
repo: AMD-AGI/Apex
ref: main
path: tools/skills
license: MIT
# `skill-creator` is intentionally excluded; this catalog already has
# its own `create-skill` story via CONTRIBUTING.md.
skills:
- aiter-reflection
- gpu-architecture-fundamentals
- hip-kernel-optimization
- kernel-exp-history
- mi300-hip-programming-insights
- pytorch-kernel-optimization
- rocprof-compute
- triton-hip-reference-kernel-search
- triton-kernel-optimization
- triton-kernel-reflection-prompts
- name: amd-agi-magpie
repo: AMD-AGI/Magpie
ref: main
path: skills
license: MIT
skills:
- magpie