Rename the pack to intel-gpu-ai-skills - #6
Merged
Conversation
unrahul
requested review from
258SusanLiu,
GopeshKh and
YuningQiu
as code owners
August 24, 2026 17:33
Align the pack name with the public repository, intel/gpu-ai-skills. Rename the plugin directory, the plugin and marketplace manifests for Claude, Cursor, and Gemini, the Hermes and OpenClaw configs, the installer strings and backup cache path, every path reference in tests, scripts, docs, and skill content, and regenerate agents/AGENTS.md. Bump manifest versions to 0.2.0 for the rename. Signed-off-by: Rahul Unnikrishnan Nair <rahul.unnikrishnan.nair@intel.com>
unrahul
force-pushed
the
rename/intel-gpu-ai-skills
branch
from
August 24, 2026 20:32
2b9ac9b to
c174fca
Compare
YuningQiu
self-requested a review
August 24, 2026 20:50
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.
The public repo is intel/gpu-ai-skills but the plugin still called itself intel-model-skillpack. This renames the pack everywhere so the name people install matches the name they find.
What this covers:
Verified by grep sweeps for every name variant (zero hits), a sandboxed install and uninstall round trip across all nine agents, and a clean-room Claude Code session that added the marketplace, installed two plugins under the new name, and ran the fit calculator from the installed cache.
Note: this overlaps with PR #5 on one README line and will be rebased once that lands.