Initial shared Copilot resources scaffold

This commit is contained in:
2026-04-23 15:46:34 -04:00
commit adfcb83ab6
44 changed files with 2249 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
---
name: "publish-resource"
description: "Publish a prompt, instruction, agent, hook, or skill into the shared Copilot resource repository."
agent: "agent"
tools: [read, search, edit, execute]
argument-hint: "source=<path> kind=<prompt|instruction|agent|hook|skill> name=<optional>"
---
Publish the resource into the shared repository by using the repository's
publish script.
Requirements:
- Detect or confirm the resource kind.
- Use the repository publish script instead of copying files manually.
- Review the normalized result.
- Summarize what changed and what should be committed.