Skip to content

Latest commit

 

History

History
132 lines (81 loc) · 5.11 KB

File metadata and controls

132 lines (81 loc) · 5.11 KB

Distribution roadmap — official marketplaces

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

Anthropic Official Marketplace (claude-plugins-official)

Status: 📋 planned

Target command:

/plugin install purchasely@claude-plugins-official

Work to do:

  1. Open a PR on anthropics/claude-plugins listing Purchasely under the appropriate category (sdk-integration / monetization).
  2. Pin to a tagged release (v1.0.0+) so the marketplace can refer to a stable artifact.
  3. Coordinate with Anthropic on listing review and visibility.

Tracking issue: to be filed

OpenAI Codex plugin marketplace (openai/plugins)

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

Then install purchasely from /plugins in Codex CLI or from the Plugins sidebar in the Codex App.

Still to do:

  1. Submit the plugin to the official OpenAI marketplace if Purchasely wants first-party discovery.
  2. Keep .agents/plugins/marketplace.json and purchasely/.codex-plugin/plugin.json validated in CI.

Tracking issue: to be filed

Cursor plugin marketplace

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:

  1. Submit the plugin to the Cursor marketplace if Purchasely wants first-party discovery.
  2. Keep .cursor-plugin/marketplace.json, purchasely/.cursor-plugin/plugin.json, and purchasely/skills/ validated in CI.

Tracking issue: to be filed

Factory Droid marketplace

Status: 📋 planned

Target command:

droid plugin marketplace add Purchasely/Purchasely-AI-Plugin-marketplace
droid plugin install purchasely

Work to do:

  1. Decide between a dedicated Purchasely/Purchasely-AI-Plugin-marketplace repo and reusing the marketplace already published on this repo (/.claude-plugin/marketplace.json).
  2. Verify Factory Droid's plugin schema requirements (droid.json / equivalent manifest).
  3. Submit the marketplace URL to Factory's plugin index.

Tracking issue: to be filed

GitHub Copilot CLI marketplace

Status: ✅ repo marketplace live

Install now:

copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin
copilot plugin install purchasely@Purchasely-AI-Plugin

Still to do:

  1. Submit the plugin to one of Copilot CLI's included marketplaces if Purchasely wants first-party discovery.
  2. Keep .claude-plugin/marketplace.json and the self-contained purchasely/ plugin folder validated in CI.

Tracking issue: to be filed

Anthropic Skill Marketplace

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:

  1. Confirm the existence and policy of an Anthropic Skill marketplace distinct from claude-plugins-official.
  2. If it exists and accepts third-party skills, mirror the skills with appropriate .skill/manifest.json files.

Tracking issue: to be filed


Already shipped

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

How to help

  1. Pick one of the 📋 / ⏳ entries above.
  2. Open an issue on this repo titled marketplace: <channel> describing what you intend to do.
  3. Submit the PR (here for the sync script / manifest, on the marketplace repo for the listing).
  4. Update this file moving the entry's status forward.