skill-repair

Repairs failed agent skill installations and updates manifest.json status entries.

Updated Aug 16, 2026
One-click install
npx skills add https://github.com/1919114514yasenpai-maker/focus-quest --skill skill-repair-1919114514yasenpai-maker
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: skill-repair
Source: https://github.com/1919114514yasenpai-maker/focus-quest/tree/main/.gemini/skills/skill-repair
Command: npx skills add https://github.com/1919114514yasenpai-maker/focus-quest --skill skill-repair-1919114514yasenpai-maker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Agent skills can fail to install 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 mark the skill as repaired in the manifest. ## Core Features & Use Cases - Error Diagnosis: Analyzes the reported installation error and inspects all files in the skill directory to find the root cause. - Surgical Repair: Fixes issues directly at the installed path, including malformed SKILL.md files and missing resources. - Manifest Synchronization: Updates manifest.json by setting the skill status to "installed" and clearing the error field so the UI refreshes automatically. - Use Case: A skill fails to install because its SKILL.md frontmatter is malformed. Use this Skill to locate the broken file, correct the frontmatter, and update manifest.json so the skill becomes available again. ## Quick Start Fix the broken skill that failed installation and update its manifest.json entry to mark it as installed.

Frequently Asked Questions about skill-repair

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fix a skill that failed installation?▼

Analyze the reported error message, then list all files in the skill's installed directory to find the root cause, such as a malformed SKILL.md or missing resources. After fixing every affected file, update manifest.json to set the skill status to installed and clear the error field.

How do I update manifest.json after repairing a skill?▼

Locate the skill's entry in the skills object of manifest.json, set its status field to installed, and set the error field to null or remove it. The UI detects this change automatically and refreshes the skill state.

What causes skill installation failures?▼

Common causes include malformed SKILL.md frontmatter, missing resource files, and incorrect sub-scripts within the skill directory. Because skills can contain multiple files, all files must be inspected collectively to identify the actual root cause.

Why is my skill still showing an error after I fixed the files?▼

The skill remains in an error state until manifest.json is updated to reflect the repair. You must set the status to installed and clear the error field for the UI to detect the change and refresh.

Can I repair a skill by editing only one file?▼

Only if a single file is the confirmed root cause. The repair procedure requires listing and analyzing all files in the skill directory collectively, since failures can span multiple files such as the SKILL.md and its sub-scripts.