Skip to content

Mirror the adapty-skills rename in the marketplace manifest - #5

Merged
eandreeva-twr merged 3 commits into
mainfrom
chore/adapty-skills-rename
Aug 20, 2026
Merged

Mirror the adapty-skills rename in the marketplace manifest#5
eandreeva-twr merged 3 commits into
mainfrom
chore/adapty-skills-rename

Conversation

@eandreeva-twr

@eandreeva-twr eandreeva-twr commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Why this repo needs the change

This repo publishes the adapty marketplace as well, listing all three plugins — including the skills-repo one by {source: github, repo: ...} reference. That plugin is being renamed to adapty-skills (adaptyteam/adapty-skills#35).

Without this, anyone who added the adapty marketplace from this repo would not see adapty-skills at all — they'd still be offered only the old name.

What

The adapty-sdk-integration entry becomes two entries pointing at the same source:

  • adapty-skills — the primary, with a description covering both skills it ships
  • adapty-sdk-integration — deprecated alias, so installs made under the old handle keep resolving and keep updating

This mirrors exactly what the skills repo's own manifest now does. claude plugin validate . passes with no warnings.

Note on the two manifests

Both this repo and the skills repo publish a marketplace named adapty with hand-synced plugin lists. That is pre-existing, but it means changes like this have to be made twice or the two catalogs drift. Worth deciding which repo owns the adapty index — out of scope here.

Order

Safe to merge independently. The alias means neither side breaks whichever lands first.


⛔ BLOCKED until the repo is renamed

These commits assume the GitHub repo has been renamed adaptyteam/adapty-sdk-integration-skilladaptyteam/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:

  1. Rename the repo on GitHub. Open PRs, branches and stars move with it; git and web traffic redirect from the old name indefinitely.
  2. Never create anything at adaptyteam/adapty-sdk-integration-skill again — reusing the name permanently kills the redirect.
  3. Re-register the skills.sh listing and the Context7 entry — both key on owner/repo, and the old slugs remain as stale duplicates that cannot be redirected.
  4. Merge Point the skill fetch at the renamed adapty-integration directory adapty-cli#17 after the skills-repo PR. RAW_BASE is a raw.githubusercontent.com URL and raw does not follow repo renames.

What survives the rename with no action: existing claude plugin installs (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.

This repo publishes the `adapty` marketplace too, listing the skills-repo
plugin by reference. That plugin is now `adapty-skills`, so the entry follows —
otherwise anyone who added the marketplace from this repo would not see it.

Keeps the old `adapty-sdk-integration` name as a second entry pointing at the
same source, matching the skills repo, so installs made under the old handle
keep resolving. `claude plugin validate .` passes.
The skills repo is being renamed, so both mirrored entries follow. Also updates
the repo link in the three READMEs. `claude plugin validate .` passes.
lint-i18n pins a hash of README.md and both translations were built from the
previous one. The change itself is a bare repo URL, identical in all three
files and language-independent, so no retranslation was needed — only the
recorded stamp. `node scripts/lint-i18n.mjs` passes.
@eandreeva-twr
eandreeva-twr merged commit 9d4516d into main Aug 20, 2026
2 checks passed
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