This repository is the Claude Code plugin marketplace for Amply. It is a catalog only — the plugins themselves live in their own repositories.
Inside Claude Code, run two commands:
/plugin marketplace add amply-tools/claude-plugins
/plugin install amply-integration@amply
- The first command registers Amply's plugin catalog — it installs nothing on its own.
- The second command installs the skill from that catalog.
(amply is the marketplace name; amply-integration is the plugin.)
| Plugin | What it does | Source |
|---|---|---|
amply-integration |
Walks an AI agent through integrating the Amply SDK into a mobile app (React Native, Expo, iOS, Android, Kotlin Multiplatform) — analytics audit, event mapping, a single thin wrapper, deeplink wiring, and a Who/When/What campaign-readiness audit. | amply-tools/sdk-skill |
The amply-integration skill is also installable without Claude Code's plugin system,
via the cross-agent skills CLI (Claude Code, Codex CLI, and more):
npx skills add amply-tools/sdk-skill.claude-plugin/marketplace.json lists each plugin and points at its source. The
amply-integration plugin lives in the amply-tools/sdk-skill
repo under plugins/amply-integration/, referenced here via a git-subdir source.
Updating the skill there flows through to this catalog automatically — this repo only
changes when a plugin is added or its pinned source ref moves.
Apache License 2.0.