Add TileGym to the NVIDIA Agent Skills catalog#22
Merged
mosheabr merged 1 commit intoNVIDIA:mainfrom May 4, 2026
Merged
Conversation
mosheabr
approved these changes
May 4, 2026
Collaborator
mosheabr
left a comment
There was a problem hiding this comment.
Approve.
Verified end-to-end:
- Source repo NVIDIA/TileGym: public NVIDIA-org, not archived
- LICENSE explicitly dual-licenses .agents/ content as CC-BY-4.0 AND Apache-2.0 (rest of repo is MIT). The .agents/ scope is exactly what syncs into the catalog, so the skill content matches the menu — Dual claim verified at source.
- has_discussions: false upstream → correctly set as links.discussions: false in tilegym.yml
- 6 skill directories upstream match the body's enumerated list
- Single-file PR (components.d/tilegym.yml only) — correct under the post-#40 flow
- Filename slug matches name-derived slug
- All 6 commits DCO signed
- All 5 author affirmations checked
Thanks for patiently rebasing and migrating through the architecture flip.
Registers NVIDIA/TileGym for catalog sync under the new components.d/<slug>.yml schema. TileGym ships 6 skills under .agents/skills/: - adding-cutile-kernel - converting-cutile-to-julia - converting-cutile-to-triton - cutile-python - improve-cutile-kernel-perf - monkey-patch-kernels-to-transformers links.discussions is set to false because TileGym has Issues but no Discussions tab. CONTRIBUTING.md and SECURITY.md are at default paths. License: Dual (Apache-2.0 + CC-BY-4.0). Signed-off-by: Hannah Li <hanli@nvidia.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Onboarding type
components.d/tilegym.ymlfor NVIDIA/TileGym)For new product onboarding — author affirmations
By submitting this PR, I confirm on behalf of my team:
NVIDIA/TileGym).agents/skills/path used (TileGym is on the canonical layout;.claude/skillsis a symlink →../.agents/skills)What this PR adds
components.d/tilegym.ymlregisteringNVIDIA/TileGymfor catalog sync under the new components.d schema. TileGym ships 6 skills under.agents/skills/:adding-cutile-kernel— guides adding a new cuTile kernel op to TileGymconverting-cutile-to-julia— port a cuTile Python kernel to Juliaconverting-cutile-to-triton— port a cuTile kernel to Tritoncutile-python— author and orchestrate cuTile Python kernelsimprove-cutile-kernel-perf— iteratively optimize cuTile kernel performancemonkey-patch-kernels-to-transformers— integrate TileGym kernels into HuggingFace Transformerslinks.discussions: false— TileGym has Issues but no Discussions tab. CONTRIBUTING.md and SECURITY.md are present at default paths.The commit history of this branch was rebased to the new schema: a merge commit drops the obsolete
components.yml/README.mdedits (both superseded —components.ymlis gone, README.md is now auto-generated), and a follow-up commit adds the singlecomponents.d/tilegym.ymlentry.All PRs
Signed-off-by: Hannah Li <hanli@nvidia.com>)