Record completed Claude marketplace migration - #37
Conversation
📝 WalkthroughWalkthroughThe distribution channel document now uses the 2026-08-12 verification date. It also marks the Claude Code plugin marketplace as live and records migration completion on 2026-05-01. ChangesDistribution channel status
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: Poem
Caution Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional.
❌ Failed checks (1 error)
✅ Passed checks (5 passed)
✨ Finishing Touches✨ Simplify code
Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@DISTRIBUTION_CHANNELS.md`:
- Line 13: Update the Claude Code plugin marketplace row in
DISTRIBUTION_CHANNELS.md to explicitly identify coderabbitai/skills as the live
marketplace source, while preserving the existing installation paths, release
status, and migration note.
🪄 Autofix
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Enterprise
Run ID: 75007a75-83cd-4a43-a6fa-1e429f8764c9
📒 Files selected for processing (1)
DISTRIBUTION_CHANNELS.md
📜 Review details
🧰 Additional context used
📓 Path-based instructions (1)
{README.md,CHANGELOG.md,DISTRIBUTION_CHANNELS.md}
⚙️ CodeRabbit configuration file
{README.md,CHANGELOG.md,DISTRIBUTION_CHANNELS.md}: Keep public installation commands, release status, and source-of-truth claims accurate and mutually consistent.
Files:
DISTRIBUTION_CHANNELS.md
🔇 Additional comments (1)
DISTRIBUTION_CHANNELS.md (1)
3-3: LGTM!
| | Skills package (`npx skills add coderabbitai/skills`) | Live | `README.md`, `skills/` | Canonical multi-agent distribution path for 35+ skills-compatible agents. | | ||
| | Tagged GitHub release archive for binary installers | In development, not user-facing | `.github/workflows/release.yml` | Workflow publishes a versioned tarball, SHA-256 file, and release manifest on `v*` tags, but this channel is not part of public install guidance yet. | | ||
| | Claude Code plugin marketplace | Live, source migration pending | `.claude-plugin/plugin.json`, `commands/`, `agents/` | In-repo packaging is active; official marketplace source is being moved from `coderabbitai/claude-plugin` to this repository. | | ||
| | Claude Code plugin marketplace | Live | `.claude-plugin/plugin.json`, `commands/`, `agents/` | Official marketplace source. Migration from the legacy `coderabbitai/claude-plugin` repository completed on 2026-05-01. | |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Record coderabbitai/skills explicitly as the live marketplace source.
The PR objective requires this repository identifier. The row currently lists only local manifest paths. Add coderabbitai/skills to the source-of-truth or notes column.
As per path instructions: “Keep public installation commands, release status, and source-of-truth claims accurate and mutually consistent.”
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@DISTRIBUTION_CHANNELS.md` at line 13, Update the Claude Code plugin
marketplace row in DISTRIBUTION_CHANNELS.md to explicitly identify
coderabbitai/skills as the live marketplace source, while preserving the
existing installation paths, release status, and migration note.
Source: Path instructions
What changed
coderabbitai/skillsas the live marketplace source.Why
Anthropic switched the official CodeRabbit marketplace entry from
coderabbitai/claude-pluginto this repository on May 1, 2026. The maintainer inventory still described that completed move as pending.Validation
git diff --checkSummary by CodeRabbit