skills.json
The project manifest says what should exist and where skm should install it.
{
"outputDir": ".agents/skills",
"skills": {
"gha-pinner": {
"source": "https://github.com/stefafafan/skills/tree/main/skills/pin-github-actions",
"requested": "main",
"strategy": "wrap"
}
}
}