Skip to content

[FEATURE] add support for multiple skills at a time (e.g. asm link) #141

@saidelike

Description

@saidelike

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions