File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments