docs: fix marketplace repo path in README#155
Open
philosophercode wants to merge 1 commit intoanthropics:mainfrom
Open
docs: fix marketplace repo path in README#155philosophercode wants to merge 1 commit intoanthropics:mainfrom
philosophercode wants to merge 1 commit intoanthropics:mainfrom
Conversation
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>
There was a problem hiding this comment.
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.
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.
Summary
The README points users to
anthropics/claude-for-financial-servicesin two places, but the actual repo isanthropics/financial-services. Both commands fail with a 404:https://github.com/anthropics/claude-for-financial-services)claude plugin marketplace add anthropics/claude-for-financial-services)This PR updates both references to the correct repo.
The marketplace's declared
namein.claude-plugin/marketplace.jsonisclaude-for-financial-services, so the@claude-for-financial-servicessuffix on eachclaude plugin installcommand is correct and is not changed.Repro
After this change:
Test plan
CLAUDE.md:python3 scripts/check.py— OK — 80 file(s) checked, 0 issues.anthropics/financial-servicesexists and contains.claude-plugin/marketplace.jsonwith"name": "claude-for-financial-services"claude plugin marketplace add anthropics/financial-services— succeeded (✔ Successfully added marketplace: claude-for-financial-services)financial-analysis,pitch-agent,gl-reconciler,market-researcher,investment-banking,equity-research) installed successfullygit diff --stat=README.md | 2 +- 1 file changed, 2 insertions(+), 2 deletions(-))🤖 Generated with Claude Code