docs: remove stale smithery skill sub-command references (#792) - #793
Open
syf2211 wants to merge 1 commit into
Open
docs: remove stale smithery skill sub-command references (#792)#793syf2211 wants to merge 1 commit into
syf2211 wants to merge 1 commit into
Conversation
The smithery skill subcommand was removed in SMI-1682. Update README examples and CLI help text to point users at the upstream npx skills installer instead. Fixes arcadeai-labs#792
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.
Summary
The
smithery skillsubcommand was removed in SMI-1682 (v1.1.1). Skills are now installed via the upstreamnpx skillsCLI from vercel-labs/skills.This PR updates the remaining in-repo references that still showed removed sub-commands (
skill search,skill add,skill view).Fixes #792
Motivation
Issue #792 reports that documentation still lists removed
smithery skillsub-commands, which misleads users trying to browse or install skills.Changes
smithery skill search/smithery skill addwith browse-at-registry +npx skills add--helpafter-text: replacesmithery skill view smithery-ai/cliwithnpx skills add smithery-ai/cliThe Skills section in README (lines 34–41) already documented the correct flow.
Tests
pnpm test— 397/397 passpnpm typecheck— passpnpm check— passNotes
Issue #792 also mentions stale docs on smithery.ai/docs — that site is maintained separately and is not fixable in this repo.