Skip to content

Installation

Section titled “Option 1 (Recommended) — VS Code Agent Plugin”
  1. Enable Agent Plugins in VS Code by setting chat.plugins.enabled to true.

  2. Add oh-my-lotr to your marketplace URLs:

settings.json
{
"chat.plugins.enabled": true,
"chat.plugins.marketplaces": [
"howlowck/oh-my-lotr"
]
}
  1. Open the Extensions view and search for @agentPlugins to browse available Agent Plugins.
  1. Clone the repository:
Terminal window
git clone https://github.com/howlowck/oh-my-lotr.git
  1. Install as a Copilot CLI plugin:
Terminal window
copilot plugin install ./oh-my-lotr
  1. Use copilot normally — all agents and skills are automatically available.