Add YAML frontmatter to all skills for automatic discovery #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
The Claude Code skills in
~/.claude/skills/are not being automatically discovered because they're missing the required YAML frontmatter.Problem
Skills like
gitea,code-review,issue-writing,backlog-grooming, androadmap-planningall start directly with markdown content instead of the required frontmatter format.Solution
Add YAML frontmatter to the top of each SKILL.md file:
Affected Skills
~/.claude/skills/gitea/SKILL.md~/.claude/skills/code-review/SKILL.md~/.claude/skills/issue-writing/SKILL.md~/.claude/skills/backlog-grooming/SKILL.md~/.claude/skills/roadmap-planning/SKILL.mdNotes
namefield must use lowercase letters, numbers, and hyphens only (max 64 chars)descriptionfield is used for semantic matching when Claude decides which skills to apply