What problem does it solve?
This Skill simplifies the process of creating, installing, and troubleshooting plugins for GitHub Copilot, streamlining the workflow for developing and maintaining custom agent plugins and skills.
Core Features & Use Cases
- Plugin Creation: Scaffolding new plugin directories, authoring
plugin.json manifests, and defining plugin components.
- Local Development: Local installation and testing of plugins without pushing changes to a repository.
- Plugin Management: Installing, updating, and uninstalling plugins from a local directory or remote marketplace.
- Troubleshooting: Diagnosing and resolving issues with plugin installation, loading, and functionality.
- Use Case: If you need to create a new plugin for GitHub Copilot that adds custom slash commands or integrates with external tools, this Skill can guide you through the process.
Quick Start
Create a new plugin directory and run the command 'copilot plugin install <plugin_path>' to install it locally.