Skip to content

docs: rename plugin marketplace to pleaseai/claude-code-plugins - #67

Merged
amondnet merged 2 commits into
mainfrom
docs/plugin-marketplace-rename
Jul 1, 2026
Merged

docs: rename plugin marketplace to pleaseai/claude-code-plugins#67
amondnet merged 2 commits into
mainfrom
docs/plugin-marketplace-rename

Conversation

@amondnet

@amondnetamondnet commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Summary

Renames the plugin marketplace reference from pleaseai/code-search to pleaseai/claude-code-plugins in both README.md and README.ko.md. This is a docs-only, no-code-behavior change.

Changes

  • README.md: update /plugin marketplace add pleaseai/code-search/plugin marketplace add pleaseai/claude-code-plugins, and codex plugin marketplace add pleaseai/code-searchcodex plugin marketplace add pleaseai/claude-code-plugins
  • README.ko.md: same two line updates, keeping the Korean doc in sync with the English one

Test Plan

  • Verified /plugin install csp@pleaseai and codex plugin add csp@pleaseai lines are unchanged in both files
  • Confirmed README.md and README.ko.md remain in sync after the edit

Summary by cubic

Rename plugin marketplace reference from pleaseai/code-search to pleaseai/claude-code-plugins in README.md, README.ko.md, and plugins/csp/README.md. Docs-only change; csp@pleaseai install lines are unchanged.

Written for commit cd6fccc. Summary will update on new commits.

Summary by CodeRabbit

  • Documentation
    • Updated plugin setup instructions in the main and Korean READMEs.
    • Changed the marketplace source used in Claude Code and Codex examples to the new plugin marketplace.
    • Kept the plugin installation steps intact while refreshing the registration commands.

Update the /plugin marketplace add and codex plugin marketplace add
install lines in README.md and README.ko.md to reference
pleaseai/claude-code-plugins instead of pleaseai/code-search. The
csp@pleaseai install lines are unchanged.
@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues0 issues

Results:
0 new issues

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@coderabbitai

coderabbitaiBot commented Jul 1, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: eccfec05-1ac3-48b8-ae69-e2a07c92831b

📥 Commits

Reviewing files that changed from the base of the PR and between 878345d and cd6fccc.

📒 Files selected for processing (1)
  • plugins/csp/README.md
✅ Files skipped from review due to trivial changes (1)
  • plugins/csp/README.md

📝 Walkthrough

Walkthrough

Documentation-only change updating plugin installation instructions in README.md, README.ko.md, and plugins/csp/README.md, replacing pleaseai/code-search with pleaseai/claude-code-plugins in Claude Code and Codex setup snippets while keeping the csp@pleaseai step unchanged.

Changes

Plugin marketplace documentation update

Layer / File(s)Summary
Update marketplace source in setup snippets
README.md, README.ko.md, plugins/csp/README.md
Claude Code and Codex plugin marketplace add commands now reference pleaseai/claude-code-plugins instead of pleaseai/code-search; the csp@pleaseai install/add step remains unchanged.

Estimated code review effort: 1 (Trivial) | ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check nameStatusExplanation
Description Check✅ PassedCheck skipped - CodeRabbit’s high-level summary is enabled.
Title check✅ PassedThe title accurately summarizes the documentation change from pleaseai/code-search to pleaseai/claude-code-plugins.
Docstring Coverage✅ PassedNo functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check✅ PassedCheck skipped because no linked issues were found for this pull request.
Out of Scope Changes check✅ PassedCheck skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/plugin-marketplace-rename

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

@gemini-code-assistgemini-code-assistBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the plugin marketplace path from pleaseai/code-search to pleaseai/claude-code-plugins in README.md and README.ko.md. The reviewer pointed out that the same path update should be applied to plugins/csp/README.md to ensure documentation consistency across the repository.

Comment threadREADME.md
@greptile-apps

greptile-appsBot commented Jul 1, 2026

