-
Notifications
You must be signed in to change notification settings - Fork 124
Expand file tree
/
Copy pathplugin.json
More file actions
29 lines (29 loc) · 882 Bytes
/
plugin.json
File metadata and controls
29 lines (29 loc) · 882 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "copilot-studio-workflow",
"description": "Development workflow skill for building, syncing, packaging, and shipping Copilot Studio agents. Encodes the proven pull-revert-push-publish loop, platform gotchas, best practices, and helper scripts.",
"version": "1.0.0",
"author": {
"name": "FastTrack Team",
"url": "https://github.com/microsoft/FastTrack"
},
"homepage": "https://github.com/microsoft/FastTrack/tree/master/copilot-agent-samples/github-copilot-skills/copilot-studio-workflow",
"repository": "https://github.com/microsoft/FastTrack.git",
"license": "MIT",
"keywords": [
"copilot-studio",
"power-platform",
"agent-development",
"yaml-workflow",
"pac-cli"
],
"category": "development",
"tags": [
"copilot-studio",
"mcs",
"power-platform",
"agent",
"yaml",
"pac"
],
"skills": ["."]
}