Skip to content

docs: fix plugin install command in README and llms.txt#323

Merged
umputun merged 1 commit intomasterfrom
fix-322-marketplace-name
May 3, 2026
Merged

docs: fix plugin install command in README and llms.txt#323
umputun merged 1 commit intomasterfrom
fix-322-marketplace-name

Conversation

@umputun
Copy link
Copy Markdown
Owner

@umputun umputun commented May 3, 2026

Marketplace name in .claude-plugin/marketplace.json is ralphex, so /plugin install ralphex@umputun-ralphex fails with "Marketplace not found". Updated the documented command to ralphex@ralphex in README.md, llms.txt, and .claude-plugin/README.md.

Closes #322

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
Copilot AI review requested due to automatic review settings May 3, 2026 17:07
@cloudflare-workers-and-pages
Copy link
Copy Markdown

Deploying ralphex with  Cloudflare Pages  Cloudflare Pages

Latest commit: 80c694c
Status: ✅  Deploy successful!
Preview URL: https://2c6d26ec.ralphex.pages.dev
Branch Preview URL: https://fix-322-marketplace-name.ralphex.pages.dev

View logs

@umputun umputun merged commit 7564f55 into master May 3, 2026
5 checks passed
@umputun umputun deleted the fix-322-marketplace-name branch May 3, 2026 17:08
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-ralphex to ralphex@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 named ralphex.

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.

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.

Claude Code skills installation instructions wrong in README

2 participants