使用 SDK 集成技能将 Adapty 集成到你的 Capacitor 应用中
adapty-integration 技能可以端到端自动完成 Adapty 集成:看板配置、SDK 安装、付费墙搭建以及各阶段验证。它会自动检测你的平台,并在每个阶段获取相关的 Adapty 文档。
支持的工具:Claude Code、GitHub Copilot CLI、OpenAI Codex、Gemini CLI。
安装时,请根据你使用的工具选择对应的方式。完整列表请参阅技能 README。
该仓库包含的技能不止这一个,以下每条命令都会安装其中的全部技能。
Claude Code
claude plugin marketplace add adaptyteam/adapty-skills
claude plugin install adapty-skills@adapty
GitHub Copilot CLI
git clone https://github.com/adaptyteam/adapty-skills.git
cp -r adapty-skills/skills/* ~/.copilot/skills/
Gemini CLI
gemini skills install https://github.com/adaptyteam/adapty-skills
OpenAI Codex
codex plugin marketplace add adaptyteam/adapty-skills
codex plugin add adapty-skills@adapty
其他工具 — 使用 skills CLI(注意:通过此方式安装的技能不会自动更新):
npx skills add adaptyteam/adapty-skills --all
--all 会将所有技能安装到检测到的每个 Agent 中。不加该参数时,CLI 会询问你要安装哪些技能。
也可以克隆该仓库,然后将 skills/ 下的目录复制到你的工具的技能目录中。
安装完成后,在你的项目中运行该技能:
/adapty-integration
技能会询问几个配置问题,然后逐步引导你完成看板配置、SDK 安装、付费墙搭建和验证。
该技能目前处于测试阶段。如果遇到卡顿或异常行为,请参考分步集成指南——它会引导你的 AI 工具逐步完成每个阶段的正确文档。
adapty-integration 技能可以端到端自动完成 Adapty 集成:看板配置、SDK 安装、付费墙搭建以及各阶段验证。它会自动检测你的平台,并在每个阶段获取相关的 Adapty 文档。
支持的工具:Claude Code、GitHub Copilot CLI、OpenAI Codex、Gemini CLI。
安装时,请根据你使用的工具选择对应的方式。完整列表请参阅技能 README。
该仓库包含的技能不止这一个,以下每条命令都会安装其中的全部技能。
Claude Code
claude plugin marketplace add adaptyteam/adapty-skills
claude plugin install adapty-skills@adapty
GitHub Copilot CLI
git clone https://github.com/adaptyteam/adapty-skills.git
cp -r adapty-skills/skills/* ~/.copilot/skills/
Gemini CLI
gemini skills install https://github.com/adaptyteam/adapty-skills
OpenAI Codex
codex plugin marketplace add adaptyteam/adapty-skills
codex plugin add adapty-skills@adapty
其他工具 — 使用 skills CLI(注意:通过此方式安装的技能不会自动更新):
npx skills add adaptyteam/adapty-skills --all
--all 会将所有技能安装到检测到的每个 Agent 中。不加该参数时,CLI 会询问你要安装哪些技能。
也可以克隆该仓库,然后将 skills/ 下的目录复制到你的工具的技能目录中。
安装完成后,在你的项目中运行该技能:
/adapty-integration
技能会询问几个配置问题,然后逐步引导你完成看板配置、SDK 安装、付费墙搭建和验证。