components.d/tilegym: flat layout per-skill entries#146
Merged
Conversation
Follow-up to PR #121 (Hannah's path flip from .agents/skills/ to canonical skills/). Restructure to one-entry-per-skill flat layout matching the tilegym- prefixed names Hannah landed in source. PR #121 was merged with the legacy sweep pattern (path: skills/, catalog_dir: TileGym) to land the canonical-path correction quickly. Merging this PR before the first post-#121 sync runs means no nested skills/TileGym/ directory is ever created in the catalog. Source state (7 skills, all sig + skill-card + BENCHMARK.md): | Skill | sig | card | evals | BENCHMARK | |---|---|---|---|---| | tilegym-adding-cutile-kernel | ✓ | ✓ | ✓ | ✓ | | tilegym-converting-cutile-to-julia | ✓ | ✓ | ✗ | ✓ | | tilegym-converting-cutile-to-triton | ✓ | ✓ | ✗ | ✓ | | tilegym-cutile-autotuning | ✓ | ✓ | ✗ | ✓ | | tilegym-cutile-python | ✓ | ✓ | ✗ | ✓ | | tilegym-improve-cutile-kernel-perf | ✓ | ✓ | ✗ | ✓ | | tilegym-monkey-patch-kernels-to-transformers | ✓ | ✓ | ✗ | ✓ | Sync after this lands publishes tilegym-adding-cutile-kernel flat at top level. The other 6 will drop on enforcement until Hannah's team adds eval datasets — Slack drafted to track the gap. Signed-off-by: Moshe Abramovitch <moshea@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.
Summary
Follow-up to PR #121 (Hannah's path flip from `.agents/skills/` → canonical `skills/`). Restructure `components.d/tilegym.yml` to one-entry-per-skill flat layout matching the `tilegym-` prefixed names Hannah landed in source.
Why immediately after #121
PR #121 merged with the legacy sweep pattern to land the canonical-path correction quickly. Merging this PR before the first post-#121 sync runs means no nested `skills/TileGym/` directory is ever created in the catalog — single-step migration to flat layout, same pattern as Dynamo (#74 → #127).
Source state
7 skills, all renamed with `tilegym-` prefix + sig + card + BENCHMARK. 1 of 7 is fully 5/5; the other 6 lack eval datasets:
After this merges
Next sync publishes `tilegym-adding-cutile-kernel` flat at top level (5/5 compliant). The other 6 will drop on enforcement until Hannah's team adds eval datasets — Slack drafted separately to track the gap.
🤖 Generated with Claude Code