Skip to content

docs: fix marketplace repo path in README#155

Open
philosophercode wants to merge 1 commit intoanthropics:mainfrom
philosophercode:fix-readme-marketplace-repo-path
Open

docs: fix marketplace repo path in README#155
philosophercode wants to merge 1 commit intoanthropics:mainfrom
philosophercode:fix-readme-marketplace-repo-path

Conversation

@philosophercode
Copy link
Copy Markdown

@philosophercode philosophercode commented May 9, 2026

Summary

The README points users to anthropics/claude-for-financial-services in two places, but the actual repo is anthropics/financial-services. Both commands fail with a 404:

  • The Cowork Paste this repo URL instruction (https://github.com/anthropics/claude-for-financial-services)
  • The Claude Code install snippet (claude plugin marketplace add anthropics/claude-for-financial-services)

This PR updates both references to the correct repo.

The marketplace's declared name in .claude-plugin/marketplace.json is claude-for-financial-services, so the @claude-for-financial-services suffix on each claude plugin install command is correct and is not changed.

Repro

$ claude plugin marketplace add anthropics/claude-for-financial-services
✘ Failed to add marketplace: Failed to clone marketplace repository: ...
   remote: Repository not found.
   fatal: repository 'https://github.com/anthropics/claude-for-financial-services.git/' not found

After this change:

$ claude plugin marketplace add anthropics/financial-services
✔ Successfully added marketplace: claude-for-financial-services

Test plan

  • Ran the repo's pre-commit gate per CLAUDE.md: python3 scripts/check.pyOK — 80 file(s) checked, 0 issues.
  • Verified anthropics/financial-services exists and contains .claude-plugin/marketplace.json with "name": "claude-for-financial-services"
  • Ran claude plugin marketplace add anthropics/financial-services — succeeded (✔ Successfully added marketplace: claude-for-financial-services)
  • Ran each install command from the README's Claude Code section against the new marketplace — all six (financial-analysis, pitch-agent, gl-reconciler, market-researcher, investment-banking, equity-research) installed successfully
  • Confirmed change is README-only; no manifests, skills, or agent bundles touched (git diff --stat = README.md | 2 +- 1 file changed, 2 insertions(+), 2 deletions(-))

🤖 Generated with Claude Code

The README referenced anthropics/claude-for-financial-services in two
places, but the actual repo is anthropics/financial-services. The
Claude Code `claude plugin marketplace add` command and the Cowork
"paste this repo URL" instruction both fail against the wrong path
(404 from GitHub).

The marketplace's declared `name` field is "claude-for-financial-services",
so the @claude-for-financial-services suffix on `claude plugin install`
remains correct and is unchanged.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 9, 2026 03:25
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

Fixes incorrect marketplace repository references in the root README so the documented Cowork and Claude Code installation commands point to the actual GitHub repo.

Changes:

  • Update Cowork “Paste this repo URL” to https://github.com/anthropics/financial-services.
  • Update Claude Code marketplace add command to claude plugin marketplace add anthropics/financial-services.

💡 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.

2 participants