Skip to content

amply-tools/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Amply — Claude Code plugin catalog

This repository is the Claude Code plugin marketplace for Amply. It is a catalog only — the plugins themselves live in their own repositories.

Install

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.)

Plugins

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

Other ways to install

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

How this catalog is wired

.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.

License

Apache License 2.0.

About

Amply's Claude Code plugin catalog

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors