README: clarify Claude Code marketplace install steps#90
Open
gas2own wants to merge 1 commit into
Open
Conversation
Users hit "Plugin not found in any marketplace" because the marketplace-add was an unmarked prerequisite and the install commands lacked the `@asta-plugins` qualifier that Claude Code auto-complete offers. Number the steps, use the fully-qualified install form, and document that a `marketplace update` fails when the marketplace was previously removed (re-add first). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
| > /plugin install asta-assistant # optional, for autonomous research | ||
| > /plugin install asta-dev # optional, for contributors | ||
|
|
||
| # 2. Install the plugins you want. The `@asta-plugins` suffix names the |
Member
There was a problem hiding this comment.
@gas2own Keep the original suggested commands. Just add a note that @asta-plugins can be appended if there is a naming collision (unlikely due to the asta- prefix on the plugin names)
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
Rework the Claude Code marketplace block in the Installation section:
/plugin marketplace add allenai/asta-pluginsas a required first step (numbered), not just one line among the installs./plugin install asta-tools@asta-pluginsetc. — matching what Claude Code's auto-complete actually offers./plugin marketplace update asta-pluginsfails if the marketplace was previously removed (empty marketplace list), and that you must re-add it first.Why
From a Slack thread in the #asta channel: a user uninstalled
asta-plugins, then couldn't reinstall —/plugin marketplace update asta-pluginsdid nothing and/plugin install asta-assistant@asta-pluginsreturned "Plugin not found in any marketplace" because the marketplace was no longer registered. They asked to have the add-marketplace step documented in the README. The existing README had theaddline but buried it and used unqualifiedinstallcommands, which is exactly what caused the confusion.Doc-only change.
🤖 Generated with Claude Code