Audit: make all SKILL.md frontmatter conform to Agent Skills metadata rules #92
Labels
No labels
community-feedback
enhancement
skill-upgrade
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
magnus/agent-skills#92
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
Finding
The Agent Skills specification requires metadata to be a map of string keys to string values. It also defines the supported top-level fields as name, description, license, compatibility, metadata, and allowed-tools.
Evidence
A YAML parse of all 61 SKILL.md files found non-string metadata in 34 skills. These are primarily tags arrays and sources arrays. Affected skills: arr-cli, bundles/tailscale, bundles/tailscale/skills/headscale-deploy, bundles/workflow-architect, bundles/workflow-architect/skills/bundle-builder, bundles/workflow-architect/skills/interviewer, bundles/workflow-architect/skills/observer, cli-builder, confluence-cli, data-scientist, epub, forgejo-cli, ghost-cli, github-runner, gutenberg, jellyfin-cli, jira-cli, lastfm, lidarr-cli, nous-branding, open-knowledge-format, openlibrary-cli, opensource-contributions, peertube, prowlarr-cli, software-architecture-analysis, spec-driven-development, systematic-debugging, tempest-cli, tmdb-cli, trakt, transistor, yc-default-alive-calculator, and yc-weekly-growth-compass.
Six skills also use unsupported top-level fields instead of metadata: category in six nested tailscale skills; version in crowdsec, github-runner, langgraph, nous-branding, and traefik; and source_repo in opensource-contributions.
forgejo-cli is worse: its unquoted description contains a colon followed by a space, so its YAML frontmatter does not parse at all.
Acceptance criteria