docs: fix plugin install command in README and llms.txt#323
Merged
Conversation
Marketplace name in .claude-plugin/marketplace.json is `ralphex`, not `umputun-ralphex`, so the documented install command failed with "Marketplace not found". Related to #322
Deploying ralphex with
|
| Latest commit: |
80c694c
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2c6d26ec.ralphex.pages.dev |
| Branch Preview URL: | https://fix-322-marketplace-name.ralphex.pages.dev |
There was a problem hiding this comment.
Pull request overview
This docs-only PR fixes the Claude Code plugin installation instructions so they match the repository’s actual marketplace/plugin names and resolve the failure reported in #322. It improves the onboarding docs around the optional Claude Code integration without changing runtime behavior.
Changes:
- Correct the documented plugin install identifier from
ralphex@umputun-ralphextoralphex@ralphex. - Apply the fix consistently across the main README, LLM-oriented docs, and the plugin-specific README.
- Align installation examples with
.claude-plugin/marketplace.json/plugin.json, where both the marketplace and plugin are namedralphex.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
README.md |
Fixes the recommended Claude Code plugin install command in the user-facing installation guide. |
llms.txt |
Updates the LLM guidance so assistants suggest the working plugin install command. |
.claude-plugin/README.md |
Keeps the plugin-specific documentation consistent with the actual marketplace/plugin identifiers. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Marketplace name in
.claude-plugin/marketplace.jsonisralphex, so/plugin install ralphex@umputun-ralphexfails with "Marketplace not found". Updated the documented command toralphex@ralphexinREADME.md,llms.txt, and.claude-plugin/README.md.Closes #322