Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Example Agent

A minimal, first-party GitHub Copilot CLI plugin used as the template for authoring new plugins in this repo. It ships one custom agent and one user-invocable skill that you can copy and adapt.

Unlike thermos/, this plugin is not generated from a vendored source — it is authored directly under plugins/. See ../../docs/authoring-plugins.md.

Contents

  • agents/example-review.agent.md — a minimal review agent.
  • skills/example-review/SKILL.md — a user-invocable skill that runs the agent.

Install

copilot plugin install ./plugins/example-agent

Adapt it

  1. Copy this directory to plugins/<your-plugin>/.
  2. Update plugin.json (name, description, keywords).
  3. Replace the agent and skill with your own.
  4. Run npm run validate:all from the repo root.

License

MIT (see LICENSE).