← Home

Get Started

Add the Neexo marketplace to VS Code and start using our plugins in under a minute.

Option 1: VS Code Settings

  1. 1.

    Open Settings

    Press Ctrl+, (or Cmd+, on Mac)

  2. 2.

    Search for chat.plugins.marketplaces

  3. 3.

    Add this to your settings.json

    "chat.plugins.marketplaces": [
      "github/copilot-plugins",
      "NeexoCore/awesome-neexo"
    ]
  4. 4.

    Reload VS Code

    Neexo plugins now appear in @agentPlugins, the Extensions sidebar, and Command Palette → "Chat: Install Plugin".

Option 2: Copilot CLI

copilot plugin marketplace add NeexoCore/awesome-neexo
copilot plugin install neexo-developer@awesome-neexo
copilot plugin install neexo-guardrails@awesome-neexo

Option 3: Auto-setup script (Neexo team)

If you have the repo cloned, run this once:

.\scripts\setup-marketplace.ps1

This automatically adds the marketplace to both VS Code and VS Code Insiders settings.

What happens after setup?

  • All Neexo plugins appear alongside official GitHub plugins
  • New plugins are available automatically when we add them — no action needed
  • Use @agentPlugins in Copilot Chat to browse installed plugins
  • Only people with the marketplace in their settings can see our plugins — it's private by default