plugin-creator

Create, install, and debug GitHub Copilot plugins with custom slash commands.

2|Updated Jun 15, 2026
One-click install
npx skills add https://github.com/jmerkow/my-agentic-stuff --skill plugin-creator-jmerkow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: plugin-creator
Source: https://github.com/jmerkow/my-agentic-stuff/tree/main/plugins/authoring/skills/plugin-creator
Command: npx skills add https://github.com/jmerkow/my-agentic-stuff --skill plugin-creator-jmerkow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-cli, vs-code, and includes scripts (resource) and references (resource) components.

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.

Frequently Asked Questions about plugin-creator

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a custom GitHub Copilot plugin with slash commands?

To create a GitHub Copilot plugin, scaffold a new plugin directory, author the plugin.json manifest, and define your custom slash commands and components within it.

Can I install and test GitHub Copilot plugins locally without pushing to a repository?

Yes, you can install and test GitHub Copilot plugins locally by running 'copilot plugin install <plugin_path>' in your local development environment without pushing changes.

Do I need GitHub CLI and VS Code to develop agent plugins for GitHub Copilot?

Yes, developing and managing GitHub Copilot agent plugins requires a local development environment with familiarity in the GitHub Copilot CLI and VS Code settings.

What is the best way to troubleshoot GitHub Copilot plugin installation issues?

Troubleshooting GitHub Copilot plugin installation involves diagnosing and resolving loading and functionality issues directly through the GitHub Copilot CLI and VS Code settings.

How do I manage and update GitHub Copilot plugins from a local directory or remote marketplace?

Managing GitHub Copilot plugins includes installing, updating, and uninstalling them from either a local directory or a remote marketplace using the CLI.

Why is my GitHub Copilot plugin not loading after local installation?

GitHub Copilot plugin loading failures are typically resolved by diagnosing the local installation path, verifying the plugin.json manifest, and checking VS Code settings.