heal-skill

Fix incorrect SKILL.md frontmatter and instructions to restore valid Skill Units.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill heal-skill-jesusfilm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: heal-skill
Source: https://github.com/JesusFilm/core/tree/main/.claude/skills/heal-skill
Command: npx skills add https://github.com/JesusFilm/core --skill heal-skill-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fix incorrect SKILL.md files when a skill has wrong instructions or outdated API references, ensuring Skill Units remain discoverable and operable.

Core Features & Use Cases

  • Detect misconfigured SKILL.md frontmatter and usage notes
  • Propose precise fixes with before/after diffs
  • Obtain explicit user approval before applying changes
  • Apply edits to SKILL.md and related files, with optional commit
  • Validate the Skill Unit structure to maintain definition integrity

Quick Start

Analyze the current Skill Unit to identify discrepancies, propose fixes, and apply corrections after user approval.

Frequently Asked Questions about heal-skill

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

FAQPage Schema
How do I fix broken SKILL.md frontmatter and outdated instructions?

Validate skill units by checking for mandatory SKILL.md presence and required frontmatter fields. This validation ensures definition integrity while preserving the executable Markdown body instructions.

How do I validate skill metadata and ensure mandatory frontmatter fields are present?

Validate skill units by checking for mandatory SKILL.md presence and required frontmatter fields. This validation ensures definition integrity while preserving the executable Markdown body instructions.

What is the best way to standardize misconfigured skill definitions across multiple files?

Standardize misconfigured skill definitions by applying a process that scans SKILL.md, references, and scripts to implement corrections, ensuring the Skill Unit remains discoverable and operable across all related files.

Can I automate skill definition corrections without manually editing the Markdown body?

Yes, you can automate skill definition corrections while preserving the Markdown body as executable instructions. The process proposes diffs and applies edits to frontmatter and related files without altering the core executable content.

Why does my Skill Unit have wrong instructions or outdated API references in the metadata?

Skill Units develop wrong instructions or outdated API references when definitions are mis-specified over time. Detecting these discrepancies requires analyzing the current structure to identify frontmatter and usage note misconfigurations.