-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 1.21 KB
/
Copy pathplugin.json
File metadata and controls
22 lines (22 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "copilot-atelier",
"description": "Portable GitHub Copilot customization library: role-specific custom agents with handoffs and subagent allow-lists, deterministic lifecycle hooks, and on-demand Agent Skills for PowerShell/DSC engineering (Sampler, Pester, Datum, AutomatedLab, WinRM, MECM), document conversion (PDF, DOCX, XLSX, Marp, pandoc), Outlook and Microsoft To Do automation, research and citation integrity, agentic-security review, and skill/prompt/agent evaluation. Skills are portable; agents, rules, slash commands, and hooks load in GitHub Copilot clients. Keybindings are not a plugin component type; install the CopilotAtelier module from the PowerShell Gallery to get those too.",
"version": "4.0.0",
"author": {
"name": "raandree",
"url": "https://github.com/raandree/CopilotAtelier"
},
"homepage": "https://github.com/raandree/CopilotAtelier",
"repository": "https://github.com/raandree/CopilotAtelier",
"license": "MIT",
"keywords": [
"copilot",
"agent-skills",
"custom-agents",
"powershell",
"dsc",
"sampler",
"pester"
]
}