-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Update docs to reflect awesome-copilot as default plugin marketplace in CLI and VS Code #901
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
eb9893e
8f9c5c4
2849d91
0e56450
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -27,7 +27,9 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-instructions) for guidelines on | |||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| pluginsSection: `## 🔌 Plugins | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| Curated plugins of related agents and skills organized around specific themes, workflows, or use cases. Plugins can be installed directly via GitHub Copilot CLI.`, | ||||||||||||||||||||||||||
| 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. | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| > **Awesome Copilot is a default plugin marketplace** — no setup required in either Copilot CLI or VS Code.`, | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| pluginsUsage: `### How to Contribute | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
|
|
@@ -41,10 +43,13 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md#adding-plugins) for guidelines on how t | |||||||||||||||||||||||||
| - Each plugin includes agents and skills for specific workflows | ||||||||||||||||||||||||||
| - Plugins make it easy to adopt comprehensive toolkits for particular scenarios | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| **Install Plugins:** | ||||||||||||||||||||||||||
| - Use \\\`copilot plugin install <plugin-name>@awesome-copilot\\\` to install a plugin | ||||||||||||||||||||||||||
| - Or browse to the individual files to copy content manually | ||||||||||||||||||||||||||
| - Plugins help you discover related customizations you might have missed`, | ||||||||||||||||||||||||||
| **Find & Install in Copilot CLI:** | ||||||||||||||||||||||||||
| - Browse the marketplace from within an interactive Copilot session: \\\`/plugin marketplace browse awesome-copilot\\\` | ||||||||||||||||||||||||||
| - Install a plugin: \\\`copilot plugin install <plugin-name>@awesome-copilot\\\` | ||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||
| **Find & Install in VS Code:** | ||||||||||||||||||||||||||
| - Open the Extensions search view and type \\\`@agentPlugins\\\` to browse available plugins | ||||||||||||||||||||||||||
| - Or open the Command Palette and run \\\`Chat: Plugins\\\``, | ||||||||||||||||||||||||||
|
Comment on lines
+47
to
+52
|
||||||||||||||||||||||||||
| - Browse the marketplace from within an interactive Copilot session: \\\`/plugin marketplace browse awesome-copilot\\\` | |
| - Install a plugin: \\\`copilot plugin install <plugin-name>@awesome-copilot\\\` | |
| **Find & Install in VS Code:** | |
| - Open the Extensions search view and type \\\`@agentPlugins\\\` to browse available plugins | |
| - Or open the Command Palette and run \\\`Chat: Plugins\\\``, | |
| - Browse the marketplace from within an interactive Copilot session: \`/plugin marketplace browse awesome-copilot\` | |
| - Install a plugin: \`copilot plugin install <plugin-name>@awesome-copilot\` | |
| **Find & Install in VS Code:** | |
| - Open the Extensions search view and type \`@agentPlugins\` to browse available plugins | |
| - Or open the Command Palette and run \`Chat: Plugins\``, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These list items escape the inline-code backticks (e.g.,
\/plugin marketplace browse...`). In Markdown,`prevents inline code rendering and shows literal backticks instead. Regenerate this file after fixing the source template so these use normal inline code formatting (``...` ``) without backslashes.