Use Case
Github CLI lets you install skills from online repos. I managed to install some of them from the repo https://github.com/matlab/skills. However, I could not install skills from this repo. I think the cause is the containing folder, named skills-catalog instead of the patterns expected by the cli.
gh skill install https://github.com/matlab/matlab-agentic-toolkit skills-catalog/matlab-core
Using ref 2026.05.06 (8a2d96a9)
no skills found in matlab/matlab-agentic-toolkit
Expected skills in skills/*/SKILL.md, skills/{scope}/*/SKILL.md,
{prefix}/skills/*/SKILL.md, {prefix}/skills/{scope}/*/SKILL.md,
*/SKILL.md, or plugins/*/skills/*/SKILL.md
gh skill install https://github.com/matlab/matlab-agentic-toolkit skills-catalog/matlab-core/matlab-debugging
Using ref 2026.05.06 (8a2d96a9)
no skills found in matlab/matlab-agentic-toolkit
Expected skills in skills/*/SKILL.md, skills/{scope}/*/SKILL.md,
{prefix}/skills/*/SKILL.md, {prefix}/skills/{scope}/*/SKILL.md,
*/SKILL.md, or plugins/*/skills/*/SKILL.md
This repository may be a curated list rather than a skills publisher
PS: As side question, what is the difference between the skills in this repo and those ones in https://github.com/matlab/skills?
Relevant Skill or MCP Tool
No response
Proposed Behavior
I would like to be able to install skills from this repo directly from github CLI.
Current Workaround
No response
Additional Context
No response
Use Case
Github CLI lets you install skills from online repos. I managed to install some of them from the repo
https://github.com/matlab/skills. However, I could not install skills from this repo. I think the cause is the containing folder, namedskills-cataloginstead of the patterns expected by the cli.PS: As side question, what is the difference between the skills in this repo and those ones in
https://github.com/matlab/skills?Relevant Skill or MCP Tool
No response
Proposed Behavior
I would like to be able to install skills from this repo directly from github CLI.
Current Workaround
No response
Additional Context
No response