Loads the root directory path for skill ZIP storage.
@override Future<String?> loadSkillsRootPath() async { final prefs = await _instance; return prefs.getString('mcp_playground_skills_root_path'); }