Installation
Option 1 (Recommended) — VS Code Agent Plugin
Section titled “Option 1 (Recommended) — VS Code Agent Plugin”-
Enable Agent Plugins in VS Code by setting
chat.plugins.enabledtotrue. -
Add
oh-my-lotrto your marketplace URLs:
{ "chat.plugins.enabled": true, "chat.plugins.marketplaces": [ "howlowck/oh-my-lotr" ]}- Open the Extensions view and search for
@agentPluginsto browse available Agent Plugins.
Option 2 — Copilot CLI
Section titled “Option 2 — Copilot CLI”- Clone the repository:
git clone https://github.com/howlowck/oh-my-lotr.git- Install as a Copilot CLI plugin:
copilot plugin install ./oh-my-lotr- Use
copilotnormally — all agents and skills are automatically available.