Problem Statement
Atm you need to add one skill at a time.
asm link ./skill1 -p claude
asm link ./skill2 -p claude
asm link ./skill3 -p claude
...
Proposed Solution
asm link ./skill1 ./skill2 ./skill3 ./skill4 -p claude
Atm if you run the above, it does not even error but just ignores ./skill2 ./skill3 ./skill4
Alternatives Considered
N/A
Use Cases
Adding multiple skills into a new host
Additional Context
It could also be useful to add support for multiple agents with -p like -p codex claude but that could be part of a new issue.