chore: Rename marketplace to rossoctl-agent-skills - #30
Merged
rubambiza merged 1 commit intoAug 11, 2026
Conversation
Update the plugin marketplace name (kagenti-agent-skills -> rossoctl-agent-skills), owner, and README install commands + title to the rossoctl org after the rename. Removes the last kagenti-ism from the /plugin import path so users install with the canonical @rossoctl-agent-skills suffix. Assisted-By: Claude Code (Anthropic AI) <noreply@anthropic.com> Signed-off-by: Gloire Rubambiza <gloire@ibm.com>
clawgenti
reviewed
Aug 11, 2026
clawgenti
left a comment
There was a problem hiding this comment.
Straightforward org rename — all kagenti references replaced consistently with rossoctl across both changed files, with a clear migration note for existing users.
All checks pass. Ready for human review.
Reviewed by clawgenti using the github-pr-review skill
esnible
approved these changes
Aug 11, 2026
esnible
left a comment
Member
There was a problem hiding this comment.
This PR looks correct. It references rosso@rossoctl.dev, which we don't reference anywhere else (and which I didn't know.)
Contributor
Author
|
@esnible |
This was referenced Aug 17, 2026
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
Renames the plugin marketplace from
kagenti-agent-skillstorossoctl-agent-skills(name + owner in.claude-plugin/marketplace.json) and updates the README title and install commands to therossoctlorg. This removes the lastkagenti-ism from the/pluginimport path so users install with the canonical@rossoctl-agent-skillssuffix.Changes
.claude-plugin/marketplace.json:name→rossoctl-agent-skills;owner→rossoctl/rosso@rossoctl.dev.README.md: title → "rossoctl Agent Skills"; install commands →rossoctl/agent-skills+@rossoctl-agent-skills.Migration note
The marketplace name is the
@<name>install suffix, so anyone who already added the marketplace under the old name must re-add it and reinstall plugins under the new suffix:Doing this before broader team rollout so fresh installs get the canonical name.
Part of the rossoctl org rename (rossoctl/automation#32).
Assisted-By: Claude Code