Skip to content

Commit 8d10be2

Browse files
kherembourgCopilot
andcommitted
Document GitHub Copilot CLI install
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cbfeac5 commit 8d10be2

3 files changed

Lines changed: 19 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ All notable changes to this project are documented here. The format is based on
77
### Added
88

99
- `purchasely/.claude-plugin/plugin.json` and `purchasely/hooks` — make the root `purchasely/` plugin folder self-contained for Claude Code, matching the existing Codex plugin folder layout.
10+
- GitHub Copilot CLI quickstart using `copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin` and `copilot plugin install purchasely@Purchasely-AI-Plugin`.
1011

1112
### Changed
1213

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A cross-harness plugin that bundles:
1313
- **1 expert agent**`sdk-expert`
1414
- **Cross-vendor manifests**`.claude-plugin/`, `.cursor-plugin/`, `.agents/plugins/`, `purchasely/.claude-plugin/`, `purchasely/.codex-plugin/`, `AGENTS.md`, `GEMINI.md`, `gemini-extension.json`
1515

16-
Works with **Claude Code**, **Codex CLI**, **Codex App**, **Cursor**, **Gemini CLI**, **OpenCode**, and **AGENTS.md-compatible harnesses**.
16+
Works with **Claude Code**, **Codex CLI**, **Codex App**, **Cursor**, **Gemini CLI**, **OpenCode**, **GitHub Copilot CLI**, and **AGENTS.md-compatible harnesses**.
1717

1818
---
1919

@@ -81,6 +81,15 @@ See [`.opencode/INSTALL.md`](.opencode/INSTALL.md). TL;DR — add to your `openc
8181
{ "plugin": ["purchasely@git+https://github.com/Purchasely/Purchasely-AI-Plugin.git"] }
8282
```
8383

84+
### GitHub Copilot CLI
85+
86+
```bash
87+
copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin
88+
copilot plugin install purchasely@Purchasely-AI-Plugin
89+
```
90+
91+
Copilot CLI reads the repository marketplace and installs the `purchasely/` plugin folder, including the canonical `skills/` playbooks.
92+
8493
### AGENTS.md-compatible harnesses
8594

8695
Tools that read the repository-level `AGENTS.md` should use this repository directly. `AGENTS.md` is intentionally only a bootstrap that points to the canonical `skills/` playbooks.

docs/distribution.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -81,20 +81,19 @@ droid plugin install purchasely
8181

8282
## GitHub Copilot CLI marketplace
8383

84-
**Status:** 📋 planned
84+
**Status:** ✅ repo marketplace live
8585

86-
**Target command:**
86+
**Install now:**
8787

8888
```bash
89-
copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin-marketplace
90-
copilot plugin install purchasely
89+
copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin
90+
copilot plugin install purchasely@Purchasely-AI-Plugin
9191
```
9292

93-
**Work to do:**
93+
**Still to do:**
9494

95-
1. Create `Purchasely/Purchasely-AI-Plugin-marketplace` (mirroring this repo's `.claude-plugin/marketplace.json` structure) **or** confirm Copilot CLI accepts the existing marketplace manifest from `Purchasely/Purchasely-AI-Plugin`.
96-
2. Validate end-to-end with `copilot plugin install` against a clean repo.
97-
3. Submit to GitHub's plugin index when the marketplace API stabilizes.
95+
1. Submit the plugin to one of Copilot CLI's included marketplaces if Purchasely wants first-party discovery.
96+
2. Keep `.claude-plugin/marketplace.json` and the `purchasely/` plugin folder validated in CI.
9897

9998
**Tracking issue:** _to be filed_
10099

@@ -121,6 +120,7 @@ copilot plugin install purchasely
121120
| Cross-vendor `AGENTS.md` (Zed, Mistral `vibe`, …) | ✅ live | Use the repository root `AGENTS.md`, which points to the canonical `skills/` playbooks |
122121
| Codex repo marketplace | ✅ live | `codex plugin marketplace add Purchasely/Purchasely-AI-Plugin`, then install `purchasely` |
123122
| Cursor repo marketplace | ✅ live | Add this repository as a Cursor plugin marketplace, then install `purchasely` |
123+
| GitHub Copilot CLI repo marketplace | ✅ live | `copilot plugin marketplace add Purchasely/Purchasely-AI-Plugin`, then `copilot plugin install purchasely@Purchasely-AI-Plugin` |
124124
| Gemini CLI extension | ✅ live | `gemini extensions install https://github.com/Purchasely/Purchasely-AI-Plugin` |
125125
| OpenCode | ⏳ pending #6 | See `.opencode/INSTALL.md` |
126126

0 commit comments

Comments
 (0)