ci: repoint shared-skills plugin + refresh model aliases (SC-038, SC-039)#75
Merged
Merged
Conversation
The shared-skills marketplace repo was renamed from xxthunder/xxthunder-dev-skills to xxthunder/xxthunder-agentic-skills, and its marketplace name changed from xxthunder-skills to xxthunder-agentic-skills. claude.yml still referenced the old URL and marketplace name, so the Claude GitHub Action could no longer resolve the marketplace and @claude runs lost the shared skills. Update the marketplace URL and plugin pin in claude.yml and the plugin link in AGENTS.md. Plugin name (xxthunder-dev-skills) is unchanged. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Owner
Author
|
@claude opus-4-7 if this works, put an AC in 038 and check it, that claude workflow via PR comments is functional. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #75 +/- ##
========================================
Coverage 86.00% 86.00%
========================================
Files 22 22
Lines 1908 1908
========================================
Hits 1641 1641
Misses 267 267
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Point the `opus` alias at the latest Opus (claude-opus-4-7), retain opus-4-6 as an explicit legacy pin, and add a haiku alias (claude-haiku-4-5-20251001). The default for an unknown alias stays claude-sonnet-4-6 to preserve existing behavior. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
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
Two related
claude.ymlfixes bundled in one PR:xxthunder/xxthunder-dev-skillstoxxthunder/xxthunder-agentic-skills, and its marketplace name inmarketplace.jsonchanged fromxxthunder-skillstoxxthunder-agentic-skills.claude.ymlstill referenced the old URL and marketplace name, so the Claude GitHub Action could no longer resolve the marketplace —@clauderuns lost the shared skills. The plugin name (xxthunder-dev-skills) is unchanged.opusmapped toclaude-opus-4-6(one release behind 4.7) and there was no Haiku option. Refreshed to the current 4.x family.Changes
.github/workflows/claude.ymlxxthunder-agentic-skills.git; plugin pin →xxthunder-dev-skills@xxthunder-agentic-skills; refreshed model aliasesAGENTS.mddocs/backlog/sc-038.md,sc-039.mddocs/backlog/README.mdModel aliases (SC-039)
opus,opus-4-7claude-opus-4-7(latest Opus)opus-4-6claude-opus-4-6(legacy pin retained)sonnet,sonnet-4-6claude-sonnet-4-6haiku,haiku-4-5claude-haiku-4-5-20251001claude-sonnet-4-6(unchanged)Verification
plugins/plugin_marketplacesconfirmed as validclaude-code-action@v1inputs; formatplugin@marketplacematches the action's documented example.xxthunder-agentic-skills) and plugin (xxthunder-dev-skillsv1.3.0) verified against the livemarketplace.jsonon the renamed repo (default branchdevelop). Repo is public — no auth needed.Remaining smoke test
A live
@claudetrigger on this PR is the recommended real-world confirmation that the action loads a shared skill (e.g. commit-helper) and resolves the new aliases.Closes SC-038. Closes SC-039.
🤖 Generated with Claude Code