Skip to content

docs: remove stale smithery skill sub-command references (#792) - #793

Open
syf2211 wants to merge 1 commit into
arcadeai-labs:mainfrom
syf2211:docs/792-remove-stale-skill-commands
Open

docs: remove stale smithery skill sub-command references (#792)#793
syf2211 wants to merge 1 commit into
arcadeai-labs:mainfrom
syf2211:docs/792-remove-stale-skill-commands

Conversation

@syf2211

@syf2211 syf2211 commented Jun 30, 2026

Copy link
Copy Markdown

Summary

The smithery skill subcommand was removed in SMI-1682 (v1.1.1). Skills are now installed via the upstream npx skills CLI 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 skill sub-commands, which misleads users trying to browse or install skills.

Changes

  • README.md — Examples section: replace smithery skill search / smithery skill add with browse-at-registry + npx skills add
  • src/index.ts — Root --help after-text: replace smithery skill view smithery-ai/cli with npx skills add smithery-ai/cli

The Skills section in README (lines 34–41) already documented the correct flow.

Tests

  • pnpm test — 397/397 pass
  • pnpm typecheck — pass
  • pnpm check — pass

Notes

Issue #792 also mentions stale docs on smithery.ai/docs — that site is maintained separately and is not fixable in this repo.

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: Both smithery.ai/docs/ and GitHub pages still show SKILLS sub-commands

1 participant