A skill for agentic coding tools (Claude Code, GitHub Copilot CLI, OpenAI Codex, Gemini CLI) that guides you through integrating the Adapty SDK into a mobile app end-to-end — dashboard setup, SDK install, paywall, and store configuration — step by step, with the agent doing the work and pointing you to the right docs when input is needed.
Supported platforms: iOS · Android · Flutter · React Native · Unity · Kotlin Multiplatform · Capacitor
From your shell:
claude plugin marketplace add adaptyteam/adapty-sdk-integration-skill
claude plugin install adapty-sdk-integration@adaptyThen run /reload-plugins inside Claude Code to activate it.
The skill is a portable directory — plugins/adapty-sdk-integration/skills/adapty-sdk-integration/ in this repo. All three CLIs below read the same Claude-style SKILL.md format.
GitHub Copilot CLI — install command, or drop the folder in place:
gh skill install adaptyteam/adapty-sdk-integration-skill
# or manually:
git clone https://github.com/adaptyteam/adapty-sdk-integration-skill.git
cp -r adapty-sdk-integration-skill/plugins/adapty-sdk-integration/skills/adapty-sdk-integration ~/.copilot/skills/Docs: About agent skills (GitHub).
OpenAI Codex CLI — drop the folder under ~/.agents/skills/ (personal) or <repo>/.agents/skills/ (project):
git clone https://github.com/adaptyteam/adapty-sdk-integration-skill.git
cp -r adapty-sdk-integration-skill/plugins/adapty-sdk-integration/skills/adapty-sdk-integration ~/.agents/skills/Docs: Codex Skills.
Gemini CLI — install command, or drop the folder in place:
gemini skills install https://github.com/adaptyteam/adapty-sdk-integration-skill
# or manually:
git clone https://github.com/adaptyteam/adapty-sdk-integration-skill.git
cp -r adapty-sdk-integration-skill/plugins/adapty-sdk-integration/skills/adapty-sdk-integration ~/.gemini/skills/Docs: Gemini CLI Skills.
Open your mobile project in your agentic CLI and run:
/adapty-sdk-integration
(In CLIs that don't map slash commands to skills, just say "Use the adapty-sdk-integration skill" instead.)
The skill takes over from there. It will:
- Detect the platform from the project structure
- Ask three questions — paywall approach, third-party integrations, and whether to use an existing Adapty app or create a new one
- Configure the Adapty dashboard via the Adapty CLI
- Implement the SDK stage by stage, fetching the latest docs before writing each piece of code
- Verify each step with build checks and visual checkpoints before moving on
You'll be asked for your Adapty credentials and a few decisions along the way — the rest is automated.
- Paywall Builder (recommended) — Adapty renders the UI in a no-code editor; nothing to build
- Custom paywall — you build the UI; Adapty provides products and handles purchases
- Observer mode — keep your existing StoreKit / Billing code; Adapty tracks events only
Adapty SDK overviews: iOS · Android · Flutter · React Native · Unity · Kotlin Multiplatform · Capacitor
- An agentic CLI that supports the Claude Skills format — Claude Code, GitHub Copilot CLI, OpenAI Codex, or Gemini CLI
- An Adapty account (free tier works)
At the end of a successful integration, the skill optionally collects anonymous signals (platform, steps completed, rating) — no code, no project details, nothing identifying. Helps the Adapty team improve this guide.