chore: rebrand plugin to streamnative-agent-skills - #6
Merged
Conversation
Renames the published product and plugin slug from "Cloud Skills" / `streamnative-cloud-skills` to "StreamNative Agent Skills" / `streamnative-agent-skills`, matching the renamed GitHub repository and aligning with how peer data-infrastructure projects name their agentskills bundles. - README.md: H1 title, description sentence, plugin install commands, and `git clone` URL. - .claude-plugin/plugin.json: plugin `name`, `homepage`, `repository`. - .claude-plugin/marketplace.json: plugin entry `name` and `homepage`. Note: this changes the plugin install slug used in `/plugin install …`. Existing installations will need to reinstall under the new name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
codelipenghui
approved these changes
May 11, 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 published product and plugin slug from "Cloud Skills" /
streamnative-cloud-skillsto "StreamNative Agent Skills" /streamnative-agent-skills, matching the renamed GitHub repository (streamnative/streamnative-agent-skills) and aligning with how peer data-infrastructure projects (MongoDB, Databricks) name their agentskills bundles.Files touched
README.md— H1 title (# Cloud Skills→# StreamNative Agent Skills), description sentence, plugin marketplace + install commands,git cloneURL..claude-plugin/plugin.json—name,homepage,repository..claude-plugin/marketplace.json— plugin entrynameandhomepage.Repo grep confirms zero stale
streamnative-cloud-skillsorCloud Skillsstrings remain after this PR.Breaking change
The plugin install slug changes:
Existing installations will need to reinstall under the new name. Plugin metadata version in
plugin.jsonis left at0.1.0(pre-1.0) — no semver bump signalling required, but worth calling out to anyone who already pulled the previous slug.Test plan
/plugin marketplace add streamnative/streamnative-agent-skillsresolves against the renamed repo./plugin install streamnative-agent-skillsregisters all eight skills.validate-skills.sh,check-help-drift.sh,check-manifests.sh) still passes — no skill body changes in this PR.🤖 Generated with Claude Code