migration▌
43 indexed skills · max 10 per page
d1-migration
jezweb/claude-skills · Productivity
Guided workflow for Cloudflare D1 database migrations using Drizzle ORM.
migration-helper
get-convex/agent-skills · Productivity
Plan and execute Convex schema migrations safely with zero-downtime data transformations. \n \n Covers safe additive changes (optional fields, new tables, indexes) that require no migration code, and breaking changes (required fields, type changes, renames) that need custom migration functions \n Provides patterns for batch processing, scheduled migrations via cron jobs, and dual-write strategies to maintain app availability during transitions \n Includes complete examples for common scenarios:
planning-oracle-to-postgres-migration-integration-testing
github/awesome-copilot · Testing
Analyze a single target project to identify data access artifacts that require integration testing, then produce a structured, actionable testing plan.
winui3-migration-guide
github/awesome-copilot · Frontend
Complete reference for migrating UWP apps to WinUI 3 with before/after code examples. \n \n Maps all namespace changes from Windows.UI.Xaml.* to Microsoft.UI.Xaml.* , plus threading, windowing, and dialog APIs \n Covers the three most common Copilot mistakes: ContentDialog without XamlRoot, MessageDialog usage, and CoreDispatcher patterns \n Includes migration tables for window management, pickers, background tasks, settings, and GetForCurrentView() replacements \n Provides a 15-item migration c
axiom-networking-migration
charleswiltgen/axiom · Productivity
Skills: axiom-ios-networking, axiom-networking-legacy
data-migration-scripts
aj-geddes/useful-ai-prompts · Productivity
Create robust, safe, and reversible data migration scripts for database schema changes and data transformations with minimal downtime.
axiom-metal-migration-ref
charleswiltgen/axiom · Productivity
Complete reference for converting OpenGL/DirectX code to Metal.
axiom-metal-migration
charleswiltgen/axiom · Productivity
Porting OpenGL/OpenGL ES or DirectX code to Metal on Apple platforms.
framework-migration-legacy-modernize
sickn33/antigravity-awesome-skills · Productivity
Orchestrate a comprehensive legacy system modernization using the strangler fig pattern, enabling gradual replacement of outdated components while maintaining continuous business operations through expert agent coordination.
axiom-database-migration
charleswiltgen/axiom · Productivity
Safe database schema evolution for production apps with user data. Core principle Migrations are immutable after shipping. Make them additive, idempotent, and thoroughly tested.