To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
Some agentic tools add plugin prefix before its skills and commands - to avoid collision and simplify discovery.
It looks like /<plugin-name>:<skill|command-name>. I think that makes sense for ECA too.
Following might be nice to have:
- When the prefix and skill|command share the name, prefix is usually removed. (eg. no
/ui-doomer:ui-doomer, just /ui-doomer).
- And when there is no collision, the command/skill can have both short and prefixed form, but I am not sure it is worth increasing the complexity.
To upvote this issue, give it a thumbs up. See this list for the most upvoted issues.
Some agentic tools add plugin prefix before its skills and commands - to avoid collision and simplify discovery.
It looks like
/<plugin-name>:<skill|command-name>. I think that makes sense for ECA too.Following might be nice to have:
/ui-doomer:ui-doomer, just/ui-doomer).