Remove Next.js skills from the plugin#101
Open
gaojude wants to merge 1 commit into
Open
Conversation
60101e0 to
637dd81
Compare
Next.js agent skills should live in the Next.js repo, not be maintained (or synced from a side repo) here where they drift. Removes the nextjs, next-cache-components, next-upgrade, and turbopack skills. - Delete the four skill dirs - Regenerate manifest, catalog, build-from-skills, perf-optimizer agent, hooks - Drop nextjs/turbopack/next-upgrade refs from vercel.md graph, profiler, vercel-context chunks, and routing-middleware/vercel-storage chainTo - Update pattern fixtures + tests (infra tests reparented to vercel-functions)
637dd81 to
629d98c
Compare
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.
Next.js agent skills should live in the Next.js repo, not be maintained here (synced from a side repo) where they drift. Removes the
nextjs,next-cache-components,next-upgrade, andturbopackskills, consolidating Next.js guidance intonext.js/skills.Deletes the four skill dirs and regenerates the dependent artifacts (manifest, catalog, build-from-skills,
performance-optimizeragent, hooks); drops their refs from the ecosystem graph, profiler, context chunks, androuting-middleware/vercel-storagechainTo. Infra tests that usednextjsas the example skill are reparented tovercel-functions. Companion PRs remove the same skills fromvercel-labs/next-skillsandvercel/next.js.