I noticed some errors in skills that seems to prevent them being loaded in the copilot CLI. They might still be loaded in the Squad's context a different way but I'm unsure. Either way, it seems that most other skills include a more detailed header and the following six don't have it which causes errors and as an example, being unable to call /nap if a Squad user wanted (or is meant to?) to manually.
To clarify, this was on a blank squad generated by the squad init command on a recent build from the dev branch. I noticed that the current repo seems have clear differences in the source.
cli-wiring
cross-machine-coordination
model-selection
nap
personal-squad
release-process
These files have a header of:
#Skill Name
Whereas most skills have headers like:
--- name: "reviewer-protocol" description: "Reviewer rejection workflow and strict lockout semantics" domain: "orchestration" confidence: "high" source: "extracted" ---
I noticed some errors in skills that seems to prevent them being loaded in the copilot CLI. They might still be loaded in the Squad's context a different way but I'm unsure. Either way, it seems that most other skills include a more detailed header and the following six don't have it which causes errors and as an example, being unable to call /nap if a Squad user wanted (or is meant to?) to manually.
To clarify, this was on a blank squad generated by the squad init command on a recent build from the dev branch. I noticed that the current repo seems have clear differences in the source.
cli-wiring
cross-machine-coordination
model-selection
nap
personal-squad
release-process
These files have a header of:
#Skill NameWhereas most skills have headers like:
--- name: "reviewer-protocol" description: "Reviewer rejection workflow and strict lockout semantics" domain: "orchestration" confidence: "high" source: "extracted" ---