feat(cli): name Skills as owner/repo/skill without a prefix - #144
Merged
Merged
Conversation
Every remote Skill is a GitHub Skill delivered through skilld.dev, so the skilld: prefix read like a separate source. gh: and github: also both named a Repository. The CLI now prints OWNER/REPOSITORY/SKILL and OWNER/REPOSITORY, and still accepts the 3.0 spellings that lockfiles and docs recorded.
1 task
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❓ Type of change
📚 Description
Every remote Skill is a GitHub Skill that skilld.dev delivers, but
skilld:owner/repo/skillreads like a third source next to GitHub. We also hadgh:owner/repoandgithub:owner/repofor the same Repository. Other tools already takeowner/repo, so that is what people type first.The CLI prints only the bare form: search rows,
--jsonselectors, Skill index lines, install output, and new lockfile entries. It still parsesskilld:andgh:, because 3.0 lockfiles recordskilld:owner/repo/skilland 3.0 docs printed both.github:paths, tree URLs,@login, and./localpaths are unchanged.A bare
owner/repopassed toinstallnow says it names a Repository and points toskilld add.This changes the
selectorstring in--jsonoutput, so I'd ship it as 3.1.0. The skilld.dev sweep is a separate PR that waits for 3.1.0 on npmlatest.