PushEngage Agent Skills
Helps an AI coding agent integrate and debug the PushEngage push-notification SDK across iOS, Android, Flutter, and React Native.
The six skills follow the open Agent Skills (SKILL.md) standard, so they work with any agent that supports it — Claude Code, Cowork, and other SKILL.md-compatible agents — while also shipping as an installable Claude Code plugin.
Requirements
- A PushEngage account with an app configured in the dashboard.
- An AI coding agent that supports Agent Skills (Claude Code recommended).
Install
Claude Code / Cowork (plugin)
/plugin marketplace add awesomemotive/pushengage-skills
/plugin install pushengage
Installing the plugin also configures the official PushEngage MCP server (@pushengage/mcp via npx, Node.js 18+), which lets the agent operate your PushEngage account — send and schedule notifications, build segments, read analytics, manage site settings. On first use it opens a browser window to log in to your PushEngage account; until then the account tools simply stay idle.
Other agents via the skills CLI (skills.sh)
Works with Cursor, Codex, Copilot, Windsurf, and other SKILL.md-compatible agents:
npx skills add awesomemotive/pushengage-skills
Manual install
The skills live under skills/. Copy the skill folders into your agent's skills directory, or point your agent at this repository. Each skill is a SKILL.md directory and activates automatically based on the project type it detects.
Usage
After installing, just talk to Claude:
- "Help me integrate PushEngage into this app." — runs the full integration flow.
- "PushEngage notifications aren't arriving on my iPhone." — runs the diagnostic flow.
- "Audit my PushEngage setup." — runs the static audit.
The plugin detects your platform automatically and hands off to the matching integration/debug skill.
With the MCP server connected, you can also operate your account: "Send a notification titled 'Sale ends tonight' to my US segment", "How did last week's campaign perform?"
What's inside
This marketplace ships one plugin, pushengage, containing six skills:
| Skill | Purpose |
|---|---|
pushengage | Entry skill — detects platform and routes to the right spoke. |
pushengage-ios | iOS integration and debugging. |
pushengage-android | Android integration and debugging. |
pushengage-flutter | Flutter integration and debugging. |
pushengage-react-native | React Native integration and debugging. |
pushengage-debug | Shared diagnostic skill for broken integrations. |
License
MIT © 2026 PushEngage
Feedback
Questions or feedback? Open an issue or reach the PushEngage team via pushengage.com.