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.