fix: add missing YAML frontmatter to 6 skill files#1
Draft
Conversation
…r#706) Agent-Logs-Url: https://github.com/jazz127/squaddev/sessions/dcd8d4ee-16de-42c7-8ba3-038b4275d7db Co-authored-by: jazz127 <61506018+jazz127@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update templates to include skills frontmatter
fix: add missing YAML frontmatter to 6 skill files
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Six skills shipped without YAML frontmatter, causing load errors in the Copilot CLI (e.g.
/napbeing uncallable). Affected skills only had a bare# Skill Nameheading instead of the structured header every other skill carries.Changes
.squad/skills/entries forcross-machine-coordination,model-selection,personal-squad,release-process; and to.squad-templates/skills/nap/packages/squad-cli/templates/skills/,packages/squad-sdk/templates/skills/, and roottemplates/skills/nap/brought in synccli-wiringfixed directly in both package template trees (no canonical.squad/skills/entry exists for it)Frontmatter shape added (example)
Domains and confidence levels were inferred from each skill's content to match the conventions used by existing skills.