components.d/dynamo: flat layout per-skill entries#127
Merged
Conversation
Restructure to one-entry-per-skill (flat-layout convention adopted 2026-05-28). Follow-up to PR #74 which onboarded Dynamo with the legacy sweep pattern (path: skills/, catalog_dir: Dynamo). Names in ai-dynamo/dynamo already carry the dynamo- prefix so no source rename needed. All 4 skills are 5/5 artifact-compliant (sig + skill-card + evals + BENCHMARK + SKILL.md). Merging this before the first post-#74 sync runs, so no nested skills/Dynamo/ directory is ever created. Sync after this lands publishes all 4 skills flat at skills/dynamo-*/. Signed-off-by: Moshe Abramovitch <moshea@nvidia.com>
This was referenced May 29, 2026
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 #74 (Dan Gil's Dynamo onboarding). Restructure `components.d/dynamo.yml` to flat layout — one entry per skill, lowercase `catalog_dir` matching skill names.
Why immediately
PR #74 merged with the legacy sweep pattern (`path: skills/, catalog_dir: Dynamo`) to land Dan's onboarding work tonight. Merging this PR before the first post-#74 sync runs means no nested `skills/Dynamo/` directory is ever created in the catalog — clean single-step migration to flat layout.
Source state
All 4 Dynamo skills are 5/5 artifact-compliant in `ai-dynamo/dynamo`:
Dynamo becomes the 9th product to reach full artifact compliance.
After this merges
Next sync publishes 4 skills flat at:
🤖 Generated with Claude Code