logoalt Hacker News

nextaccountictoday at 4:42 AM1 replyview on HN

> Claude code and OpenCode plugins

How hard is to make this work with Github Copilot? (both in VSCode and Copilot CLI)

Is this just a skill, or it requires access to things like hooks? (I mean, copilot has hooks, so this could work, right?)


Replies

tspngtoday at 9:31 AM

Actually VSCode Copilot does support (almost?) same plugin definition as claude code, https://code.visualstudio.com/docs/copilot/customization/age... . I just added my local copy of CQ's plugin directory to `chat.pluginLocations` and it seems to work just fine.

I did not yet test it with the copilot cli.