workspace-architect 1.5.13 → 1.5.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -33,7 +33,7 @@ npx workspace-architect list
33
33
 
34
34
  * **Instructions (`instructions`)**: These are system-level instructions or "custom instructions" you can add to your `.github/copilot-instructions.md` or use to prime a session.
35
35
  * **Prompts (`prompts`)**: Specific queries or templates to ask Copilot to perform a task.
36
- * **Agents (`agents`)**: Specialized agent definitions (`.agent.md` files) that define how Copilot should behave, reason, and respond. These are stored in `.github/agents/`.
36
+ * **Agents (`agents`)**: Specialized agent definitions (`.agent.md` files) that define how Copilot should behave, reason, and respond. These are stored in `assets/agents/` in this repository and downloaded to `.github/agents/` in your project by default.
37
37
  * **Collections (`collections`)**: Bundles of the above assets tailored for specific roles or workflows.
38
38
 
39
39
  ### CLI Reference
@@ -83,7 +83,7 @@ We welcome contributions! Whether you want to add a new persona, improve existin
83
83
 
84
84
  ### Project Structure
85
85
 
86
- * `.github/agents/`: Contains agent definitions (`.agent.md` files) - specialized personas.
86
+ * `assets/agents/`: Contains agent definitions (`.agent.md` files) - specialized personas.
87
87
  * `assets/`: Contains the source markdown and JSON files for other assets.
88
88
  * `collections/`: JSON files defining groups of assets.
89
89
  * `instructions/`: Contextual guidelines.
@@ -136,10 +136,10 @@ We welcome contributions! Whether you want to add a new persona, improve existin
136
136
 
137
137
  ### Adding New Assets
138
138
 
139
- 1. Create a new markdown file in the appropriate folder (`.github/agents/`, `assets/instructions`, or `assets/prompts`).
139
+ 1. Create a new markdown file in the appropriate folder (`assets/agents/`, `assets/instructions`, or `assets/prompts`).
140
140
  2. **Naming Convention**: The filename becomes the ID.
141
141
  * Example: `assets/instructions/my-guide.md` becomes `instructions:my-guide`.
142
- * Example: `.github/agents/my-agent.agent.md` becomes `agents:my-agent`.
142
+ * Example: `assets/agents/my-agent.agent.md` becomes `agents:my-agent`.
143
143
  * Extensions like `.agent.md`, `.instructions.md`, or `.prompt.md` are stripped from the ID but help with organization.
144
144
  3. **Metadata**: You can optionally add YAML frontmatter to your markdown files to provide a description and title.
145
145
 
@@ -179,15 +179,15 @@ Collections are JSON files located in `assets/collections/`. They group multiple
179
179
 
180
180
  ### Migration from `.chatmode.md` to `.agent.md`
181
181
 
182
- This project has migrated from the legacy `.chatmode.md` extension to the new `.agent.md` convention, with agents now stored in `.github/agents/` instead of `assets/agents/`.
182
+ This project has migrated from the legacy `.chatmode.md` extension to the new `.agent.md` convention, with agents now stored in `assets/agents/`.
183
183
 
184
184
  **For existing users:**
185
185
 
186
186
  If you have existing `.chatmode.md` files in your projects, you can migrate them using this command:
187
187
 
188
188
  ```bash
189
- mkdir -p .github/agents
190
- find . -name '*.chatmode.md' -exec bash -c 'mv "$1" ".github/agents/$(basename \"$1\" .chatmode.md).agent.md"' -- {} \;
189
+ mkdir -p assets/agents
190
+ find . -name '*.chatmode.md' -exec bash -c 'mv "$1" "assets/agents/$(basename \"$1\" .chatmode.md).agent.md"' -- {} \;
191
191
  ```
192
192
 
