workspace-architect 2.2.68 → 2.2.70

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-04-10T05:03:49.146Z",
3
+ "generatedAt": "2026-04-13T21:23:16.136Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "CSharpExpert": {
@@ -5396,6 +5396,60 @@
5396
5396
  "license": "Complete terms in LICENSE.txt"
5397
5397
  }
5398
5398
  },
5399
+ "claude-api": {
5400
+ "path": "assets/skills/claude-api",
5401
+ "description": "Build, debug, and optimize Claude API / Anthropic SDK apps. Apps built with this skill should include prompt caching. TRIGGER when: code imports anthropic/@anthropic-ai/sdk; user asks to use the Claude API, Anthropic SDKs, or Managed Agents (/v1/agents, /v1/sessions, /v1/environments). DO NOT TRIGGER when: code imports `openai`/other AI SDK, general programming, or ML/data-science tasks.",
5402
+ "title": "claude-api",
5403
+ "type": "skills",
5404
+ "files": [
5405
+ "LICENSE.txt",
5406
+ "SKILL.md",
5407
+ "csharp/claude-api.md",
5408
+ "curl/examples.md",
5409
+ "curl/managed-agents.md",
5410
+ "go/claude-api.md",
5411
+ "go/managed-agents/README.md",
5412
+ "java/claude-api.md",
5413
+ "java/managed-agents/README.md",
5414
+ "php/claude-api.md",
5415
+ "php/managed-agents/README.md",
5416
+ "python/agent-sdk/README.md",
5417
+ "python/agent-sdk/patterns.md",
5418
+ "python/claude-api/README.md",
5419
+ "python/claude-api/batches.md",
5420
+ "python/claude-api/files-api.md",
5421
+ "python/claude-api/streaming.md",
5422
+ "python/claude-api/tool-use.md",
5423
+ "python/managed-agents/README.md",
5424
+ "ruby/claude-api.md",
5425
+ "ruby/managed-agents/README.md",
5426
+ "shared/agent-design.md",
5427
+ "shared/error-codes.md",
5428
+ "shared/live-sources.md",
5429
+ "shared/managed-agents-api-reference.md",
5430
+ "shared/managed-agents-client-patterns.md",
5431
+ "shared/managed-agents-core.md",
5432
+ "shared/managed-agents-environments.md",
5433
+ "shared/managed-agents-events.md",
5434
+ "shared/managed-agents-onboarding.md",
5435
+ "shared/managed-agents-overview.md",
5436
+ "shared/managed-agents-tools.md",
5437
+ "shared/models.md",
5438
+ "shared/prompt-caching.md",
5439
+ "shared/tool-use-concepts.md",
5440
+ "typescript/agent-sdk/README.md",
5441
+ "typescript/agent-sdk/patterns.md",
5442
+ "typescript/claude-api/README.md",
5443
+ "typescript/claude-api/batches.md",
5444
+ "typescript/claude-api/files-api.md",
5445
+ "typescript/claude-api/streaming.md",
5446
+ "typescript/claude-api/tool-use.md",
5447
+ "typescript/managed-agents/README.md"
5448
+ ],
5449
+ "metadata": {
5450
+ "license": "Complete terms in LICENSE.txt"
5451
+ }
5452
+ },
5399
5453
  "doc-coauthoring": {
5400
5454
  "path": "assets/skills/doc-coauthoring",
5401
5455
  "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.68",
3
+ "version": "2.2.70",
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",