copilot-plugin-creator
Installation
SKILL.md
Copilot Plugin Creator
Use this skill when the user wants to create or scaffold a GitHub Copilot agent plugin.
Outcomes
- Create a new plugin for CLI, VS Code, or both
- Reuse existing artifacts through correct relative paths when appropriate
- Proactively discover and select likely plugin components when users do not specify them
- Avoid mixing CLI-only assumptions into VS Code plugins
- Generate a minimal, pragmatic
README.mdfor the plugin - Leave the user with the smallest viable plugin scaffold for the requested runtime
Required Inputs
Extract these from the user request. Ask only for missing items that block a correct scaffold.