Skip to content

Commit 5d0a05d

Browse files
authored
Merge pull request #6 from github/workiq-stub
Stub out workiq plugin spec
2 parents d46cf02 + 8b51d24 commit 5d0a05d

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,12 @@
44
"description": "GitHub Copilot plugins",
55
"version": "1.0.0"
66
},
7-
"plugins": []
8-
}
7+
"plugins": [
8+
{
9+
"name": "workiq",
10+
"source": "plugins/workiq",
11+
"description": "WorkIQ plugin for GitHub Copilot.",
12+
"version": "1.0.0"
13+
}
14+
]
15+
}

plugins/workiq/.mcp.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"mcpServers": {
3+
"workiq": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"@microsoft/workiq",
8+
"mcp"
9+
],
10+
"tools": [
11+
"*"
12+
]
13+
}
14+
}
15+
}
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
name: Example skill
3+
description: An example skill that demonstrates how to create a custom skill for WorkIQ.
4+
---
5+
# Example Skill
6+
7+
This is an example skill for WorkIQ that showcases how to create a custom skill. You can use this as a template to build your own skills.

0 commit comments

Comments
 (0)