Serdes Workflow Skill End-to-end workflow for exporting Metabase content as YAML, validating it, editing it, and importing it back. Prerequisites All commands require the alias since export, import, and checkers live in enterprise code. You need set to point at the target Metabase Postgres database when importing. The running dev instance's connection string is in the worktree environment (check the nREPL or startup output). Export Flags: - - export only specific collection IDs - - include field values - - continue on error This writes YAML files in the serdes directory layout: Validate Alway…