193
- **Note:** VS Code continues to recognize `.chatmode.md` files for backward compatibility, but `.agent.md` in `.github/agents/` is now the preferred convention for GitHub Copilot.
193
+ **Note:** VS Code continues to recognize `.chatmode.md` files for backward compatibility, but `.agent.md` in `.github/agents/` is now the preferred convention for GitHub Copilot. This repository stores agents in `assets/agents/` for distribution, and the CLI downloads them to `.github/agents/` in your project by default.
@@ -1,753 +1,753 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "generatedAt": "2025-12-13T21:48:01.853Z",
3
+ "generatedAt": "2025-12-13T23:02:09.741Z",
4
4
  "assets": {
5
5
  "agents:4.1-Beast": {
6
- "path": ".github/agents/4.1-Beast.agent.md",
6
+ "path": "assets/agents/4.1-Beast.agent.md",
7
7
  "description": "GPT 4.1 as a top-notch coding agent.",
8
8
  "title": "4.1-Beast",
9
9
  "type": "agents"
10
10
  },
11
11
  "agents:CSharpExpert": {
12
- "path": ".github/agents/CSharpExpert.agent.md",
12
+ "path": "assets/agents/CSharpExpert.agent.md",
13
13
  "description": "An agent designed to assist with software development tasks for .NET projects.",
14
14
  "title": "CSharpExpert",
15
15
  "type": "agents"
16
16
  },
17
17
  "agents:Thinking-Beast-Mode": {
18
- "path": ".github/agents/Thinking-Beast-Mode.agent.md",
18
+ "path": "assets/agents/Thinking-Beast-Mode.agent.md",
19
19
  "description": "A transcendent coding agent with quantum cognitive architecture, adversarial intelligence, and unrestricted creative freedom.",
20
20
  "title": "Thinking-Beast-Mode",
21
21
  "type": "agents"
22
22
  },
23
23
  "agents:Ultimate-Transparent-Thinking-Beast-Mode": {
24
- "path": ".github/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md",
24
+ "path": "assets/agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md",
25
25
  "description": "Ultimate Transparent Thinking Beast Mode",
26
26
  "title": "Ultimate-Transparent-Thinking-Beast-Mode",
27
27
  "type": "agents"
28
28
  },
29
29
  "agents:WinFormsExpert": {
30
- "path": ".github/agents/WinFormsExpert.agent.md",
30
+ "path": "assets/agents/WinFormsExpert.agent.md",
31
31
  "description": "Support development of .NET (OOP) WinForms Designer compatible Apps.",
32
32
  "title": "WinFormsExpert",
33
33
  "type": "agents"
34
34
  },
35
35
  "agents:accessibility": {
36
- "path": ".github/agents/accessibility.agent.md",
36
+ "path": "assets/agents/accessibility.agent.md",
37
37
  "description": "Expert assistant for web accessibility (WCAG 2.1/2.2), inclusive UX, and a11y testing",
38
38
  "title": "accessibility",
39
39
  "type": "agents"
40
40
  },
41
41
  "agents:address-comments": {
42
- "path": ".github/agents/address-comments.agent.md",
42
+ "path": "assets/agents/address-comments.agent.md",
43
43
  "description": "Address PR comments",
44
44
  "title": "address-comments",
45
45
  "type": "agents"
46
46
  },
47
47
  "agents:adr-generator": {
48
- "path": ".github/agents/adr-generator.agent.md",
48
+ "path": "assets/agents/adr-generator.agent.md",
49
49
  "description": "Expert agent for creating comprehensive Architectural Decision Records (ADRs) with structured formatting optimized for AI consumption and human readability.",
50
50
  "title": "adr-generator",
51
51
  "type": "agents"
52
52
  },
53
53
  "agents:aem-frontend-specialist": {
54
- "path": ".github/agents/aem-frontend-specialist.agent.md",
54
+ "path": "assets/agents/aem-frontend-specialist.agent.md",
55
55
  "description": "Expert assistant for developing AEM components using HTL, Tailwind CSS, and Figma-to-code workflows with design system integration",
56
56
  "title": "aem-frontend-specialist",
57
57
  "type": "agents"
58
58
  },
59
59
  "agents:amplitude-experiment-implementation": {
60
- "path": ".github/agents/amplitude-experiment-implementation.agent.md",
60
+ "path": "assets/agents/amplitude-experiment-implementation.agent.md",
61
61
  "description": "This custom agent uses Amplitude's MCP tools to deploy new experiments inside of Amplitude, enabling seamless variant testing capabilities and rollout of product features.",
62
62
  "title": "amplitude-experiment-implementation",
63
63
  "type": "agents"
64
64
  },
65
65
  "agents:api-architect": {
66
- "path": ".github/agents/api-architect.agent.md",
66
+ "path": "assets/agents/api-architect.agent.md",
67
67
  "description": "Your role is that of an API architect. Help mentor the engineer by providing guidance, support, and working code.",
68
68
  "title": "api-architect",
69
69
  "type": "agents"
70
70
  },
71
71
  "agents:apify-integration-expert": {
72
- "path": ".github/agents/apify-integration-expert.agent.md",
72
+ "path": "assets/agents/apify-integration-expert.agent.md",
73
73
  "description": "Expert agent for integrating Apify Actors into codebases. Handles Actor selection, workflow design, implementation across JavaScript/TypeScript and Python, testing, and production-ready deployment.",
74
74
  "title": "apify-integration-expert",
75
75
  "type": "agents"
76
76
  },
77
77
  "agents:arch": {
78
- "path": ".github/agents/arch.agent.md",
78
+ "path": "assets/agents/arch.agent.md",
79
79
  "description": "Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation",
80
80
  "title": "arch",
81
81
  "type": "agents"
82
82
  },
83
83
  "agents:arm-migration": {
84
- "path": ".github/agents/arm-migration.agent.md",
84
+ "path": "assets/agents/arm-migration.agent.md",
85
85
  "description": "Arm Cloud Migration Assistant accelerates moving x86 workloads to Arm infrastructure. It scans the repository for architecture assumptions, portability issues, container base image and dependency incompatibilities, and recommends Arm-optimized changes. It can drive multi-arch container builds, validate performance, and guide optimization, enabling smooth cross-platform deployment directly inside GitHub.",
86
86
  "title": "arm-migration",
87
87
  "type": "agents"
88
88
  },
89
89
  "agents:atlassian-requirements-to-jira": {
90
- "path": ".github/agents/atlassian-requirements-to-jira.agent.md",
90
+ "path": "assets/agents/atlassian-requirements-to-jira.agent.md",
91
91
  "description": "Transform requirements documents into structured Jira epics and user stories with intelligent duplicate detection, change management, and user-approved creation workflow.",
92
92
  "title": "atlassian-requirements-to-jira",
93
93
  "type": "agents"
94
94
  },
95
95
  "agents:azure-logic-apps-expert": {
96
- "path": ".github/agents/azure-logic-apps-expert.agent.md",
96
+ "path": "assets/agents/azure-logic-apps-expert.agent.md",
97
97
  "description": "Expert guidance for Azure Logic Apps development focusing on workflow design, integration patterns, and JSON-based Workflow Definition Language.",
98
98
  "title": "azure-logic-apps-expert",
99
99
  "type": "agents"
100
100
  },
101
101
  "agents:azure-principal-architect": {
102
- "path": ".github/agents/azure-principal-architect.agent.md",
102
+ "path": "assets/agents/azure-principal-architect.agent.md",
103
103
  "description": "Provide expert Azure Principal Architect guidance using Azure Well-Architected Framework principles and Microsoft best practices.",
104
104
  "title": "azure-principal-architect",
105
105
  "type": "agents"
106
106
  },
107
107
  "agents:azure-saas-architect": {
108
- "path": ".github/agents/azure-saas-architect.agent.md",
108
+ "path": "assets/agents/azure-saas-architect.agent.md",
109
109
  "description": "Provide expert Azure SaaS Architect guidance focusing on multitenant applications using Azure Well-Architected SaaS principles and Microsoft best practices.",
110
110
  "title": "azure-saas-architect",
111
111
  "type": "agents"
112
112
  },
113
113
  "agents:azure-verified-modules-bicep": {
114
- "path": ".github/agents/azure-verified-modules-bicep.agent.md",
114
+ "path": "assets/agents/azure-verified-modules-bicep.agent.md",
115
115
  "description": "Create, update, or review Azure IaC in Bicep using Azure Verified Modules (AVM).",
116
116
  "title": "azure-verified-modules-bicep",
117
117
  "type": "agents"
118
118
  },
119
119
  "agents:azure-verified-modules-terraform": {
120
- "path": ".github/agents/azure-verified-modules-terraform.agent.md",
120
+ "path": "assets/agents/azure-verified-modules-terraform.agent.md",
121
121
  "description": "Create, update, or review Azure IaC in Terraform using Azure Verified Modules (AVM).",
122
122
  "title": "azure-verified-modules-terraform",
123
123
  "type": "agents"
124
124
  },
125
125
  "agents:bicep-implement": {
126
- "path": ".github/agents/bicep-implement.agent.md",
126
+ "path": "assets/agents/bicep-implement.agent.md",
127
127
  "description": "Act as an Azure Bicep Infrastructure as Code coding specialist that creates Bicep templates.",
128
128
  "title": "bicep-implement",
129
129
  "type": "agents"
130
130
  },
131
131
  "agents:bicep-plan": {
132
- "path": ".github/agents/bicep-plan.agent.md",
132
+ "path": "assets/agents/bicep-plan.agent.md",
133
133
  "description": "Act as implementation planner for your Azure Bicep Infrastructure as Code task.",
134
134
  "title": "bicep-plan",
135
135
  "type": "agents"
136
136
  },
137
137
  "agents:blueprint-mode-codex": {
138
- "path": ".github/agents/blueprint-mode-codex.agent.md",
138
+ "path": "assets/agents/blueprint-mode-codex.agent.md",
139
139
  "description": "Executes structured workflows with strict correctness and maintainability. Enforces a minimal tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.",
140
140
  "title": "blueprint-mode-codex",
141
141
  "type": "agents"
142
142
  },
143
143
  "agents:blueprint-mode": {
144
- "path": ".github/agents/blueprint-mode.agent.md",
144
+ "path": "assets/agents/blueprint-mode.agent.md",
145
145
  "description": "Executes structured workflows (Debug, Express, Main, Loop) with strict correctness and maintainability. Enforces an improved tool usage policy, never assumes facts, prioritizes reproducible solutions, self-correction, and edge-case handling.",
146
146
  "title": "blueprint-mode",
147
147
  "type": "agents"
148
148
  },
149
149
  "agents:clojure-interactive-programming": {
150
- "path": ".github/agents/clojure-interactive-programming.agent.md",
150
+ "path": "assets/agents/clojure-interactive-programming.agent.md",
151
151
  "description": "Expert Clojure pair programmer with REPL-first methodology, architectural oversight, and interactive problem-solving. Enforces quality standards, prevents workarounds, and develops solutions incrementally through live REPL evaluation before file modifications.",
152
152
  "title": "clojure-interactive-programming",
153
153
  "type": "agents"
154
154
  },
155
155
  "agents:code-tour": {
156
- "path": ".github/agents/code-tour.agent.md",
156
+ "path": "assets/agents/code-tour.agent.md",
157
157
  "description": "Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices",
158
158
  "title": "code-tour",
159
159
  "type": "agents"
160
160
  },
161
161
  "agents:comet-opik": {
162
- "path": ".github/agents/comet-opik.agent.md",
162
+ "path": "assets/agents/comet-opik.agent.md",
163
163
  "description": "Unified Comet Opik agent for instrumenting LLM apps, managing prompts/projects, auditing prompts, and investigating traces/metrics via the latest Opik MCP server.",
164
164
  "title": "comet-opik",
165
165
  "type": "agents"
166
166
  },
167
167
  "agents:context7": {
168
- "path": ".github/agents/context7.agent.md",
168
+ "path": "assets/agents/context7.agent.md",
169
169
  "description": "Expert in latest library versions, best practices, and correct syntax using up-to-date documentation",
170
170
  "title": "context7",
171
171
  "type": "agents"
172
172
  },
173
173
  "agents:critical-thinking": {
174
- "path": ".github/agents/critical-thinking.agent.md",
174
+ "path": "assets/agents/critical-thinking.agent.md",
175
175
  "description": "Challenge assumptions and encourage critical thinking to ensure the best possible solution and outcomes.",
176
176
  "title": "critical-thinking",
177
177
  "type": "agents"
178
178
  },
179
179
  "agents:csharp-dotnet-janitor": {
180
- "path": ".github/agents/csharp-dotnet-janitor.agent.md",
180
+ "path": "assets/agents/csharp-dotnet-janitor.agent.md",
181
181
  "description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
182
182
  "title": "csharp-dotnet-janitor",
183
183
  "type": "agents"
184
184
  },
185
185
  "agents:csharp-mcp-expert": {
186
- "path": ".github/agents/csharp-mcp-expert.agent.md",
186
+ "path": "assets/agents/csharp-mcp-expert.agent.md",
187
187
  "description": "Expert assistant for developing Model Context Protocol (MCP) servers in C#",
188
188
  "title": "csharp-mcp-expert",
189
189
  "type": "agents"
190
190
  },
191
191
  "agents:custom-agent-foundry": {
192
- "path": ".github/agents/custom-agent-foundry.agent.md",
192
+ "path": "assets/agents/custom-agent-foundry.agent.md",
193
193
  "description": "Expert at designing and creating VS Code custom agents with optimal configurations",
194
194
  "title": "custom-agent-foundry",
195
195
  "type": "agents"
196
196
  },
197
197
  "agents:debug": {
198
- "path": ".github/agents/debug.agent.md",
198
+ "path": "assets/agents/debug.agent.md",
199
199
  "description": "Debug your application to find and fix a bug",
200
200
  "title": "debug",
201
201
  "type": "agents"
202
202
  },
203
203
  "agents:declarative-agents-architect": {
204
- "path": ".github/agents/declarative-agents-architect.agent.md",
204
+ "path": "assets/agents/declarative-agents-architect.agent.md",
205
205
  "description": "",
206
206
  "title": "declarative-agents-architect",
207
207
  "type": "agents"
208
208
  },
209
209
  "agents:demonstrate-understanding": {
210
- "path": ".github/agents/demonstrate-understanding.agent.md",
210
+ "path": "assets/agents/demonstrate-understanding.agent.md",
211
211
  "description": "Validate user understanding of code, design patterns, and implementation details through guided questioning.",
212
212
  "title": "demonstrate-understanding",
213
213
  "type": "agents"
214
214
  },
215
215
  "agents:diffblue-cover": {
216
- "path": ".github/agents/diffblue-cover.agent.md",
216
+ "path": "assets/agents/diffblue-cover.agent.md",
217
217
  "description": "Expert agent for creating unit tests for java applications using Diffblue Cover.",
218
218
  "title": "diffblue-cover",
219
219
  "type": "agents"
220
220
  },
221
221
  "agents:dotnet-upgrade": {
222
- "path": ".github/agents/dotnet-upgrade.agent.md",
222
+ "path": "assets/agents/dotnet-upgrade.agent.md",
223
223
  "description": "Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.",
224
224
  "title": "dotnet-upgrade",
225
225
  "type": "agents"
226
226
  },
227
227
  "agents:droid": {
228
- "path": ".github/agents/droid.agent.md",
228
+ "path": "assets/agents/droid.agent.md",
229
229
  "description": "Provides installation guidance, usage examples, and automation patterns for the Droid CLI, with emphasis on droid exec for CI/CD and non-interactive automation",
230
230
  "title": "droid",
231
231
  "type": "agents"
232
232
  },
233
233
  "agents:drupal-expert": {
234
- "path": ".github/agents/drupal-expert.agent.md",
234
+ "path": "assets/agents/drupal-expert.agent.md",
235
235
  "description": "Expert assistant for Drupal development, architecture, and best practices using PHP 8.3+ and modern Drupal patterns",
236
236
  "title": "drupal-expert",
237
237
  "type": "agents"
238
238
  },
239
239
  "agents:dynatrace-expert": {
240
- "path": ".github/agents/dynatrace-expert.agent.md",
240
+ "path": "assets/agents/dynatrace-expert.agent.md",
241
241
  "description": "The Dynatrace Expert Agent integrates observability and security capabilities directly into GitHub workflows, enabling development teams to investigate incidents, validate deployments, triage errors, detect performance regressions, validate releases, and manage security vulnerabilities by autonomously analysing traces, logs, and Dynatrace findings. This enables targeted and precise remediation of identified issues directly within the repository.",
242
242
  "title": "dynatrace-expert",
243
243
  "type": "agents"
244
244
  },
245
245
  "agents:elasticsearch-observability": {
246
- "path": ".github/agents/elasticsearch-observability.agent.md",
246
+ "path": "assets/agents/elasticsearch-observability.agent.md",
247
247
  "description": "Our expert AI assistant for debugging code (O11y), optimizing vector search (RAG), and remediating security threats using live Elastic data.",
248
248
  "title": "elasticsearch-observability",
249
249
  "type": "agents"
250
250
  },
251
251
  "agents:electron-angular-native": {
252
- "path": ".github/agents/electron-angular-native.agent.md",
252
+ "path": "assets/agents/electron-angular-native.agent.md",
253
253
  "description": "Code Review Mode tailored for Electron app with Node.js backend (main), Angular frontend (render), and native integration layer (e.g., AppleScript, shell, or native tooling). Services in other repos are not reviewed here.",
254
254
  "title": "electron-angular-native",
255
255
  "type": "agents"
256
256
  },
257
257
  "agents:expert-cpp-software-engineer": {
258
- "path": ".github/agents/expert-cpp-software-engineer.agent.md",
258
+ "path": "assets/agents/expert-cpp-software-engineer.agent.md",
259
259
  "description": "Provide expert C++ software engineering guidance using modern C++ and industry best practices.",
260
260
  "title": "expert-cpp-software-engineer",
261
261
  "type": "agents"
262
262
  },
263
263
  "agents:expert-dotnet-software-engineer": {
264
- "path": ".github/agents/expert-dotnet-software-engineer.agent.md",
264
+ "path": "assets/agents/expert-dotnet-software-engineer.agent.md",
265
265
  "description": "Provide expert .NET software engineering guidance using modern software design patterns.",
266
266
  "title": "expert-dotnet-software-engineer",
267
267
  "type": "agents"
268
268
  },
269
269
  "agents:expert-nextjs-developer": {
270
- "path": ".github/agents/expert-nextjs-developer.agent.md",
270
+ "path": "assets/agents/expert-nextjs-developer.agent.md",
271
271
  "description": "Expert Next.js 16 developer specializing in App Router, Server Components, Cache Components, Turbopack, and modern React patterns with TypeScript",
272
272
  "title": "expert-nextjs-developer",
273
273
  "type": "agents"
274
274
  },
275
275
  "agents:expert-react-frontend-engineer": {
276
- "path": ".github/agents/expert-react-frontend-engineer.agent.md",
276
+ "path": "assets/agents/expert-react-frontend-engineer.agent.md",
277
277
  "description": "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization",
278
278
  "title": "expert-react-frontend-engineer",
279
279
  "type": "agents"
280
280
  },
281
281
  "agents:gilfoyle": {
282
- "path": ".github/agents/gilfoyle.agent.md",
282
+ "path": "assets/agents/gilfoyle.agent.md",
283
283
  "description": "Code review and analysis with the sardonic wit and technical elitism of Bertram Gilfoyle from Silicon Valley. Prepare for brutal honesty about your code.",
284
284
  "title": "gilfoyle",
285
285
  "type": "agents"
286
286
  },
287
287
  "agents:go-mcp-expert": {
288
- "path": ".github/agents/go-mcp-expert.agent.md",
288
+ "path": "assets/agents/go-mcp-expert.agent.md",
289
289
  "description": "Expert assistant for building Model Context Protocol (MCP) servers in Go using the official SDK.",
290
290
  "title": "go-mcp-expert",
291
291
  "type": "agents"
292
292
  },
293
293
  "agents:gpt-5-beast-mode": {
294
- "path": ".github/agents/gpt-5-beast-mode.agent.md",
294
+ "path": "assets/agents/gpt-5-beast-mode.agent.md",
295
295
  "description": "Beast Mode 2.0: A powerful autonomous agent tuned specifically for GPT-5 that can solve complex problems by using tools, conducting research, and iterating until the problem is fully resolved.",
296
296
  "title": "gpt-5-beast-mode",
297
297
  "type": "agents"
298
298
  },
299
299
  "agents:hlbpa": {
300
- "path": ".github/agents/hlbpa.agent.md",
300
+ "path": "assets/agents/hlbpa.agent.md",
301
301
  "description": "Your perfect AI chat mode for high-level architectural documentation and review. Perfect for targeted updates after a story or researching that legacy system when nobody remembers what it's supposed to be doing.",
302
302
  "title": "hlbpa",
303
303
  "type": "agents"
304
304
  },
305
305
  "agents:implementation-plan": {
306
- "path": ".github/agents/implementation-plan.agent.md",
306
+ "path": "assets/agents/implementation-plan.agent.md",
307
307
  "description": "Generate an implementation plan for new features or refactoring existing code.",
308
308
  "title": "implementation-plan",
309
309
  "type": "agents"
310
310
  },
311
311
  "agents:janitor": {
312
- "path": ".github/agents/janitor.agent.md",
312
+ "path": "assets/agents/janitor.agent.md",
313
313
  "description": "Perform janitorial tasks on any codebase including cleanup, simplification, and tech debt remediation.",
314
314
  "title": "janitor",
315
315
  "type": "agents"
316
316
  },
317
317
  "agents:java-mcp-expert": {
318
- "path": ".github/agents/java-mcp-expert.agent.md",
318
+ "path": "assets/agents/java-mcp-expert.agent.md",
319
319
  "description": "Expert assistance for building Model Context Protocol servers in Java using reactive streams, the official MCP Java SDK, and Spring Boot integration.",
320
320
  "title": "java-mcp-expert",
321
321
  "type": "agents"
322
322
  },
323
323
  "agents:jfrog-sec": {
324
- "path": ".github/agents/jfrog-sec.agent.md",
324
+ "path": "assets/agents/jfrog-sec.agent.md",
325
325
  "description": "The dedicated Application Security agent for automated security remediation. Verifies package and version compliance, and suggests vulnerability fixes using JFrog security intelligence.",
326
326
  "title": "jfrog-sec",
327
327
  "type": "agents"
328
328
  },
329
329
  "agents:kotlin-mcp-expert": {
330
- "path": ".github/agents/kotlin-mcp-expert.agent.md",
330
+ "path": "assets/agents/kotlin-mcp-expert.agent.md",
331
331
  "description": "Expert assistant for building Model Context Protocol (MCP) servers in Kotlin using the official SDK.",
332
332
  "title": "kotlin-mcp-expert",
333
333
  "type": "agents"
334
334
  },
335
335
  "agents:kusto-assistant": {
336
- "path": ".github/agents/kusto-assistant.agent.md",
336
+ "path": "assets/agents/kusto-assistant.agent.md",
337
337
  "description": "Expert KQL assistant for live Azure Data Explorer analysis via Azure MCP server",
338
338
  "title": "kusto-assistant",
339
339
  "type": "agents"
340
340
  },
341
341
  "agents:laravel-expert-agent": {
342
- "path": ".github/agents/laravel-expert-agent.agent.md",
342
+ "path": "assets/agents/laravel-expert-agent.agent.md",
343
343
  "description": "Expert Laravel development assistant specializing in modern Laravel 12+ applications with Eloquent, Artisan, testing, and best practices",
344
344
  "title": "laravel-expert-agent",
345
345
  "type": "agents"
346
346
  },
347
347
  "agents:launchdarkly-flag-cleanup": {
348
- "path": ".github/agents/launchdarkly-flag-cleanup.agent.md",
348
+ "path": "assets/agents/launchdarkly-flag-cleanup.agent.md",
349
349
  "description": "A specialized GitHub Copilot agent that uses the LaunchDarkly MCP server to safely automate feature flag cleanup workflows. This agent determines removal readiness, identifies the correct forward value, and creates PRs that preserve production behavior while removing obsolete flags and updating stale defaults.\n",
350
350
  "title": "launchdarkly-flag-cleanup",
351
351
  "type": "agents"
352
352
  },
353
353
  "agents:lingodotdev-i18n": {
354
- "path": ".github/agents/lingodotdev-i18n.agent.md",
354
+ "path": "assets/agents/lingodotdev-i18n.agent.md",
355
355
  "description": "Expert at implementing internationalization (i18n) in web applications using a systematic, checklist-driven approach.",
356
356
  "title": "lingodotdev-i18n",
357
357
  "type": "agents"
358
358
  },
359
359
  "agents:mentor": {
360
- "path": ".github/agents/mentor.agent.md",
360
+ "path": "assets/agents/mentor.agent.md",
361
361
  "description": "Help mentor the engineer by providing guidance and support.",
362
362
  "title": "mentor",
363
363
  "type": "agents"
364
364
  },
365
365
  "agents:meta-agentic-project-scaffold": {
366
- "path": ".github/agents/meta-agentic-project-scaffold.agent.md",
366
+ "path": "assets/agents/meta-agentic-project-scaffold.agent.md",
367
367
  "description": "Meta agentic project creation assistant to help users create and manage project workflows effectively.",
368
368
  "title": "meta-agentic-project-scaffold",
369
369
  "type": "agents"
370
370
  },
371
371
  "agents:microsoft-agent-framework-dotnet": {
372
- "path": ".github/agents/microsoft-agent-framework-dotnet.agent.md",
372
+ "path": "assets/agents/microsoft-agent-framework-dotnet.agent.md",
373
373
  "description": "Create, update, refactor, explain or work with code using the .NET version of Microsoft Agent Framework.",
374
374
  "title": "microsoft-agent-framework-dotnet",
375
375
  "type": "agents"
376
376
  },
377
377
  "agents:microsoft-agent-framework-python": {
378
- "path": ".github/agents/microsoft-agent-framework-python.agent.md",
378
+ "path": "assets/agents/microsoft-agent-framework-python.agent.md",
379
379
  "description": "Create, update, refactor, explain or work with code using the Python version of Microsoft Agent Framework.",
380
380
  "title": "microsoft-agent-framework-python",
381
381
  "type": "agents"
382
382
  },
383
383
  "agents:microsoft-study-mode": {
384
- "path": ".github/agents/microsoft-study-mode.agent.md",
384
+ "path": "assets/agents/microsoft-study-mode.agent.md",
385
385
  "description": "Activate your personal Microsoft/Azure tutor - learn through guided discovery, not just answers.",
386
386
  "title": "microsoft-study-mode",
387
387
  "type": "agents"
388
388
  },
389
389
  "agents:microsoft_learn_contributor": {
390
- "path": ".github/agents/microsoft_learn_contributor.agent.md",
390
+ "path": "assets/agents/microsoft_learn_contributor.agent.md",
391
391
  "description": "Microsoft Learn Contributor chatmode for editing and writing Microsoft Learn documentation following Microsoft Writing Style Guide and authoring best practices.",
392
392
  "title": "microsoft_learn_contributor",
393
393
  "type": "agents"
394
394
  },
395
395
  "agents:monday-bug-fixer": {
396
- "path": ".github/agents/monday-bug-fixer.agent.md",
396
+ "path": "assets/agents/monday-bug-fixer.agent.md",
397
397
  "description": "Elite bug-fixing agent that enriches task context from Monday.com platform data. Gathers related items, docs, comments, epics, and requirements to deliver production-quality fixes with comprehensive PRs.",
398
398
  "title": "monday-bug-fixer",
399
399
  "type": "agents"
400
400
  },
401
401
  "agents:mongodb-performance-advisor": {
402
- "path": ".github/agents/mongodb-performance-advisor.agent.md",
402
+ "path": "assets/agents/mongodb-performance-advisor.agent.md",
403
403
  "description": "Analyze MongoDB database performance, offer query and index optimization insights and provide actionable recommendations to improve overall usage of the database.",
404
404
  "title": "mongodb-performance-advisor",
405
405
  "type": "agents"
406
406
  },
407
407
  "agents:ms-sql-dba": {
408
- "path": ".github/agents/ms-sql-dba.agent.md",
408
+ "path": "assets/agents/ms-sql-dba.agent.md",
409
409
  "description": "Work with Microsoft SQL Server databases using the MS SQL extension.",
410
410
  "title": "ms-sql-dba",
411
411
  "type": "agents"
412
412
  },
413
413
  "agents:neo4j-docker-client-generator": {
414
- "path": ".github/agents/neo4j-docker-client-generator.agent.md",
414
+ "path": "assets/agents/neo4j-docker-client-generator.agent.md",
415
415
  "description": "AI agent that generates simple, high-quality Python Neo4j client libraries from GitHub issues with proper best practices",
416
416
  "title": "neo4j-docker-client-generator",
417
417
  "type": "agents"
418
418
  },
419
419
  "agents:neon-migration-specialist": {
420
- "path": ".github/agents/neon-migration-specialist.agent.md",
420
+ "path": "assets/agents/neon-migration-specialist.agent.md",
421
421
  "description": "Safe Postgres migrations with zero-downtime using Neon's branching workflow. Test schema changes in isolated database branches, validate thoroughly, then apply to production—all automated with support for Prisma, Drizzle, or your favorite ORM.",
422
422
  "title": "neon-migration-specialist",
423
423
  "type": "agents"
424
424
  },
425
425
  "agents:neon-optimization-analyzer": {
426
- "path": ".github/agents/neon-optimization-analyzer.agent.md",
426
+ "path": "assets/agents/neon-optimization-analyzer.agent.md",
427
427
  "description": "Identify and fix slow Postgres queries automatically using Neon's branching workflow. Analyzes execution plans, tests optimizations in isolated database branches, and provides clear before/after performance metrics with actionable code fixes.",
428
428
  "title": "neon-optimization-analyzer",
429
429
  "type": "agents"
430
430
  },
431
431
  "agents:octopus-deploy-release-notes-mcp": {
432
- "path": ".github/agents/octopus-deploy-release-notes-mcp.agent.md",
432
+ "path": "assets/agents/octopus-deploy-release-notes-mcp.agent.md",
433
433
  "description": "Generate release notes for a release in Octopus Deploy. The tools for this MCP server provide access to the Octopus Deploy APIs.",
434
434
  "title": "octopus-deploy-release-notes-mcp",
435
435
  "type": "agents"
436
436
  },
437
437
  "agents:pagerduty-incident-responder": {
438
- "path": ".github/agents/pagerduty-incident-responder.agent.md",
438
+ "path": "assets/agents/pagerduty-incident-responder.agent.md",
439
439
  "description": "Responds to PagerDuty incidents by analyzing incident context, identifying recent code changes, and suggesting fixes via GitHub PRs.",
440
440
  "title": "pagerduty-incident-responder",
441
441
  "type": "agents"
442
442
  },
443
443
  "agents:php-mcp-expert": {
444
- "path": ".github/agents/php-mcp-expert.agent.md",
444
+ "path": "assets/agents/php-mcp-expert.agent.md",
445
445
  "description": "Expert assistant for PHP MCP server development using the official PHP SDK with attribute-based discovery",
446
446
  "title": "php-mcp-expert",
447
447
  "type": "agents"
448
448
  },
449
449
  "agents:pimcore-expert": {
450
- "path": ".github/agents/pimcore-expert.agent.md",
450
+ "path": "assets/agents/pimcore-expert.agent.md",
451
451
  "description": "Expert Pimcore development assistant specializing in CMS, DAM, PIM, and E-Commerce solutions with Symfony integration",
452
452
  "title": "pimcore-expert",
453
453
  "type": "agents"
454
454
  },
455
455
  "agents:plan": {
456
- "path": ".github/agents/plan.agent.md",
456
+ "path": "assets/agents/plan.agent.md",
457
457
  "description": "Strategic planning and architecture assistant focused on thoughtful analysis before implementation. Helps developers understand codebases, clarify requirements, and develop comprehensive implementation strategies.",
458
458
  "title": "plan",
459
459
  "type": "agents"
460
460
  },
461
461
  "agents:planner": {
462
- "path": ".github/agents/planner.agent.md",
462
+ "path": "assets/agents/planner.agent.md",
463
463
  "description": "Generate an implementation plan for new features or refactoring existing code.",
464
464
  "title": "planner",
465
465
  "type": "agents"
466
466
  },
467
467
  "agents:playwright-tester": {
468
- "path": ".github/agents/playwright-tester.agent.md",
468
+ "path": "assets/agents/playwright-tester.agent.md",
469
469
  "description": "Testing mode for Playwright tests",
470
470
  "title": "playwright-tester",
471
471
  "type": "agents"
472
472
  },
473
473
  "agents:postgresql-dba": {
474
- "path": ".github/agents/postgresql-dba.agent.md",
474
+ "path": "assets/agents/postgresql-dba.agent.md",
475
475
  "description": "Work with PostgreSQL databases using the PostgreSQL extension.",
476
476
  "title": "postgresql-dba",
477
477
  "type": "agents"
478
478
  },
479
479
  "agents:power-bi-data-modeling-expert": {
480
- "path": ".github/agents/power-bi-data-modeling-expert.agent.md",
480
+ "path": "assets/agents/power-bi-data-modeling-expert.agent.md",
481
481
  "description": "Expert Power BI data modeling guidance using star schema principles, relationship design, and Microsoft best practices for optimal model performance and usability.",
482
482
  "title": "power-bi-data-modeling-expert",
483
483
  "type": "agents"
484
484
  },
485
485
  "agents:power-bi-dax-expert": {
486
- "path": ".github/agents/power-bi-dax-expert.agent.md",
486
+ "path": "assets/agents/power-bi-dax-expert.agent.md",
487
487
  "description": "Expert Power BI DAX guidance using Microsoft best practices for performance, readability, and maintainability of DAX formulas and calculations.",
488
488
  "title": "power-bi-dax-expert",
489
489
  "type": "agents"
490
490
  },
491
491
  "agents:power-bi-performance-expert": {
492
- "path": ".github/agents/power-bi-performance-expert.agent.md",
492
+ "path": "assets/agents/power-bi-performance-expert.agent.md",
493
493
  "description": "Expert Power BI performance optimization guidance for troubleshooting, monitoring, and improving the performance of Power BI models, reports, and queries.",
494
494
  "title": "power-bi-performance-expert",
495
495
  "type": "agents"
496
496
  },
497
497
  "agents:power-bi-visualization-expert": {
498
- "path": ".github/agents/power-bi-visualization-expert.agent.md",
498
+ "path": "assets/agents/power-bi-visualization-expert.agent.md",
499
499
  "description": "Expert Power BI report design and visualization guidance using Microsoft best practices for creating effective, performant, and user-friendly reports and dashboards.",
500
500
  "title": "power-bi-visualization-expert",
501
501
  "type": "agents"
502
502
  },
503
503
  "agents:power-platform-expert": {
504
- "path": ".github/agents/power-platform-expert.agent.md",
504
+ "path": "assets/agents/power-platform-expert.agent.md",
505
505
  "description": "Power Platform expert providing guidance on Code Apps, canvas apps, Dataverse, connectors, and Power Platform best practices",
506
506
  "title": "power-platform-expert",
507
507
  "type": "agents"
508
508
  },
509
509
  "agents:power-platform-mcp-integration-expert": {
510
- "path": ".github/agents/power-platform-mcp-integration-expert.agent.md",
510
+ "path": "assets/agents/power-platform-mcp-integration-expert.agent.md",
511
511
  "description": "Expert in Power Platform custom connector development with MCP integration for Copilot Studio - comprehensive knowledge of schemas, protocols, and integration patterns",
512
512
  "title": "power-platform-mcp-integration-expert",
513
513
  "type": "agents"
514
514
  },
515
515
  "agents:prd": {
516
- "path": ".github/agents/prd.agent.md",
516
+ "path": "assets/agents/prd.agent.md",
517
517
  "description": "Generate a comprehensive Product Requirements Document (PRD) in Markdown, detailing user stories, acceptance criteria, technical considerations, and metrics. Optionally create GitHub issues upon user confirmation.",
518
518
  "title": "prd",
519
519
  "type": "agents"
520
520
  },
521
521
  "agents:principal-software-engineer": {
522
- "path": ".github/agents/principal-software-engineer.agent.md",
522
+ "path": "assets/agents/principal-software-engineer.agent.md",
523
523
  "description": "Provide principal-level software engineering guidance with focus on engineering excellence, technical leadership, and pragmatic implementation.",
524
524
  "title": "principal-software-engineer",
525
525
  "type": "agents"
526
526
  },
527
527
  "agents:prompt-builder": {
528
- "path": ".github/agents/prompt-builder.agent.md",
528
+ "path": "assets/agents/prompt-builder.agent.md",
529
529
  "description": "Expert prompt engineering and validation system for creating high-quality prompts - Brought to you by microsoft/edge-ai",
530
530
  "title": "prompt-builder",
531
531
  "type": "agents"
532
532
  },
533
533
  "agents:prompt-engineer": {
534
- "path": ".github/agents/prompt-engineer.agent.md",
534
+ "path": "assets/agents/prompt-engineer.agent.md",
535
535
  "description": "A specialized chat mode for analyzing and improving prompts. Every user input is treated as a prompt to be improved. It first provides a detailed analysis of the original prompt within a <reasoning> tag, evaluating it against a systematic framework based on OpenAI's prompt engineering best practices. Following the analysis, it generates a new, improved prompt.",
536
536
  "title": "prompt-engineer",
537
537
  "type": "agents"
538
538
  },
539
539
  "agents:python-mcp-expert": {
540
- "path": ".github/agents/python-mcp-expert.agent.md",
540
+ "path": "assets/agents/python-mcp-expert.agent.md",
541
541
  "description": "Expert assistant for developing Model Context Protocol (MCP) servers in Python",
542
542
  "title": "python-mcp-expert",
543
543
  "type": "agents"
544
544
  },
545
545
  "agents:refine-issue": {
546
- "path": ".github/agents/refine-issue.agent.md",
546
+ "path": "assets/agents/refine-issue.agent.md",
547
547
  "description": "Refine the requirement or issue with Acceptance Criteria, Technical Considerations, Edge Cases, and NFRs",
548
548
  "title": "refine-issue",
549
549
  "type": "agents"
550
550
  },
551
551
  "agents:research-technical-spike": {
552
- "path": ".github/agents/research-technical-spike.agent.md",
552
+ "path": "assets/agents/research-technical-spike.agent.md",
553
553
  "description": "Systematically research and validate technical spike documents through exhaustive investigation and controlled experimentation.",
554
554
  "title": "research-technical-spike",
555
555
  "type": "agents"
556
556
  },
557
557
  "agents:ruby-mcp-expert": {
558
- "path": ".github/agents/ruby-mcp-expert.agent.md",
558
+ "path": "assets/agents/ruby-mcp-expert.agent.md",
559
559
  "description": "Expert assistance for building Model Context Protocol servers in Ruby using the official MCP Ruby SDK gem with Rails integration.",
560
560
  "title": "ruby-mcp-expert",
561
561
  "type": "agents"
562
562
  },
563
563
  "agents:rust-gpt-4.1-beast-mode": {
564
- "path": ".github/agents/rust-gpt-4.1-beast-mode.agent.md",
564
+ "path": "assets/agents/rust-gpt-4.1-beast-mode.agent.md",
565
565
  "description": "Rust GPT-4.1 Coding Beast Mode for VS Code",
566
566
  "title": "rust-gpt-4.1-beast-mode",
567
567
  "type": "agents"
568
568
  },
569
569
  "agents:rust-mcp-expert": {
570
- "path": ".github/agents/rust-mcp-expert.agent.md",
570
+ "path": "assets/agents/rust-mcp-expert.agent.md",
571
571
  "description": "Expert assistant for Rust MCP server development using the rmcp SDK with tokio async runtime",
572
572
  "title": "rust-mcp-expert",
573
573
  "type": "agents"
574
574
  },
575
575
  "agents:se-gitops-ci-specialist": {
576
- "path": ".github/agents/se-gitops-ci-specialist.agent.md",
576
+ "path": "assets/agents/se-gitops-ci-specialist.agent.md",
577
577
  "description": "DevOps specialist for CI/CD pipelines, deployment debugging, and GitOps workflows focused on making deployments boring and reliable",
578
578
  "title": "se-gitops-ci-specialist",
579
579
  "type": "agents"
580
580
  },
581
581
  "agents:se-product-manager-advisor": {
582
- "path": ".github/agents/se-product-manager-advisor.agent.md",
582
+ "path": "assets/agents/se-product-manager-advisor.agent.md",
583
583
  "description": "Product management guidance for creating GitHub issues, aligning business value with user needs, and making data-driven product decisions",
584
584
  "title": "se-product-manager-advisor",
585
585
  "type": "agents"
586
586
  },
587
587
  "agents:se-responsible-ai-code": {
588
- "path": ".github/agents/se-responsible-ai-code.agent.md",
588
+ "path": "assets/agents/se-responsible-ai-code.agent.md",
589
589
  "description": "Responsible AI specialist ensuring AI works for everyone through bias prevention, accessibility compliance, ethical development, and inclusive design",
590
590
  "title": "se-responsible-ai-code",
591
591
  "type": "agents"
592
592
  },
593
593
  "agents:se-security-reviewer": {
594
- "path": ".github/agents/se-security-reviewer.agent.md",
594
+ "path": "assets/agents/se-security-reviewer.agent.md",
595
595
  "description": "Security-focused code review specialist with OWASP Top 10, Zero Trust, LLM security, and enterprise security standards",
596
596
  "title": "se-security-reviewer",
597
597
  "type": "agents"
598
598
  },
599
599
  "agents:se-system-architecture-reviewer": {
600
- "path": ".github/agents/se-system-architecture-reviewer.agent.md",
600
+ "path": "assets/agents/se-system-architecture-reviewer.agent.md",
601
601
  "description": "System architecture review specialist with Well-Architected frameworks, design validation, and scalability analysis for AI and distributed systems",
602
602
  "title": "se-system-architecture-reviewer",
603
603
  "type": "agents"
604
604
  },
605
605
  "agents:se-technical-writer": {
606
- "path": ".github/agents/se-technical-writer.agent.md",
606
+ "path": "assets/agents/se-technical-writer.agent.md",
607
607
  "description": "Technical writing specialist for creating developer documentation, technical blogs, tutorials, and educational content",
608
608
  "title": "se-technical-writer",
609
609
  "type": "agents"
610
610
  },
611
611
  "agents:se-ux-ui-designer": {
612
- "path": ".github/agents/se-ux-ui-designer.agent.md",
612
+ "path": "assets/agents/se-ux-ui-designer.agent.md",
613
613
  "description": "Jobs-to-be-Done analysis, user journey mapping, and UX research artifacts for Figma and design workflows",
614
614
  "title": "se-ux-ui-designer",
615
615
  "type": "agents"
616
616
  },
617
617
  "agents:search-ai-optimization-expert": {
618
- "path": ".github/agents/search-ai-optimization-expert.agent.md",
618
+ "path": "assets/agents/search-ai-optimization-expert.agent.md",
619
619
  "description": "Expert guidance for modern search optimization: SEO, Answer Engine Optimization (AEO), and Generative Engine Optimization (GEO) with AI-ready content strategies",
620
620
  "title": "search-ai-optimization-expert",
621
621
  "type": "agents"
622
622
  },
623
623
  "agents:semantic-kernel-dotnet": {
624
- "path": ".github/agents/semantic-kernel-dotnet.agent.md",
624
+ "path": "assets/agents/semantic-kernel-dotnet.agent.md",
625
625
  "description": "Create, update, refactor, explain or work with code using the .NET version of Semantic Kernel.",
626
626
  "title": "semantic-kernel-dotnet",
627
627
  "type": "agents"
628
628
  },
629
629
  "agents:semantic-kernel-python": {
630
- "path": ".github/agents/semantic-kernel-python.agent.md",
630
+ "path": "assets/agents/semantic-kernel-python.agent.md",
631
631
  "description": "Create, update, refactor, explain or work with code using the Python version of Semantic Kernel.",
632
632
  "title": "semantic-kernel-python",
633
633
  "type": "agents"
634
634
  },
635
635
  "agents:shopify-expert": {
636
- "path": ".github/agents/shopify-expert.agent.md",
636
+ "path": "assets/agents/shopify-expert.agent.md",
637
637
  "description": "Expert Shopify development assistant specializing in theme development, Liquid templating, app development, and Shopify APIs",
638
638
  "title": "shopify-expert",
639
639
  "type": "agents"
640
640
  },
641
641
  "agents:simple-app-idea-generator": {
642
- "path": ".github/agents/simple-app-idea-generator.agent.md",
642
+ "path": "assets/agents/simple-app-idea-generator.agent.md",
643
643
  "description": "Brainstorm and develop new application ideas through fun, interactive questioning until ready for specification creation.",
644
644
  "title": "simple-app-idea-generator",
645
645
  "type": "agents"
646
646
  },
647
647
  "agents:software-engineer-agent-v1": {
648
- "path": ".github/agents/software-engineer-agent-v1.agent.md",
648
+ "path": "assets/agents/software-engineer-agent-v1.agent.md",
649
649
  "description": "Expert-level software engineering agent. Deliver production-ready, maintainable code. Execute systematically and specification-driven. Document comprehensively. Operate autonomously and adaptively.",
650
650
  "title": "software-engineer-agent-v1",
651
651
  "type": "agents"
652
652
  },
653
653
  "agents:specification": {
654
- "path": ".github/agents/specification.agent.md",
654
+ "path": "assets/agents/specification.agent.md",
655
655
  "description": "Generate or update specification documents for new or existing functionality.",
656
656
  "title": "specification",
657
657
  "type": "agents"
658
658
  },
659
659
  "agents:stackhawk-security-onboarding": {
660
- "path": ".github/agents/stackhawk-security-onboarding.agent.md",
660
+ "path": "assets/agents/stackhawk-security-onboarding.agent.md",
661
661
  "description": "Automatically set up StackHawk security testing for your repository with generated configuration and GitHub Actions workflow",
662
662
  "title": "stackhawk-security-onboarding",
663
663
  "type": "agents"
664
664
  },
665
665
  "agents:swift-mcp-expert": {
666
- "path": ".github/agents/swift-mcp-expert.agent.md",
666
+ "path": "assets/agents/swift-mcp-expert.agent.md",
667
667
  "description": "Expert assistance for building Model Context Protocol servers in Swift using modern concurrency features and the official MCP Swift SDK.",
668
668
  "title": "swift-mcp-expert",
669
669
  "type": "agents"
670
670
  },
671
671
  "agents:task-planner": {
672
- "path": ".github/agents/task-planner.agent.md",
672
+ "path": "assets/agents/task-planner.agent.md",
673
673
  "description": "Task planner for creating actionable implementation plans - Brought to you by microsoft/edge-ai",
674
674
  "title": "task-planner",
675
675
  "type": "agents"
676
676
  },
677
677
  "agents:task-researcher": {
678
- "path": ".github/agents/task-researcher.agent.md",
678
+ "path": "assets/agents/task-researcher.agent.md",
679
679
  "description": "Task research specialist for comprehensive project analysis - Brought to you by microsoft/edge-ai",
680
680
  "title": "task-researcher",
681
681
  "type": "agents"
682
682
  },
683
683
  "agents:tdd-green": {
684
- "path": ".github/agents/tdd-green.agent.md",
684
+ "path": "assets/agents/tdd-green.agent.md",
685
685
  "description": "Implement minimal code to satisfy GitHub issue requirements and make failing tests pass without over-engineering.",
686
686
  "title": "tdd-green",
687
687
  "type": "agents"
688
688
  },
689
689
  "agents:tdd-red": {
690
- "path": ".github/agents/tdd-red.agent.md",
690
+ "path": "assets/agents/tdd-red.agent.md",
691
691
  "description": "Guide test-first development by writing failing tests that describe desired behaviour from GitHub issue context before implementation exists.",
692
692
  "title": "tdd-red",
693
693
  "type": "agents"
694
694
  },
695
695
  "agents:tdd-refactor": {
696
- "path": ".github/agents/tdd-refactor.agent.md",
696
+ "path": "assets/agents/tdd-refactor.agent.md",
697
697
  "description": "Improve code quality, apply security best practices, and enhance design whilst maintaining green tests and GitHub issue compliance.",
698
698
  "title": "tdd-refactor",
699
699
  "type": "agents"
700
700
  },
701
701
  "agents:tech-debt-remediation-plan": {
702
- "path": ".github/agents/tech-debt-remediation-plan.agent.md",
702
+ "path": "assets/agents/tech-debt-remediation-plan.agent.md",
703
703
  "description": "Generate technical debt remediation plans for code, tests, and documentation.",
704
704
  "title": "tech-debt-remediation-plan",
705
705
  "type": "agents"
706
706
  },
707
707
  "agents:technical-content-evaluator": {
708
- "path": ".github/agents/technical-content-evaluator.agent.md",
708
+ "path": "assets/agents/technical-content-evaluator.agent.md",
709
709
  "description": "Elite technical content editor and curriculum architect for evaluating technical training materials, documentation, and educational content. Reviews for technical accuracy, pedagogical excellence, content flow, code validation, and ensures A-grade quality standards.",
710
710
  "title": "technical-content-evaluator",
711
711
  "type": "agents"
712
712
  },
713
713
  "agents:terraform-azure-implement": {
714
- "path": ".github/agents/terraform-azure-implement.agent.md",
714
+ "path": "assets/agents/terraform-azure-implement.agent.md",
715
715
  "description": "Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources.",
716
716
  "title": "terraform-azure-implement",
717
717
  "type": "agents"
718
718
  },
719
719
  "agents:terraform-azure-planning": {
720
- "path": ".github/agents/terraform-azure-planning.agent.md",
720
+ "path": "assets/agents/terraform-azure-planning.agent.md",
721
721
  "description": "Act as implementation planner for your Azure Terraform Infrastructure as Code task.",
722
722
  "title": "terraform-azure-planning",
723
723
  "type": "agents"
724
724
  },
725
725
  "agents:terraform": {
726
- "path": ".github/agents/terraform.agent.md",
726
+ "path": "assets/agents/terraform.agent.md",
727
727
  "description": "Terraform infrastructure specialist with automated HCP Terraform workflows. Leverages Terraform MCP server for registry integration, workspace management, and run orchestration. Generates compliant code using latest provider/module versions, manages private registries, automates variable sets, and orchestrates infrastructure deployments with proper validation and security practices.",
728
728
  "title": "terraform",
729
729
  "type": "agents"
730
730
  },
731
731
  "agents:typescript-mcp-expert": {
732
- "path": ".github/agents/typescript-mcp-expert.agent.md",
732
+ "path": "assets/agents/typescript-mcp-expert.agent.md",
733
733
  "description": "Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript",
734
734
  "title": "typescript-mcp-expert",
735
735
  "type": "agents"
736
736
  },
737
737
  "agents:voidbeast-gpt41enhanced": {
738
- "path": ".github/agents/voidbeast-gpt41enhanced.agent.md",
738
+ "path": "assets/agents/voidbeast-gpt41enhanced.agent.md",
739
739
  "description": "4.1 voidBeast_GPT41Enhanced 1.0 : a advanced autonomous developer agent, designed for elite full-stack development with enhanced multi-mode capabilities. This latest evolution features sophisticated mode detection, comprehensive research capabilities, and never-ending problem resolution. Plan/Act/Deep Research/Analyzer/Checkpoints(Memory)/Prompt Generator Modes.",
740
740
  "title": "voidbeast-gpt41enhanced",
741
741
  "type": "agents"
742
742
  },
743
743
  "agents:wg-code-alchemist": {
744
- "path": ".github/agents/wg-code-alchemist.agent.md",
744
+ "path": "assets/agents/wg-code-alchemist.agent.md",
745
745
  "description": "Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design",
746
746
  "title": "wg-code-alchemist",
747
747
  "type": "agents"
748
748
  },
749
749
  "agents:wg-code-sentinel": {
750
- "path": ".github/agents/wg-code-sentinel.agent.md",
750
+ "path": "assets/agents/wg-code-sentinel.agent.md",
751
751
  "description": "Ask WG Code Sentinel to review your code for security issues.",
752
752
  "title": "wg-code-sentinel",
753
753
  "type": "agents"
package/bin/cli.js CHANGED
@@ -11,7 +11,6 @@ const __filename = fileURLToPath(import.meta.url);
11
11
  const __dirname = path.dirname(__filename);
12
12
  const ROOT_DIR = path.join(__dirname, '..');
13
13
  const ASSETS_DIR = path.join(ROOT_DIR, 'assets');
14
- const GITHUB_AGENTS_DIR = path.join(ROOT_DIR, '.github', 'agents');
15
14
  const MANIFEST_PATH = path.join(ROOT_DIR, 'assets-manifest.json');
16
15
 
17
16
  // Check if running in local development mode (assets folder exists)
@@ -67,8 +66,8 @@ async function listAssets(type) {
67
66
  if (IS_LOCAL) {
68
67
  // Local Development Mode
69
68
  const matter = (await import('gray-matter')).default;
70
- // Use .github/agents for agents, assets/<type> for others
71
- const dirPath = type === 'agents' ? GITHUB_AGENTS_DIR : path.join(ASSETS_DIR, type);
69
+ // All types use assets/<type> directory
70
+ const dirPath = path.join(ASSETS_DIR, type);
72
71
 
73
72
  if (!await fs.pathExists(dirPath)) {
74
73
  console.log(chalk.yellow(`No assets found for type: ${type}`));
@@ -188,8 +187,8 @@ async function downloadAsset(id, options) {
188
187
  if (type === 'prompts') potentialFileNames.push(name + '.prompt.md');
189
188
  if (type === 'instructions') potentialFileNames.push(name + '.instructions.md');
190
189
 
191
- // Use .github/agents for agents, assets/<type> for others
192
- const baseDir = type === 'agents' ? GITHUB_AGENTS_DIR : path.join(ASSETS_DIR, type);
190
+ // All types use assets/<type> directory
191
+ const baseDir = path.join(ASSETS_DIR, type);
193
192
 
194
193
  let sourcePath = null;
195
194
  for (const fname of potentialFileNames) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "1.5.13",
3
+ "version": "1.5.14",
4
4
  "description": "A comprehensive library of specialized AI agents and personas for GitHub Copilot, ranging from architectural planning and specific tech stacks to advanced cognitive reasoning models.",
5
5
  "bin": {
6
6
  "workspace-architect": "./bin/cli.js"