18 lines
592 B
Markdown
18 lines
592 B
Markdown
---
|
|
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.
|