What problem does it solve? Agent skills can fail installation due to malformed SKILL.md files, missing resources, or broken sub-scripts, leaving them stuck in an error state. This Skill provides the procedure to diagnose the failure, fix the installed files, and correctly update the manifest.json so the skill is marked as installed again. ## Core Features & Use Cases - Error Diagnosis: Analyzes the reported installation error and inspects all files in the skill directory collectively to find the root cause. - Surgical Repair: Guides fixes to the installed skill files, including malformed SKILL.md frontmatter, missing resources, or incorrect sub-scripts. - Manifest Synchronization: Updates the skill's entry in manifest.json by setting status to "installed" and clearing the error field so the UI refreshes automatically. - Use Case: A skill named "data-fetcher" fails to install because its SKILL.md has invalid YAML frontmatter. Use this Skill to fix the frontmatter at the installed path, then update manifest.json to clear the error and restore the skill. ## Quick Start Fix the broken skill 'data-fetcher' at its installed path and update the manifest.json to mark it as installed.