Sync skills to HF bucket on merge to main#134
Merged
Conversation
burtenshaw
approved these changes
Apr 30, 2026
burtenshaw
left a comment
Collaborator
There was a problem hiding this comment.
Looks good. Do we need versions or commits? Or just always install the lates?
Collaborator
Author
|
I'd say just always install the latest, no versions/commits. it's already how it works today, |
burtenshaw
approved these changes
May 3, 2026
Contributor
|
(added https://huggingface.co/buckets/huggingface/skills/tree/README.md to the bucket for viz') |
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.
This PR adds a workflow that syncs the contents of
skills/and.claude-plugin/marketplace.jsonto thehuggingface/skillsbucket on every merge tomain.hf skills addcurrently fetches skills directly from this repo via the GitHub API, so the rate limit is shared with anything else hitting GitHub from the same machine. mirroring skills to a bucket lets the CLI fetch them from there instead (follow-up PR inhuggingface_hub), avoiding the GH rate limit entirely. The repo stays the source of truth for versioning, PRs, and other tools, the bucket is just a distribution layer for the latest version onmain.