docs: rename plugin marketplace to pleaseai/claude-code-plugins#67
Conversation
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.
Up to standards ✅🟢 Issues
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughDocumentation-only change updating plugin installation instructions in README.md, README.ko.md, and plugins/csp/README.md, replacing ChangesPlugin marketplace documentation update
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
There was a problem hiding this comment.
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
Reply with feedback, questions, or to request a fix.
Re-trigger cubic
|



Summary
Renames the plugin marketplace reference from
pleaseai/code-searchtopleaseai/claude-code-pluginsin 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, andcodex plugin marketplace add pleaseai/code-search→codex plugin marketplace add pleaseai/claude-code-pluginsREADME.ko.md: same two line updates, keeping the Korean doc in sync with the English oneTest Plan
/plugin install csp@pleaseaiandcodex plugin add csp@pleaseailines are unchanged in both filesSummary by cubic
Rename plugin marketplace reference from
pleaseai/code-searchtopleaseai/claude-code-pluginsinREADME.md,README.ko.md, andplugins/csp/README.md. Docs-only change;csp@pleaseaiinstall lines are unchanged.Written for commit cd6fccc. Summary will update on new commits.
Summary by CodeRabbit