-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request
Description
Problem Description
The install command currently fails to discover a skill if the skill.md file is located in the root directory of the repository and the URL is provided without a trailing
/..
For example, using the repository github.com/comeonzhj/Auto-Redbook-Skills:
skillshare install github.com/comeonzhj/Auto-Redbook-Skills-> Fails ("can't find skill")skillshare install github.com/comeonzhj/Auto-Redbook-Skills/.-> Succeeds, but the skill is automatically namedrepo(requiring--nameto rename it properly).
Request
The current workflow is slightly cumbersome for root-level skills.
Proposed Solution:
- Enhance the discovery mechanism to include the repository root directory when scanning for
skill.md. - Ensure that when installed from the root, the skill name is derived correctly (e.g., from the repo name) instead of defaulting to
repoor requiring manual renaming.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or request