workflow-migration

Installation
SKILL.md

Troubleshooting

If requests fail, run zero doctor check-connector --env-name NOTION_API_KEY

How It Works

Step 1: Identify the Local Skill to Migrate

Ask the user:

  • Which skill do they want to migrate?
  • Where is the skill located? (usually ~/.claude/skills/{skill-name}/)

Discover local skills:

# List all local Claude Code skills
ls -la ~/.claude/skills/

# Show available skills
find ~/.claude/skills -name "SKILL.md" -type f
Related skills
Installs
23
GitHub Stars
59
First Seen
Mar 12, 2026