Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

next-migration-skills

يحتوي next-migration-skills على 8 من skills المجمعة من Blazity، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
8
Stars
23
محدث
2026-02-11
Forks
0
التغطية المهنية
3 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

component-migration
مطوّرو الويب

Use when adding 'use client' directives, splitting mixed components into server + client parts, or fixing RSC boundary errors like "useState only works in a Client Component." Also for migrating interactive UI (forms, modals, event handlers) to App Router.

2026-02-11
data-layer-migration
مطوّرو الويب

Use when migrating getStaticProps, getServerSideProps, getStaticPaths, or API routes (pages/api/) to App Router equivalents. Also use when fixing stale data, cache behavior, or fetch errors in migrated pages.

2026-02-11
migration-assessment
مطوّرو البرمجيات

Use when starting a Next.js Pages Router to App Router migration, evaluating migration feasibility, or auditing codebase readiness. Run this BEFORE any other migration skill.

2026-02-11
migration-planning
مطوّرو البرمجيات

Use when the user asks to plan a Next.js migration, create a migration roadmap, decide migration order, schedule migration phases, or asks "what order should I migrate routes?" Analyzes routes via AST and generates a phased migration plan (.migration/plan.md). Requires migration-assessment first.

2026-02-11
route-conversion
مطوّرو الويب

Use when converting a specific page from pages/ to app/ directory, or migrating a route end-to-end (file structure, data fetching, metadata, imports). The main workhorse skill for per-route migration.

2026-02-11
dependency-mapping
مطوّرو البرمجيات

Use when checking npm package compatibility with App Router, replacing deprecated packages, or auditing dependencies before migration. Covers next/router, next/image legacy, and RSC-incompatible packages.

2026-02-09
nextjs-migration-toolkit
مطوّرو الويب

Required dependency for all next-migration-skills. Provides AST analysis and transform tools powered by ts-morph for analyzing routes, components, dependencies, and generating App Router code.

2026-02-09
validation-testing
محللو ضمان جودة البرمجيات والمختبرون

Use after migrating a route or completing a migration phase to verify correctness. Also use when the build breaks, tests fail, or you suspect migration regressions.

2026-02-09