Skip to content

fix(docs): sync marketplace add URL across translated READMEs (#2050)#2068

Open
evanclan wants to merge 1 commit into
affaan-m:mainfrom
evanclan:docs/i18n-marketplace-url-sweep-2050
Open

fix(docs): sync marketplace add URL across translated READMEs (#2050)#2068
evanclan wants to merge 1 commit into
affaan-m:mainfrom
evanclan:docs/i18n-marketplace-url-sweep-2050

Conversation

@evanclan
Copy link
Copy Markdown

@evanclan evanclan commented May 26, 2026

Summary

PR #2050 fixed the stale /plugin marketplace add URL in the root README.zh-CN.md after the everything-claude-codeECC rename. The same install commands were still present in nine translated copies under docs/<locale>/README.md. This PR updates those 15 occurrences so locale-specific onboarding matches the English and German READMEs.

Problem

When users follow a translated README and run:

/plugin marketplace add https://github.com/affaan-m/everything-claude-code
/plugin install ecc@ecc

Claude Code registers the marketplace under a name derived from everything-claude-code, so /plugin install ecc@ecc fails with "Marketplace 'ecc' not found" — the same failure mode documented in #2050.

Affected files (2 commands each unless noted):

  • docs/zh-CN/README.md, docs/zh-TW/README.md
  • docs/ja-JP/README.md, docs/ko-KR/README.md
  • docs/pt-BR/README.md, docs/ru/README.md
  • docs/tr/README.md, docs/th/README.md, docs/vi-VN/README.md (1 each)

Solution

Replace only the /plugin marketplace add GitHub URL with https://github.com/affaan-m/ECC, mirroring #2050’s scope. No logic, badge, issue-link, or settings.json "repo" field changes in this diff.

Out of scope

Test plan

  • grep confirms zero remaining /plugin marketplace add .../everything-claude-code under docs/*/README.md
  • Diff is 9 files, +15/−15, URL-only
  • CI (docs-only; no build required)

Related

Made with Cursor


Summary by cubic

Syncs the /plugin marketplace add URL in nine localized READMEs to https://github.com/affaan-m/ECC. This fixes the install flow so /plugin install ecc@ecc resolves the correct marketplace and avoids the “Marketplace 'ecc' not found” error.

  • Bug Fixes
    • Replaced the stale .../everything-claude-code URL in nine docs/<locale>/README.md files.
    • URL-only changes (+15/−15); no other edits.

Written for commit c85df72. Summary will update on new commits. Review in cubic

Summary by CodeRabbit

  • Documentation
    • Updated plugin marketplace installation URLs across all supported languages in README documentation files.

Review Change Stack

…-m#2050)

PR affaan-m#2050 updated the root README.zh-CN.md install commands after the
everything-claude-code → ECC rename, but the same stale marketplace URL
remained in nine docs/<locale>/README.md copies. Align those quick-start
and self-hosted install blocks so /plugin install ecc@ecc resolves the
ecc marketplace instead of everything-claude-code.
@evanclan evanclan requested a review from affaan-m as a code owner May 26, 2026 23:42
@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 26, 2026

📝 Walkthrough

Walkthrough

This pull request updates installation documentation across nine localized README files to reflect a repository rename. The /plugin marketplace add command URL changes from https://github.com/affaan-m/everything-claude-code to https://github.com/affaan-m/ECC in quick-start and installation sections.

Changes

Localized marketplace URL update

Layer / File(s) Summary
Update plugin marketplace repository URL across localized installation docs
docs/ja-JP/README.md, docs/ko-KR/README.md, docs/pt-BR/README.md, docs/ru/README.md, docs/th/README.md, docs/tr/README.md, docs/vi-VN/README.md, docs/zh-CN/README.md, docs/zh-TW/README.md
The marketplace add command URL is updated from affaan-m/everything-claude-code to affaan-m/ECC in quick-start and installation instruction sections across all localized documentation files.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • affaan-m/ECC#1986: Updates localized README files with the same marketplace repository URL change from affaan-m/everything-claude-code to affaan-m/ECC.
  • affaan-m/ECC#2050: Updates Chinese README documentation with the same /plugin marketplace add URL change to reflect the repository rename.
  • affaan-m/ECC#1988: Updates plugin marketplace and related documentation to replace affaan-m/everything-claude-code with affaan-m/ECC across installation references.

Suggested reviewers

  • affaan-m

Poem

🐰 The marketplace hops to a shorter name,
From lengthy paths to ECC's fame,
Nine tongues now speak the same refrain,
A repository rename, clean and plain!
Installation docs all dance in sync. ✨

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: syncing a specific marketplace URL across translated README files as part of a documentation fix.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

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

No issues found across 9 files

Re-trigger cubic

@comfortduncan185-bit
Copy link
Copy Markdown

sha256:9e6faa1583a803934b9064ff08e48738581a4d51bd7675accc265934c2225a98

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.

2 participants