Migrate

Installation
SKILL.md

Migrate β€” external-content intake and classification

🚨 MANDATORY: Voice Notification

curl -s -X POST http://localhost:31337/notify \
  -H "Content-Type: application/json" \
  -d '{"message": "Starting the migration. Scanning source and classifying chunks."}' \
  > /dev/null 2>&1 &

What this skill does

Migrates content into the PAI structure from external sources. Unlike /interview (which asks the user questions to fill gaps), /migrate already has the content β€” it just needs to classify each chunk and route it to the right PAI destination.

Sources supported in V1

Installs
33
GitHub Stars
16.3K
First Seen
May 2, 2026
Migrate β€” danielmiessler/personal_ai_infrastructure