Responses to server-side API requests
Install agent tools
Run the whole Adapty SDK integration from your AI coding tool. Learn more
claude plugin marketplace add adaptyteam/adapty-skills
claude plugin install adapty-skills@adapty
git clone https://github.com/adaptyteam/adapty-skills.git
cp -r adapty-skills/skills/* ~/.copilot/skills/
gemini skills install https://github.com/adaptyteam/adapty-skills
git clone https://github.com/adaptyteam/adapty-skills.git
cp -r adapty-skills/skills/* ~/.agents/skills/
Installs into any agent that supports skills. To update later, run npx skills update.
npx skills add adaptyteam/adapty-skills --all
After installing, run the skill in your project:
/adapty-integration