[skills] Remove the orphaned Next.js framework skills#121
Draft
gaojude wants to merge 1 commit into
Draft
Conversation
Delete the nextjs, next-cache-components, next-upgrade, and turbopack skills. Their upstream source (vercel-labs/next-skills) was emptied on 2026-06-23; the canonical home for Next.js skills is now vercel/next.js skills/. These copies are orphaned and will drift. - Delete skills/nextjs, skills/next-cache-components, skills/next-upgrade, skills/turbopack - Drop profiler markers, greenfield defaults, and context-chunk mappings for the removed slugs - Remove chainTo/validate references from routing-middleware, vercel-storage, and cdn-caching skills - Strip skill annotations from vercel.md and the removed include sections from the performance-optimizer template - Update tests, fixtures, and snapshots - Regenerate manifest, catalog, from-skills output, and hooks Revives #101 on top of current main.
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.
Revives #101 on top of current main. The upstream source for
nextjs,next-cache-components,next-upgrade, andturbopack(vercel-labs/next-skills) was emptied on 2026-06-23 (vercel-labs/next-skills#21); the canonical home for Next.js skills is nowvercel/next.jsskills/, so these copies are orphaned and will drift. The official Claude Code marketplace (anthropics/claude-plugins-official) still pins itsvercelentry to 3b6cbeb, which ships them; with this removed, the pin can move to a clean SHA.Deletes the four skill directories and every reference: profiler file/package markers and greenfield defaults,
SKILL_TO_CHUNKcontext mappings,chainTo/validaterules inrouting-middleware,vercel-storage, andcdn-caching(new since #101),⤳ skill:annotations invercel.md, and the{{include:skill:nextjs:…}}sections inagents/performance-optimizer.md.tmpl. Manifest, catalog, from-skills output, and compiled hooks are regenerated; both #103 drift gates pass andbun testis green (885 tests).