Skip to content

wullemsb/skills

v0.1.0MIT

GitHub Copilot plugin containing reusable skills.

skills

This repository is a GitHub Copilot Agent Plugins 1.0 plugin.

Installation

  1. Clone this repository locally.

  2. From the repository root, install the plugin:

    copilot plugin install .
    
  3. Verify that the plugin was loaded:

    copilot plugin list
    
  4. Start a new Copilot session and confirm the included skill is available:

    /skills list
    

If you update the plugin locally, run copilot plugin install . again from the repository root to refresh the cached installation.

Included skill

  • skill-stocktake: scans available skills in the current repository, common plugin layouts, or user-provided paths, and reviews them against a quality checklist. It includes bundled helper scripts under skills/skill-stocktake/scripts/ for inventory, quick-diff, and result persistence, and is adapted for Copilot from the original skill-stocktake skill.