workspace-architect 2.2.112 → 2.2.114
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/assets-manifest.json +43 -1
- package/package.json +1 -1
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-12T03:18:37.582Z",
|
|
4
4
|
"assets": {
|
|
5
5
|
"agents": {
|
|
6
6
|
"CSharpExpert": {
|
|
@@ -135,6 +135,18 @@
|
|
|
135
135
|
"title": "aws-cloud-expert",
|
|
136
136
|
"type": "agents"
|
|
137
137
|
},
|
|
138
|
+
"aws-principal-architect": {
|
|
139
|
+
"path": "assets/agents/aws-principal-architect.agent.md",
|
|
140
|
+
"description": "Provide expert AWS Principal Architect guidance using AWS Well-Architected Framework principles and AWS best practices.",
|
|
141
|
+
"title": "aws-principal-architect",
|
|
142
|
+
"type": "agents"
|
|
143
|
+
},
|
|
144
|
+
"aws-serverless-architect": {
|
|
145
|
+
"path": "assets/agents/aws-serverless-architect.agent.md",
|
|
146
|
+
"description": "Provide expert AWS Serverless Architect guidance focusing on event-driven architectures, Lambda, API Gateway, and serverless best practices.",
|
|
147
|
+
"title": "aws-serverless-architect",
|
|
148
|
+
"type": "agents"
|
|
149
|
+
},
|
|
138
150
|
"azure-iac-exporter": {
|
|
139
151
|
"path": "assets/agents/azure-iac-exporter.agent.md",
|
|
140
152
|
"description": "Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates, Terraform, Pulumi).",
|
|
@@ -1233,6 +1245,18 @@
|
|
|
1233
1245
|
"title": "terminal-helper",
|
|
1234
1246
|
"type": "agents"
|
|
1235
1247
|
},
|
|
1248
|
+
"terraform-aws-implement": {
|
|
1249
|
+
"path": "assets/agents/terraform-aws-implement.agent.md",
|
|
1250
|
+
"description": "Act as an AWS Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for AWS resources.",
|
|
1251
|
+
"title": "terraform-aws-implement",
|
|
1252
|
+
"type": "agents"
|
|
1253
|
+
},
|
|
1254
|
+
"terraform-aws-planning": {
|
|
1255
|
+
"path": "assets/agents/terraform-aws-planning.agent.md",
|
|
1256
|
+
"description": "Act as implementation planner for your AWS Terraform Infrastructure as Code task.",
|
|
1257
|
+
"title": "terraform-aws-planning",
|
|
1258
|
+
"type": "agents"
|
|
1259
|
+
},
|
|
1236
1260
|
"terraform-azure-implement": {
|
|
1237
1261
|
"path": "assets/agents/terraform-azure-implement.agent.md",
|
|
1238
1262
|
"description": "Act as an Azure Terraform Infrastructure as Code coding specialist that creates and reviews Terraform for Azure resources.",
|
|
@@ -1811,6 +1835,12 @@
|
|
|
1811
1835
|
"title": "java-21-to-java-25-upgrade",
|
|
1812
1836
|
"type": "instructions"
|
|
1813
1837
|
},
|
|
1838
|
+
"java-junit5-assertions": {
|
|
1839
|
+
"path": "assets/instructions/java-junit5-assertions.instructions.md",
|
|
1840
|
+
"description": "Standardizes JUnit 5 (Jupiter) assertions with best practices for performance, readability, and modern features (5.8+). Covers Supplier messages, assertAll, assertThrowsExactly, and performance-critical timeouts.",
|
|
1841
|
+
"title": "java-junit5-assertions",
|
|
1842
|
+
"type": "instructions"
|
|
1843
|
+
},
|
|
1814
1844
|
"java-mcp-server": {
|
|
1815
1845
|
"path": "assets/instructions/java-mcp-server.instructions.md",
|
|
1816
1846
|
"description": "Best practices and patterns for building Model Context Protocol (MCP) servers in Java using the official MCP Java SDK with reactive streams and Spring integration.",
|
|
@@ -2249,6 +2279,12 @@
|
|
|
2249
2279
|
"title": "rust",
|
|
2250
2280
|
"type": "instructions"
|
|
2251
2281
|
},
|
|
2282
|
+
"scala-spark": {
|
|
2283
|
+
"path": "assets/instructions/scala-spark.instructions.md",
|
|
2284
|
+
"description": "Best practices for building Apache Spark applications in Scala, covering DataFrames, Datasets, SparkSQL, performance tuning, testing, and production deployment patterns.",
|
|
2285
|
+
"title": "scala-spark",
|
|
2286
|
+
"type": "instructions"
|
|
2287
|
+
},
|
|
2252
2288
|
"scala2": {
|
|
2253
2289
|
"path": "assets/instructions/scala2.instructions.md",
|
|
2254
2290
|
"description": "Scala 2.12/2.13 programming language coding conventions and best practices following Databricks style guide for functional programming, type safety, and production code quality.",
|
|
@@ -2393,6 +2429,12 @@
|
|
|
2393
2429
|
"title": "vsixtoolkit",
|
|
2394
2430
|
"type": "instructions"
|
|
2395
2431
|
},
|
|
2432
|
+
"vue": {
|
|
2433
|
+
"path": "assets/instructions/vue.instructions.md",
|
|
2434
|
+
"description": "Comprehensive Vue 3 development standards and best practices: Composition API, `<script setup>`, the full reactivity system, compiler macros (defineModel/defineSlots/defineOptions), built-in components (Teleport/Suspense/Transition/KeepAlive), provide/inject, composables, Pinia, Vue Router, TypeScript, testing, performance, SSR, and security.",
|
|
2435
|
+
"title": "vue",
|
|
2436
|
+
"type": "instructions"
|
|
2437
|
+
},
|
|
2396
2438
|
"winui3": {
|
|
2397
2439
|
"path": "assets/instructions/winui3.instructions.md",
|
|
2398
2440
|
"description": "WinUI 3 and Windows App SDK coding guidelines. Prevents common UWP API misuse, enforces correct XAML namespaces, threading, windowing, and MVVM patterns for desktop Windows apps.",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "2.2.
|
|
3
|
+
"version": "2.2.114",
|
|
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",
|