Skip to content

Commit 2849d91

Browse files
Copilotaaronpowell
andcommitted
docs: revert README.md changes (covered by #900), update README.plugins.md
Co-authored-by: aaronpowell <434140+aaronpowell@users.noreply.github.com>
1 parent 8f9c5c4 commit 2849d91

2 files changed

Lines changed: 18 additions & 16 deletions

File tree

README.md

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -65,26 +65,22 @@ An [`llms.txt`](https://awesome-copilot.github.com/llms.txt) file following the
6565

6666
Plugins are installable packages that bundle related agents and skills, making it easy to install a curated set of resources.
6767

68-
#### Browsing Plugins
69-
70-
**Awesome Copilot is a default plugin marketplace** — no setup required in Copilot CLI or VS Code.
68+
#### Installing Plugins
7169

72-
**GitHub Copilot CLI** — browse from within an interactive session:
70+
First, add the Awesome Copilot marketplace to your Copilot CLI:
7371

74-
```
75-
/plugin marketplace browse awesome-copilot
72+
```bash
73+
copilot plugin marketplace add github/awesome-copilot
7674
```
7775

78-
**VS Code** — use the Extensions search view with `@agentPlugins`, or open the Command Palette and run `Chat: Plugins`.
79-
80-
#### Installing Plugins
81-
82-
Install any plugin directly by name:
76+
Then install any plugin:
8377

8478
```bash
8579
copilot plugin install <plugin-name>@awesome-copilot
8680
```
8781

82+
Alternatively, you can use the `/plugin` command within a Copilot chat session to browse and install plugins interactively.
83+
8884
### 🤖 Custom Agents
8985

9086
Custom agents can be used in Copilot coding agent (CCA), VS Code, and Copilot CLI (coming soon). For CCA, when assigning an issue to Copilot, select the custom agent from the provided list. In VS Code, you can activate the custom agent in the agents session, alongside built-in agents like Plan and Agent.

docs/README.plugins.md

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# 🔌 Plugins
22

3-
Curated plugins of related agents and skills organized around specific themes, workflows, or use cases. Plugins can be installed directly via GitHub Copilot CLI.
3+
Curated plugins of related agents and skills organized around specific themes, workflows, or use cases. Plugins can be installed directly via GitHub Copilot CLI or VS Code.
4+
5+
> **Awesome Copilot is a default plugin marketplace** — no setup required in either Copilot CLI or VS Code.
6+
47
### How to Contribute
58

69
See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-plugins) for guidelines on how to contribute new plugins, improve existing ones, and share your use cases.
@@ -13,10 +16,13 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-plugins) for guidelines on how t
1316
- Each plugin includes agents and skills for specific workflows
1417
- Plugins make it easy to adopt comprehensive toolkits for particular scenarios
1518

16-
**Install Plugins:**
17-
- Use \`copilot plugin install <plugin-name>@awesome-copilot\` to install a plugin
18-
- Or browse to the individual files to copy content manually
19-
- Plugins help you discover related customizations you might have missed
19+
**Find & Install in Copilot CLI:**
20+
- Browse the marketplace from within an interactive Copilot session: `/plugin marketplace browse awesome-copilot`
21+
- Install a plugin: `copilot plugin install <plugin-name>@awesome-copilot`
22+
23+
**Find & Install in VS Code:**
24+
- Open the Extensions search view and type `@agentPlugins` to browse available plugins
25+
- Or open the Command Palette and run `Chat: Plugins`
2026

2127
| Name | Description | Items | Tags |
2228
| ---- | ----------- | ----- | ---- |

0 commit comments

Comments
 (0)