feat(vercel): vendor vercel-labs/agent-skills (9 skills) + sync script#13
Open
NagyVikt wants to merge 1 commit into
Open
feat(vercel): vendor vercel-labs/agent-skills (9 skills) + sync script#13NagyVikt wants to merge 1 commit into
NagyVikt wants to merge 1 commit into
Conversation
…c script Vendored read-only mirror of vercel-labs/agent-skills @ f8a72b9 (MIT). scripts/sync-vercel-skills.sh re-pulls upstream (zips stripped). See skills/vercel/UPSTREAM.md for attribution.
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.
Vendors the 9 skills from vercel-labs/agent-skills (MIT) into
skills/vercel/, plus a one-command re-pull.What
skills/vercel/<name>/— 9 skills: composition-patterns, deploy-to-vercel, react-best-practices, react-native-skills, react-view-transitions, vercel-cli-with-tokens, vercel-optimize, web-design-guidelines, writing-guidelinesskills/vercel/UPSTREAM.md— attribution + pinned upstream commit (f8a72b9)scripts/sync-vercel-skills.sh— re-run to pull upstream updates (build.zipartifacts stripped)Why content-mirror (not git-subtree)
The gx
agent-branch-guardblocks git-subtree's merge-commit machinery. A content-mirror sync commits as a plain commit (guard-safe) and delivers the same 'update flows through' behavior.Verification
cue lint-skillAdditive — touches no existing skill.