About
The VKC Drizzle Schema Migration skill provides a structured framework for managing database evolutions within the Viet K-Connect ecosystem. It enforces a database-first approach for configuration data, ensuring that visa rulesets and document templates are stored in tables rather than hardcoded in TypeScript. By streamlining the workflow from schema definition in src/lib/db/schema.ts to migration generation and local application, this skill maintains database integrity and prevents concurrent modification conflicts during the development process.