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.
agents/example-review.agent.md— a minimal review agent.skills/example-review/SKILL.md— a user-invocable skill that runs the agent.
copilot plugin install ./plugins/example-agent- Copy this directory to
plugins/<your-plugin>/. - Update
plugin.json(name,description,keywords). - Replace the agent and skill with your own.
- Run
npm run validate:allfrom the repo root.
MIT (see LICENSE).