Skip to content

Fix Claude Code installation commands in README#1

Open
mkysel wants to merge 1 commit intomainfrom
fix/installation-docs
Open

Fix Claude Code installation commands in README#1
mkysel wants to merge 1 commit intomainfrom
fix/installation-docs

Conversation

@mkysel
Copy link
Copy Markdown

@mkysel mkysel commented Mar 30, 2026

Summary

  • claude plugin add does not exist as a CLI command
  • The correct flow requires two steps: first register the marketplace, then install the plugin

Before:

claude plugin add xmtplabs/code-factory

After:

claude plugin marketplace add xmtplabs/code-factory
claude plugin install code-factory@code-factory

Test plan

  • Run claude plugin marketplace add xmtplabs/code-factory — should register marketplace named code-factory
  • Run claude plugin install code-factory@code-factory — should install successfully

🤖 Generated with Claude Code

Note

Fix Claude Code plugin installation commands in README

Updates README.md to use the correct two-step installation flow: claude plugin marketplace add followed by claude plugin install code-factory@code-factory. Applies the fix to both the direct install and local clone installation paths.

Macroscope summarized f782248.

`claude plugin add` does not exist. The correct flow is to first add the
marketplace with `claude plugin marketplace add`, then install the plugin
with `claude plugin install`.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@macroscopeapp
Copy link
Copy Markdown

macroscopeapp bot commented Mar 30, 2026

Approvability

Verdict: Approved

This PR only updates CLI command examples in the README documentation. No runtime code is affected, making this a low-risk documentation fix.

You can customize Macroscope's approvability policy. Learn more.

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.

1 participant