/heal-skill — Automated Skill Maintenance Purpose: Detect and auto-fix common skill hygiene issues across the skills/ directory. YOU MUST EXECUTE THIS WORKFLOW. Do not just describe it. --- Quick Start --- What It Detects Ten checks, run in order: | Code | Issue | Auto-fixable? | |------|-------|---------------| | | No field in SKILL.md frontmatter | Yes -- adds name from directory | | | No field in SKILL.md frontmatter | Yes -- adds placeholder | | | Frontmatter differs from directory name | Yes -- updates to match directory | | | File in references/ not linked in SKILL.md | Yes -- converts…