Troubleshooting If requests fail, run 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 ) Discover local skills : Read the skill definition : IMPORTANT : Claude Code skills are defined in files with natural language descriptions, not YAML config files. Step 2: Analyze the Skill For the skill found, understand: 1. Purpose : What does this skill do? 2. Commands : What scripts/commands does it run? 3. Dependencies : What tools/languages does it need? 4. Environment : What env vars/secrets does it…