Uh oh!
There was an error while loading. Please reload this page.
fix(skill): /<skill-name> now calls the skill tool directly - #25439
fix(skill): /<skill-name> now calls the skill tool directly#25439wienans wants to merge 2 commits into
Conversation
rekram1-node
commented
May 3, 2026
This is actually intentional behavior |
wienans
commented
May 3, 2026
@rekram1-node Okay, I don’t understand the benefit, but I found a workaround at least as long as commands take priority over skills. Maybe add docs to the agent skill section that this is intentional as others like Claude code have that behaviour of auto executing the skill. For people missing this feature too: |
rekram1-node
commented
May 4, 2026
Oh okay there was some misunderstanding here so:
For the secondary, this approach in this pr continues w/ the command pattern so that's why I closed cause we dont wanna be reusing that |
jjdubski
commented
May 26, 2026
PR #29217 I developed a way to use $ prefix, please take a look. Any feedback would be greatly appreciated! |
Issue for this PR
Closes#24831
Type of change
What does this PR do?
This PR invokes the Skill after using the dedicated / command.
Before
After
Disclaimer: This code change was generated and reviewed by GPT-5.4 xhigh, i am not a Typescript dev myself.
How did you verify your code works?
Screenshots / recordings
Before
After
Checklist