Integrate Adapty into your iOS app with the SDK integration skill
The adapty-sdk-integration skill automates Adapty integration end to end: dashboard setup, SDK install, paywall, and per-stage verification. It detects your platform automatically and fetches the relevant Adapty docs at each stage.
Supported tools: Claude Code, GitHub Copilot CLI, OpenAI Codex, Gemini CLI.
To install, pick the form for your tool. The full list is in the skill README.
Claude Code
claude plugin marketplace add adaptyteam/adapty-sdk-integration-skill
claude plugin install adapty-sdk-integration@adapty
GitHub Copilot CLI
gh skill install adaptyteam/adapty-sdk-integration-skill
Gemini CLI
gemini skills install https://github.com/adaptyteam/adapty-sdk-integration-skill
OpenAI Codex or any other tool: Clone the repo and copy plugins/adapty-sdk-integration/skills/adapty-sdk-integration/ into your tool’s skills directory.
After installing, run the skill in your project:
/adapty-sdk-integration
The skill asks a few setup questions, then walks through dashboard setup, SDK install, paywall, and verification.
The skill is in beta. If it stalls or behaves unexpectedly, follow the step-by-step integration guide instead — it covers every stage manually.