feat(skills): auto-sync SDK skills into agents - #11
Merged
Conversation
felipeares-cs
approved these changes
Jul 27, 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.
What
Hub side of the automated AI skill sync (MOBILE-20445):
.github/workflows/sync-skill.yml— reusable workflow (workflow_call) that mirrors a source repo's authored skill intoskills/<skill>/, regenerates the plugin copies viascripts/sync-plugin.sh, and opens/updates one PR per stack (branchauto/skill-sync-<stack>; reuses an open PR instead of duplicating).scripts/sync-skill-from-source.sh— the copy + PR logic.Why
Mobile SDK skills are authored in their SDK repos. When one changes on the SDK repo's default branch, a thin trigger there calls this workflow to keep the published skill here in sync — no manual copying.
Notes
workflow_callfrom the SDK trigger workflows (rolling out Flutter first).mainbefore the SDK triggers can resolveuses: ...sync-skill.yml@main.Ticket: https://contentsquare.atlassian.net/browse/MOBILE-20445