Describe the bug
I tried to install certain skills from a repo that I use to collect skills, commands and a lot of other agent resources. In that repo, I do have several folders like /skills/, /commands/, etc. to organise the relevant resources. So I tried running apm install PhilippTh/agent-resources/skills/article-review but got the following error:
[x] PhilippTh/agent-resources/skills/article-review -- not accessible or doesn't
exist
All packages failed validation. Nothing to install.
To Reproduce
Steps to reproduce the behavior:
- Run
apm install <your-account>/<your-private-repo>/skills/<your-skill>
- See error
Expected behavior
APM should be able to discover skills if they are not in the root directory.
Environment (please complete the following information):
- OS: macOs
- Python Version: 3.12
- APM Version: 0.8.4
Describe the bug
I tried to install certain skills from a repo that I use to collect skills, commands and a lot of other agent resources. In that repo, I do have several folders like /skills/, /commands/, etc. to organise the relevant resources. So I tried running
apm install PhilippTh/agent-resources/skills/article-reviewbut got the following error:To Reproduce
Steps to reproduce the behavior:
apm install <your-account>/<your-private-repo>/skills/<your-skill>Expected behavior
APM should be able to discover skills if they are not in the root directory.
Environment (please complete the following information):