Skip to content

Commit c514c38

Browse files
authored
Merge pull request #30 from sebastienlevert/slevert/work-iq-remote-plugins
feat: transform work-iq plugins to remote sources
2 parents 2ec353e + 45f879c commit c514c38

4 files changed

Lines changed: 73 additions & 190 deletions

File tree

.github/plugin/marketplace.json

Lines changed: 73 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,80 @@
1111
"plugins": [
1212
{
1313
"name": "workiq",
14-
"source": "./plugins/workiq",
15-
"description": "WorkIQ plugin for GitHub Copilot.",
14+
"description": "Query Microsoft 365 data with natural language — emails, meetings, documents, Teams messages, and more.",
1615
"version": "1.0.0",
17-
"skills": [
18-
"./skills/workiq"
19-
]
16+
"author": {
17+
"name": "Microsoft",
18+
"url": "https://www.microsoft.com"
19+
},
20+
"homepage": "https://github.com/microsoft/work-iq",
21+
"keywords": [
22+
"workiq",
23+
"microsoft-365",
24+
"m365",
25+
"copilot",
26+
"email",
27+
"meetings",
28+
"teams"
29+
],
30+
"license": "MIT",
31+
"repository": "https://github.com/microsoft/work-iq",
32+
"source": {
33+
"source": "github",
34+
"repo": "microsoft/work-iq",
35+
"path": "plugins/workiq"
36+
}
37+
},
38+
{
39+
"name": "microsoft-365-agents-toolkit",
40+
"description": "Toolkit for building Microsoft 365 Copilot declarative agents — scaffolding, JSON manifest development, and capability configuration.",
41+
"version": "1.1.0",
42+
"author": {
43+
"name": "Microsoft",
44+
"url": "https://www.microsoft.com"
45+
},
46+
"homepage": "https://github.com/microsoft/work-iq",
47+
"keywords": [
48+
"m365",
49+
"agents",
50+
"declarative-agent",
51+
"copilot",
52+
"teams",
53+
"toolkit"
54+
],
55+
"license": "MIT",
56+
"repository": "https://github.com/microsoft/work-iq",
57+
"source": {
58+
"source": "github",
59+
"repo": "microsoft/work-iq",
60+
"path": "plugins/microsoft-365-agents-toolkit"
61+
}
62+
},
63+
{
64+
"name": "workiq-productivity",
65+
"description": "WorkIQ productivity skills powered by the local WorkIQ CLI — read-only insights across email, meetings, calendar, Teams, SharePoint, projects, and people.",
66+
"version": "1.0.0",
67+
"author": {
68+
"name": "Microsoft",
69+
"url": "https://www.microsoft.com"
70+
},
71+
"homepage": "https://github.com/microsoft/work-iq",
72+
"keywords": [
73+
"workiq",
74+
"productivity",
75+
"email",
76+
"meetings",
77+
"teams",
78+
"sharepoint",
79+
"planner"
80+
],
81+
"license": "MIT",
82+
"repository": "https://github.com/microsoft/work-iq",
83+
"source": {
84+
"source": "github",
85+
"repo": "microsoft/work-iq",
86+
"path": "plugins/workiq-productivity"
87+
}
2088
},
2189
{
2290
"name": "spark",

plugins/workiq/.mcp.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

plugins/workiq/README.md

Lines changed: 0 additions & 40 deletions
This file was deleted.

plugins/workiq/skills/workiq/SKILL.md

Lines changed: 0 additions & 130 deletions
This file was deleted.

0 commit comments

Comments
 (0)