[PR #6] [MERGED] add migrate-to-vinext agent skill #239

Closed
opened 2026-05-06 12:38:42 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/cloudflare/vinext/pull/6
Author: @elithrar
Created: 2/24/2026
Status: Merged
Merged: 2/24/2026
Merged by: @elithrar

Base: mainHead: add-migrate-to-vinext-skill


📝 Commits (3)

  • 4b2d7cc add migrate-to-vinext agent skill
  • 345a268 Apply suggestion from @elithrar
  • 57c7a1a remove .claude/skills in favor of .agents/skills

📊 Changes

6 files changed (+462 additions, -112 deletions)

View changed files

.agents/skills/migrate-to-vinext/SKILL.md (+146 -0)
.agents/skills/migrate-to-vinext/references/compatibility.md (+115 -0)
.agents/skills/migrate-to-vinext/references/config-examples.md (+127 -0)
.agents/skills/migrate-to-vinext/references/troubleshooting.md (+62 -0)
.claude/skills/migrate-to-vinext/SKILL.md (+0 -112)
📝 README.md (+12 -0)

📄 Description

Adds a skill that guides migration from Next.js to vinext (Vite-based Next.js reimplementation targeting Cloudflare Workers).

Removes the original skill from .claude/skills.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/cloudflare/vinext/pull/6 **Author:** [@elithrar](https://github.com/elithrar) **Created:** 2/24/2026 **Status:** ✅ Merged **Merged:** 2/24/2026 **Merged by:** [@elithrar](https://github.com/elithrar) **Base:** `main` ← **Head:** `add-migrate-to-vinext-skill` --- ### 📝 Commits (3) - [`4b2d7cc`](https://github.com/cloudflare/vinext/commit/4b2d7cc93668659527cdfb9ae1b22cadaccd48de) add migrate-to-vinext agent skill - [`345a268`](https://github.com/cloudflare/vinext/commit/345a26856aa8cc7870f0a04d1910666d1e0c2da6) Apply suggestion from @elithrar - [`57c7a1a`](https://github.com/cloudflare/vinext/commit/57c7a1aa305e15c2141ab7287416b0c30be6bf5a) remove .claude/skills in favor of .agents/skills ### 📊 Changes **6 files changed** (+462 additions, -112 deletions) <details> <summary>View changed files</summary> ➕ `.agents/skills/migrate-to-vinext/SKILL.md` (+146 -0) ➕ `.agents/skills/migrate-to-vinext/references/compatibility.md` (+115 -0) ➕ `.agents/skills/migrate-to-vinext/references/config-examples.md` (+127 -0) ➕ `.agents/skills/migrate-to-vinext/references/troubleshooting.md` (+62 -0) ➖ `.claude/skills/migrate-to-vinext/SKILL.md` (+0 -112) 📝 `README.md` (+12 -0) </details> ### 📄 Description Adds a skill that guides migration from Next.js to vinext (Vite-based Next.js reimplementation targeting Cloudflare Workers). Removes the original skill from `.claude/skills`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 12:38:42 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vinext#239
No description provided.