midway-entry

Import and verify SQL Server or Redshift migration files into scai.

1|1|Updated Apr 15, 2026
One-click install
npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill midway-entry
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: midway-entry
Source: https://github.com/Snowflake-Labs/cortex-code-migrations/tree/main/plugin/skills/migration/setup/midway-entry
Command: npx skills add https://github.com/Snowflake-Labs/cortex-code-migrations --skill midway-entry

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Facilitates bringing an existing migration project with source and Snowflake SQL files into scai, bypassing registration and conversion steps.

Core Features & Use Cases

  • Import Existing SQL Projects: Quickly integrate SQL Server or Redshift migration files into scai.
  • Directory Mirroring & Validation: Confirm mirrored structure with single CREATE statements per file.
  • Use Case: A database administrator with pre-converted SQL Server scripts can directly import and evaluate their migration setup into scai for further assessment.

Quick Start

Ask the user for project directory, dialect, source SQL path, and Snowflake SQL path; then perform an audit and process files before syncing into scai.

Frequently Asked Questions about midway-entry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I import existing SQL Server migration project files into scai?

Import SQL Server migration project files into scai by providing the project directory, dialect, and source SQL paths. The skill audits and processes files, mirroring the directory structure to bypass registration and conversion steps for immediate assessment.

Can I import Redshift migration scripts without converting them first?

Yes, you can import existing Redshift migration scripts directly into scai. The skill bypasses conversion steps by validating and mirroring your directory structure, requiring only the project directory and SQL file paths for setup.

What directory structure is needed for SQL migration project file validation?

SQL migration project file validation requires a mirrored directory structure with single CREATE statements per file. The skill audits this structure during import to ensure a clean project setup for migration assessments.

Does the migration project import support pre-split SQL files?

Yes, the migration project import supports pre-splitting SQL files. It processes these files during the sync into scai, ensuring they meet the single CREATE statement per file requirement for proper validation.

What information do I need to provide to set up a SQL Server migration project import?

To set up a SQL Server migration project import, you need to provide the project directory, dialect, source SQL path, and Snowflake SQL path. The skill then performs an audit before syncing files into scai.

Why does my migration project import require directory validation?

Migration project import requires directory validation to confirm a mirrored structure with single CREATE statements per file. This ensures a clean project structure for immediate use in migration assessments within scai.