migrate-to-dovetail

Installation
SKILL.md

Migrate data into Dovetail

Use the dt CLI to import content from an existing tool into your Dovetail workspace. Always preview before importing and wait for user approval before running the actual migration.

Prerequisites

  1. dt is installed — if not, run npm install -g @heydovetail/dt
  2. Workspace is configured — if not, run dt init
  3. DOVETAIL_API_KEY is set (from workspace Settings > API)

Standard workflow

install → init → source add → validate → preview → [user approves] → migrate run
# 1. Connect a source
dt source add <source>
Installs
9
Repository
dovetail/skills
First Seen
Apr 10, 2026
migrate-to-dovetail — dovetail/skills