-
Notifications
You must be signed in to change notification settings - Fork 516
Open
Description
It would be nice if the skill installer does not default to "main" branch, and instead uses the repo's default branch. Just do a git clone without providing a ref unless explicitly requested by the user.
It would also be nice if a discovery of the skill path would be performed.
This can probably be achieved in one of three ways:
- automated discovery by the AI itself
- config file (.openai.conf) in the root dir of the repo
- convention (e.g. "skills/SKILL/SKILL.md")
For example, for the skill I created on master branch, the shortest install instructions I found to work were:
install the skill from https://github.com/bashly-framework/bashly-ai-kit/tree/master/skills/bashly (master branch)whereas I would love to avoid the "master branch" specification, and the full GitHub URL. Ideally, I would want:
install the bashly skill from github: bashly-framework/bashly-ai-kit
# or
$skill-installer github:bashly-framework/bashly-ai-kitI know there are flags that can be provided, but using natural language to do these operations seems more appropriate.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels