workspace-architect 2.2.29 → 2.2.31

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.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-03-03T04:39:28.469Z",
3
+ "generatedAt": "2026-03-04T20:14:11.514Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -1046,6 +1046,12 @@
1046
1046
  "description": "Ask WG Code Sentinel to review your code for security issues.",
1047
1047
  "title": "wg-code-sentinel",
1048
1048
  "type": "agents"
1049
+ },
1050
+ "winui3-expert": {
1051
+ "path": "assets/agents/winui3-expert.agent.md",
1052
+ "description": "Expert agent for WinUI 3 and Windows App SDK development. Prevents common UWP-to-WinUI 3 API mistakes, guides XAML controls, MVVM patterns, windowing, threading, app lifecycle, dialogs, and deployment for desktop Windows apps.",
1053
+ "title": "winui3-expert",
1054
+ "type": "agents"
1049
1055
  }
1050
1056
  },
1051
1057
  "instructions": {
@@ -2093,6 +2099,12 @@
2093
2099
  "title": "vuejs3",
2094
2100
  "type": "instructions"
2095
2101
  },
2102
+ "winui3": {
2103
+ "path": "assets/instructions/winui3.instructions.md",
2104
+ "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.",
2105
+ "title": "winui3",
2106
+ "type": "instructions"
2107
+ },
2096
2108
  "wordpress": {
2097
2109
  "path": "assets/instructions/wordpress.instructions.md",
2098
2110
  "description": "Coding, security, and testing rules for WordPress plugins and themes",
@@ -5216,6 +5228,43 @@
5216
5228
  "license": "Complete terms in LICENSE.txt"
5217
5229
  }
5218
5230
  },
5231
+ "claude-api": {
5232
+ "path": "assets/skills/claude-api",
5233
+ "description": "Build apps with the Claude API or Anthropic SDK. TRIGGER when: code imports `anthropic`/`@anthropic-ai/sdk`/`claude_agent_sdk`, or user asks to use Claude API, Anthropic SDKs, or Agent SDK. DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.",
5234
+ "title": "claude-api",
5235
+ "type": "skills",
5236
+ "files": [
5237
+ "LICENSE.txt",
5238
+ "SKILL.md",
5239
+ "csharp/claude-api.md",
5240
+ "curl/examples.md",
5241
+ "go/claude-api.md",
5242
+ "java/claude-api.md",
5243
+ "php/claude-api.md",
5244
+ "python/agent-sdk/README.md",
5245
+ "python/agent-sdk/patterns.md",
5246
+ "python/claude-api/README.md",
5247
+ "python/claude-api/batches.md",
5248
+ "python/claude-api/files-api.md",
5249
+ "python/claude-api/streaming.md",
5250
+ "python/claude-api/tool-use.md",
5251
+ "ruby/claude-api.md",
5252
+ "shared/error-codes.md",
5253
+ "shared/live-sources.md",
5254
+ "shared/models.md",
5255
+ "shared/tool-use-concepts.md",
5256
+ "typescript/agent-sdk/README.md",
5257
+ "typescript/agent-sdk/patterns.md",
5258
+ "typescript/claude-api/README.md",
5259
+ "typescript/claude-api/batches.md",
5260
+ "typescript/claude-api/files-api.md",
5261
+ "typescript/claude-api/streaming.md",
5262
+ "typescript/claude-api/tool-use.md"
5263
+ ],
5264
+ "metadata": {
5265
+ "license": "Complete terms in LICENSE.txt"
5266
+ }
5267
+ },
5219
5268
  "doc-coauthoring": {
5220
5269
  "path": "assets/skills/doc-coauthoring",
5221
5270
  "description": "Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.29",
3
+ "version": "2.2.31",
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",