Skip to content

ci: repoint shared-skills plugin + refresh model aliases (SC-038, SC-039)#75

Merged
xxthunder merged 2 commits into
developfrom
ci/sc-038-repoint-shared-skills-plugin
May 24, 2026
Merged

ci: repoint shared-skills plugin + refresh model aliases (SC-038, SC-039)#75
xxthunder merged 2 commits into
developfrom
ci/sc-038-repoint-shared-skills-plugin

Conversation

@xxthunder

@xxthunder xxthunder commented May 24, 2026

Copy link
Copy Markdown
Owner

Summary

Two related claude.yml fixes bundled in one PR:

  1. SC-038 — The shared-skills marketplace repo was renamed from xxthunder/xxthunder-dev-skills to xxthunder/xxthunder-agentic-skills, and its marketplace name in marketplace.json 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 — @claude runs lost the shared skills. The plugin name (xxthunder-dev-skills) is unchanged.
  2. SC-039 — The model-alias table was stale: opus mapped to claude-opus-4-6 (one release behind 4.7) and there was no Haiku option. Refreshed to the current 4.x family.

Changes

File Change
.github/workflows/claude.yml marketplace URL → xxthunder-agentic-skills.git; plugin pin → xxthunder-dev-skills@xxthunder-agentic-skills; refreshed model aliases
AGENTS.md shared-skills plugin link → renamed repo
docs/backlog/sc-038.md, sc-039.md new backlog items (closed)
docs/backlog/README.md SC-038 + SC-039 added to Done

Model aliases (SC-039)

Alias Resolves to
opus, opus-4-7 claude-opus-4-7 (latest Opus)
opus-4-6 claude-opus-4-6 (legacy pin retained)
sonnet, sonnet-4-6 claude-sonnet-4-6
haiku, haiku-4-5 claude-haiku-4-5-20251001
(unknown / default) claude-sonnet-4-6 (unchanged)

Verification

  • plugins / plugin_marketplaces confirmed as valid claude-code-action@v1 inputs; format plugin@marketplace matches the action's documented example.
  • Marketplace name (xxthunder-agentic-skills) and plugin (xxthunder-dev-skills v1.3.0) verified against the live marketplace.json on the renamed repo (default branch develop). Repo is public — no auth needed.
  • Grep confirms no active references to the old repo URL / marketplace name remain (historical backlog entries left as record).

Remaining smoke test

A live @claude trigger 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

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>
@xxthunder

Copy link
Copy Markdown
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

claude Bot commented May 24, 2026

Copy link
Copy Markdown

Claude encountered an error —— View job


I'll analyze this and get back to you.

@codecov

codecov Bot commented May 24, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 86.00%. Comparing base (318a57a) to head (cd9228e).
✅ All tests successful. No failed tests found.

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           
Flag Coverage Δ
PS7 86.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

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>
@xxthunder xxthunder changed the title ci: repoint shared-skills plugin to renamed repo (SC-038) ci: repoint shared-skills plugin + refresh model aliases (SC-038, SC-039) May 24, 2026
@xxthunder xxthunder merged commit bf22bdc into develop May 24, 2026
4 checks passed
@xxthunder xxthunder deleted the ci/sc-038-repoint-shared-skills-plugin branch May 24, 2026 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant