Teach the new plugin and skill names for the Adapty skills repo - #529
Merged
Conversation
The Claude Code plugin is now `adapty-skills` and the SDK skill is `adapty-integration`. Updates the install command and the invocation in the reusable component and in agent-tools.json, plus the skill name in the seven platform page descriptions and the two generated-output injectors. English sources only. The locale copies carry the same strings, but their .hashes caches key on the source fileHash, so this change invalidates them and the translation pipeline should regenerate them rather than hand-editing. whats-new.mdx is deliberately untouched: it is a dated release note recording what was announced at the time. briefs.mjs keeps both names in its non-article denylist for the same reason.
The repo is being renamed alongside the plugin and skill. Updates the 13 `adaptyteam/adapty-sdk-integration-skill` references in the reusable component, agent-tools.json and the two generated-output injectors. Deliberately scoped to references prefixed with `adaptyteam/`, because `adapty-sdk-integration-skill` is ALSO the docs page slug: the 7 platform slugs in InstallToolsModal.astro and SkillPromo.astro, the 7 sidebar ids, and the Homepage.tsx href are published URLs and must not move. Verified unchanged.
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.
What
The Claude Code plugin is now
adapty-skillsand the SDK skill isadapty-integration(adaptyteam/adapty-skills#35). This updates what the docs tell readers to type:AdaptySdkIntegrationSkill.mdx— install command,/adapty-integrationinvocation, and the two prose mentionsagent-tools.json—usageCommandand the Claude Code install commandgenerate-md.mjs+generate-platform-llms-full.mjs— the injected "use the … skill" sentencebriefs.mjs— keeps both names in the non-article denylist.claude/context-mill/zones/agent-tooling.md— internal agent notesWhat is deliberately NOT changed
Page slugs and repo URLs.
adapty-sdk-integration-skill*page ids stay — those are published URLs. The GitHub repo is not being renamed either, so everyadaptyteam/adapty-sdk-integration-skilllink is correct as-is. The substitution was boundary-aware and the diff contains zeroadapty-integration-skillstrings; please spot-check that.Locales. The 7 locale copies carry the same strings, but their
.hashescaches embed translated content keyed to the sourcefileHash. This change invalidates them, so the translation pipeline should regenerate them. I did not hand-edit translations — flagging in case the pipeline needs a nudge, and note the install-command line is language-independent if you'd rather patch it directly.whats-new.mdx. A dated release note recording what was announced at the time; archival accuracy over findability. Say the word if you'd rather it point at the current name.Timing
Nothing here is urgent or breaking: the old plugin handle still resolves via a deprecated marketplace entry, so the current docs are stale rather than wrong. Merge whenever. The alias on the other side will only be dropped after this lands.
⛔ BLOCKED until the repo is renamed
These commits assume the GitHub repo has been renamed
adaptyteam/adapty-sdk-integration-skill→adaptyteam/adapty-skills. That rename has not happened yet. Every updated URL here 404s until it does, so do not merge before the rename.Rename steps (repo Settings → General → Repository name), then in whatever order:
adaptyteam/adapty-sdk-integration-skillagain — reusing the name permanently kills the redirect.owner/repo, and the old slugs remain as stale duplicates that cannot be redirected.RAW_BASEis araw.githubusercontent.comURL and raw does not follow repo renames.What survives the rename with no action: existing
claude plugininstalls (git remotes follow the redirect), existing clones, and every published docs page slug —adapty-sdk-integration-skill*page ids are unrelated to the repo name and deliberately unchanged.