You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1、Currently, the workflow skills list fails to load the skills from the installed Claude plugins.
2、According to the current source code logic, it is necessary to add skill configurations in the marketplace.json file, but Claude's official team does not provide this configuration item.
3、If we forcibly configure skills in marketplace.json, although the skills from the plugins can be seen in the workflow skills list, after building the workflow, a prompt still appears requiring the skills from the plugins to be copied to the .claude directory of the local project.
Steps to reproduce
1、Install a Claude plugin that includes skills.
2、Open the skills panel using the workflow, and find that the skills from the corresponding Claude plugin are not displayed.
Expected behavior
1、The workflow can read skills from Claude plugins.
2、Claude plugin skills can be directly used to build workflows without copying them to the local project.
What happened?
1、Currently, the workflow skills list fails to load the skills from the installed Claude plugins.
2、According to the current source code logic, it is necessary to add skill configurations in the marketplace.json file, but Claude's official team does not provide this configuration item.
3、If we forcibly configure skills in marketplace.json, although the skills from the plugins can be seen in the workflow skills list, after building the workflow, a prompt still appears requiring the skills from the plugins to be copied to the .claude directory of the local project.
Steps to reproduce
1、Install a Claude plugin that includes skills.
2、Open the skills panel using the workflow, and find that the skills from the corresponding Claude plugin are not displayed.
Expected behavior
1、The workflow can read skills from Claude plugins.
2、Claude plugin skills can be directly used to build workflows without copying them to the local project.
Extension version
3.28.0
VSCode version
1.109.5
Operating System
macOS
Relevant log output
Screenshots
No response