Public roadmap for getting the Purchasely AI Plugin onto every relevant first-party marketplace. Each entry lists the current status, the user-facing install command we want to ship, and the work to do to get there. Contributions welcome — open an issue or PR if you want to drive one of these forward.
Legend: ✅ live · ⏳ in progress · 📋 planned
Status: 📋 planned
Target command:
/plugin install purchasely@claude-plugins-official
Work to do:
- Open a PR on
anthropics/claude-pluginslisting Purchasely under the appropriate category (sdk-integration/monetization). - Pin to a tagged release (
v1.0.0+) so the marketplace can refer to a stable artifact. - Coordinate with Anthropic on listing review and visibility.
Tracking issue: to be filed
Status: ✅ repo marketplace live
Target experience: Codex CLI /plugins browser and Codex App Plugins sidebar surface a purchasely entry.
Install now:
codex plugin marketplace add Purchasely/Purchasely-AI-PluginThen install purchasely from /plugins in Codex CLI or from the Plugins sidebar in the Codex App.
Still to do:
- Submit the plugin to the official OpenAI marketplace if Purchasely wants first-party discovery.
- Keep
.agents/plugins/marketplace.jsonandpurchasely/.codex-plugin/plugin.jsonvalidated in CI.
Tracking issue: to be filed
Status: ✅ repo marketplace live
Target experience: Cursor's plugin UI surfaces a purchasely entry from this repository.
Install now:
Add this repository as a Cursor plugin marketplace, then install purchasely.
Still to do:
- Submit the plugin to the Cursor marketplace if Purchasely wants first-party discovery.
- Keep
.cursor-plugin/marketplace.json,purchasely/.cursor-plugin/plugin.json, andpurchasely/skills/validated in CI.
Tracking issue: to be filed
Status: 📋 planned
Target command:
droid plugin marketplace add Purchasely/Purchasely-AI-Plugin-marketplace
droid plugin install purchaselyWork to do:
- Decide between a dedicated
Purchasely/Purchasely-AI-Plugin-marketplacerepo and reusing the marketplace already published on this repo (/.claude-plugin/marketplace.json). - Verify Factory Droid's plugin schema requirements (
droid.json/ equivalent manifest). - Submit the marketplace URL to Factory's plugin index.
Tracking issue: to be filed
Status: ✅ repo marketplace live
Install now:
copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin
copilot plugin install purchasely@Purchasely-AI-PluginStill to do:
- Submit the plugin to one of Copilot CLI's included marketplaces if Purchasely wants first-party discovery.
- Keep
.claude-plugin/marketplace.jsonand the self-containedpurchasely/plugin folder validated in CI.
Tracking issue: to be filed
Status: ⏳ under investigation — verify whether a Skill-only listing (separate from the Plugin marketplace above) is offered, and whether it makes sense to publish the five skills (purchasely-sdk-expert, purchasely-integrate, purchasely-review, purchasely-debug, purchasely-migrate) individually.
Target command: TBD.
Work to do:
- Confirm the existence and policy of an Anthropic Skill marketplace distinct from
claude-plugins-official. - If it exists and accepts third-party skills, mirror the skills with appropriate
.skill/manifest.jsonfiles.
Tracking issue: to be filed
| Channel | Status | Install |
|---|---|---|
| GitHub-backed Claude Code marketplace | ✅ live | /plugin marketplace add Purchasely/Purchasely-AI-Plugin then /plugin install purchasely@Purchasely-AI-Plugin |
Cross-vendor AGENTS.md (Zed, Mistral vibe, …) |
✅ live | Use the repository root AGENTS.md, which points to the skills/ compatibility link backed by purchasely/skills/ |
| Codex repo marketplace | ✅ live | codex plugin marketplace add Purchasely/Purchasely-AI-Plugin, then install purchasely |
| Cursor repo marketplace | ✅ live | Add this repository as a Cursor plugin marketplace, then install purchasely |
| GitHub Copilot CLI repo marketplace | ✅ live | copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin, then copilot plugin install purchasely@Purchasely-AI-Plugin |
| Gemini CLI extension | ✅ live | gemini extensions install https://github.com/Purchasely/Purchasely-AI-Plugin |
| OpenCode | ⏳ pending #6 | See .opencode/INSTALL.md |
- Pick one of the 📋 / ⏳ entries above.
- Open an issue on this repo titled
marketplace: <channel>describing what you intend to do. - Submit the PR (here for the sync script / manifest, on the marketplace repo for the listing).
- Update this file moving the entry's status forward.