Skip to content

fix: add missing YAML frontmatter to 6 skill files#1

Draft
Copilot wants to merge 2 commits intodevfrom
copilot/jarad706-skills-missing-frontmatter
Draft

fix: add missing YAML frontmatter to 6 skill files#1
Copilot wants to merge 2 commits intodevfrom
copilot/jarad706-skills-missing-frontmatter

Conversation

Copy link
Copy Markdown

Copilot AI commented Apr 3, 2026

Six skills shipped without YAML frontmatter, causing load errors in the Copilot CLI (e.g. /nap being uncallable). Affected skills only had a bare # Skill Name heading instead of the structured header every other skill carries.

Changes

  • Canonical sources patched — added frontmatter to .squad/skills/ entries for cross-machine-coordination, model-selection, personal-squad, release-process; and to .squad-templates/skills/nap/
  • All template copies updatedpackages/squad-cli/templates/skills/, packages/squad-sdk/templates/skills/, and root templates/skills/nap/ brought in sync
  • cli-wiring fixed directly in both package template trees (no canonical .squad/skills/ entry exists for it)

Frontmatter shape added (example)

---
name: "nap"
description: "Context hygiene — compress, prune, archive .squad/ state to reclaim context window budget"
domain: "context-management"
confidence: "medium"
source: "extracted"
---

Domains and confidence levels were inferred from each skill's content to match the conventions used by existing skills.

Copilot AI changed the title [WIP] Update templates to include skills frontmatter fix: add missing YAML frontmatter to 6 skill files Apr 3, 2026
Copilot AI requested a review from jazz127 April 3, 2026 22:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants