docs: clarify which skills the Claude Code marketplace exposes - #157
Open
waprin wants to merge 2 commits into
Open
docs: clarify which skills the Claude Code marketplace exposes#157waprin wants to merge 2 commits into
waprin wants to merge 2 commits into
Conversation
The README listed all 18 skills under "This plugin includes" but the marketplace manifest only defines 6 plugins. Users who install via /plugin marketplace cannot get ui-test, cookie-sync, company-research, etc. that way. - Add a Plugin column to the skills table - Split Installation into the npx skills route (all skills) and the marketplace route (subset), with a --skill example for single installs Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AmcEbQ5nrL5MaMBs2Twd6d
Replace the Plugin column with an Install column holding the exact npx skills add --skill command for each skill, plus the /plugin install alternative on the six rows that have a marketplace plugin. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01AmcEbQ5nrL5MaMBs2Twd6d
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.
What
The root README currently says "This plugin includes the following skills" above a table of 18 skills, and then documents the Claude Code marketplace as an install path. But
.claude-plugin/marketplace.jsononly defines 6 plugins (browse,functions,browser-trace,safe-browser,webmcp-gen,add-webmcp), and thebrowseplugin ships onlyskills/browser. The other 12 skills, includingui-test,cookie-sync, andcompany-research, are not installable through the marketplace at all.This PR:
npx skills add browserbase/skills --skill <name>or /plugin install <plugin>@browserbasenpx skills addroute (all skills, any agent) and the marketplace route (subset, Claude Code only), and says explicitly what the marketplace does not coverNo manifest changes. Whether more skills should become plugins is a separate question; this just makes the docs match what the manifest does today.
Why
Tried to install
ui-testvia the marketplace, following the README, and could not find it. It took reading the manifest to figure out why. With the Install column, a reader looking for any one skill sees the working command on that skill's row without having to scroll to Installation.Related: #156 fixes the per-skill install command in
skills/ui-test/README.md.🤖 Generated with Claude Code
https://claude.ai/code/session_01AmcEbQ5nrL5MaMBs2Twd6d
Note
Low Risk
README-only documentation; no code, config manifest, or install behavior changes.
Overview
Updates the root README so install instructions match reality: the skills table gains an Install column with copy-paste
npx skills add browserbase/skills --skill <name>on every row, and the six marketplace-backed skills also showor /plugin install …@browserbase.The intro no longer implies all skills ship as one Claude Code “plugin”; Installation is split into
npx skills add(all skills, any detected agent) versus the Claude Code marketplace (onlybrowse,functions,browser-trace,safe-browser,webmcp-gen,add-webmcp). Manual marketplace steps are generalized to pick any plugin, not onlybrowse.No manifest or runtime changes—documentation only.
Reviewed by Cursor Bugbot for commit ccfcd0b. Bugbot is set up for automated code reviews on this repo. Configure here.