Copy link
Copy Markdown

Greptile Summary

This PR updates plugin marketplace registration commands across three README files, replacing the old repository reference pleaseai/code-search with pleaseai/claude-code-plugins. The change is docs-only and touches no executable code.

  • README.md and README.ko.md: Both Claude Code and Codex marketplace-add commands updated to the new repo name; csp@pleaseai install lines are left intact.
  • plugins/csp/README.md: Same two-line update applied to the plugin-specific README, keeping all docs consistent.

Confidence Score: 5/5

Documentation-only rename; all three README files are updated consistently and no code paths are affected.

Every changed line is a markdown code-block example — no logic, configuration, or runtime behaviour is modified. The rename is applied uniformly across all three files, and the csp@pleaseai install commands that users actually run are untouched.

No files require special attention.

Important Files Changed

FilenameOverview
README.mdTwo marketplace-add command lines updated from pleaseai/code-search to pleaseai/claude-code-plugins; no other content changed.
README.ko.mdIdentical two-line update as README.md; Korean doc kept in sync with the English version.
plugins/csp/README.mdSame marketplace reference rename applied to the plugin-specific README.

Sequence Diagram

%%{init: {'theme': 'neutral'}}%%
sequenceDiagram
participant User
participant PluginMarketplace as Plugin Marketplace (pleaseai/claude-code-plugins)
participant CSP as csp plugin (csp@pleaseai)
User->>PluginMarketplace: /plugin marketplace add pleaseai/claude-code-plugins
PluginMarketplace-->>User: marketplace registered
User->>CSP: "/plugin install csp@pleaseai"
CSP-->>User: "plugin installed & MCP server registered"
Loading
%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%%
sequenceDiagram
participant User
participant PluginMarketplace as Plugin Marketplace (pleaseai/claude-code-plugins)
participant CSP as csp plugin (csp@pleaseai)
User->>PluginMarketplace: /plugin marketplace add pleaseai/claude-code-plugins
PluginMarketplace-->>User: marketplace registered
User->>CSP: "/plugin install csp@pleaseai"
CSP-->>User: "plugin installed & MCP server registered"
Loading

Reviews (2): Last reviewed commit: "docs: rename plugin marketplace in plugi..." | Re-trigger Greptile

@codecov

codecovBot commented Jul 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@cubic-dev-aicubic-dev-aiBot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

1 issue found across 2 files

Architecture diagram
sequenceDiagram
participant User as User
participant Claude as Claude CLI
participant Codex as Codex CLI
participant Marketplace as Plugin Marketplace
participant Plugin as csp Plugin
Note over User,Plugin: Plugin Registration Flow
User->>Claude: /plugin marketplace add pleaseai/claude-code-plugins
Claude->>Marketplace: Fetch plugin catalog
Marketplace-->>Claude: Return available plugins
User->>Claude: /plugin install csp@pleaseai
Claude->>Plugin: Install and configure MCP server
User->>Codex: codex plugin marketplace add pleaseai/claude-code-plugins
Codex->>Marketplace: Fetch plugin catalog
Marketplace-->>Codex: Return available plugins
User->>Codex: codex plugin add csp@pleaseai
Codex->>Plugin: Install and configure MCP server
Note over User,Plugin: Both paths reference the same marketplace source
Loading

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment threadREADME.ko.md
@codspeed-hq

codspeed-hqBot commented Jul 1, 2026

Copy link
Copy Markdown
Contributor

Merging this PR will not alter performance

✅ 5 untouched benchmarks


Comparing docs/plugin-marketplace-rename (cd6fccc) with main (73679df)

Open in CodSpeed

@sonarqubecloud

Copy link
Copy Markdown

@amondnet
amondnet merged commit 2bf9c70 into mainJul 1, 2026
13 checks passed
@amondnet
amondnet deleted the docs/plugin-marketplace-rename branch July 1, 2026 13:42
Sign up for freeto 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

@amondnet