home/productivity/copilot-new-plugin-prompt

Copilot New Plugin.prompt

GPTClaudeDeepSeek··932 copies·updated 2026-07-14
copilot-new-plugin-prompt.prompt
---
description: Scaffold an agent plugin bundle with prompts, skills, agents, hooks, and MCP servers
name: New Agent Plugin
agent: Copilot Customization Builder
tools: ['search', 'edit/editFiles']
---

# New Agent Plugin

Create an agent plugin blueprint for packaging multiple Copilot customizations as an installable bundle.

## Inputs

- Plugin name (kebab-case): `${input:pluginName}`
- Plugin description: `${input:pluginDescription}`
- Components to include (`skills`, `agents`, `prompts`, `hooks`, `mcp`): `${input:pluginComponents}`
- Target format (`copilot`, `claude`, `openplugin`, or `cross-tool`): `${input:pluginFormat}`

## Requirements

1. Use plugins when a workflow should be installed as a bundle rather than copied as loose files.
2. Keep plugin names plain kebab-case: lowercase letters, numbers, and hyphens only; max 64 characters.
3. Create an inert example by default (`plugin.example.json`) unless the user explicitly asks for an active plugin manifest.
4. Include only the components requested by the user:
   - `skills/` for Agent Skills
   - `agents/` for `.agent.md` files
   - prompt/slash commands where supported by the target format
   - `hooks.json` or `hooks/hooks.json` depending on plugin format
   - `.mcp.json` for plugin MCP servers
5. Warn that plugins can run code through hooks and MCP servers. Users must review publisher, scripts, and server configuration before enabling.
6. For workspace recommendations, document that VS Code can recommend plugins through `.github/copilot/settings.json` or `.claude/settings.json`.

## Copilot-format manifest example

fill the variables

This prompt has 4 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{input:pluginName}{input:pluginDescription}{input:pluginComponents}{input:pluginFormat}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo trsdn/github-copilot-agent (MIT). A "Copilot New Plugin.prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

trsdn/github-copilot-agent · MIT