Skip to content

Install in GitHub Copilot CLI

Prerequisites

  • Node.js 18+ and a GitHub account with Copilot access.

Install the CLI and sign in

npm install -g @github/copilot
copilot

Add the marketplace and install the plugin

This repo is the techtalkai marketplace. From inside a copilot session:

/plugin marketplace add techtalk/ai-readiness-assessment
/plugin install ai-readiness-assessment@techtalkai

Or non-interactively, from your shell:

copilot plugin marketplace add techtalk/ai-readiness-assessment
copilot plugin install ai-readiness-assessment@techtalkai

Confirm it's installed

copilot plugin list
/skills list

You should see ai-readiness-assessment.

Next