workspace-architect 2.2.23 → 2.2.25

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
@@ -225,9 +225,8 @@ Create a JSON file in `assets/collections/`:
225
225
  - Sync scripts for upstream resources:
226
226
  - `npm run sync-agents` - Sync agents from github/awesome-copilot
227
227
  - `npm run sync-instructions` - Sync instructions from github/awesome-copilot
228
- - `npm run sync-prompts` - Sync prompts from github/awesome-copilot
229
- - `npm run sync-collections` - Sync collections from github/awesome-copilot
230
228
  - `npm run sync-skills` - Sync skills from anthropics/skills
229
+ - Note: Prompts are maintained locally and not synced from upstream
231
230
  - `npm run validate-skills` - Validate all synced skills
232
231
 
233
232
  #### Upstream Configuration
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": "2.0.0",
3
- "generatedAt": "2026-02-13T03:09:44.756Z",
3
+ "generatedAt": "2026-02-27T22:11:11.450Z",
4
4
  "assets": {
5
5
  "agents": {
6
6
  "4.1-Beast": {
@@ -57,6 +57,12 @@
57
57
  "title": "aem-frontend-specialist",
58
58
  "type": "agents"
59
59
  },
60
+ "agent-governance-reviewer": {
61
+ "path": "assets/agents/agent-governance-reviewer.agent.md",
62
+ "description": "AI agent governance expert that reviews code for safety issues, missing governance controls, and helps implement policy enforcement, trust scoring, and audit trails in agent systems.",
63
+ "title": "agent-governance-reviewer",
64
+ "type": "agents"
65
+ },
60
66
  "amplitude-experiment-implementation": {
61
67
  "path": "assets/agents/amplitude-experiment-implementation.agent.md",
62
68
  "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.",
@@ -357,10 +363,10 @@
357
363
  "title": "fedora-linux-expert",
358
364
  "type": "agents"
359
365
  },
360
- "gem-chrome-tester": {
361
- "path": "assets/agents/gem-chrome-tester.agent.md",
362
- "description": "Automates browser testing, UI/UX validation via Chrome DevTools",
363
- "title": "gem-chrome-tester",
366
+ "gem-browser-tester": {
367
+ "path": "assets/agents/gem-browser-tester.agent.md",
368
+ "description": "Automates browser testing, UI/UX validation using browser automation tools and visual verification techniques",
369
+ "title": "gem-browser-tester",
364
370
  "type": "agents"
365
371
  },
366
372
  "gem-devops": {
@@ -495,6 +501,12 @@
495
501
  "title": "lingodotdev-i18n",
496
502
  "type": "agents"
497
503
  },
504
+ "markdown-accessibility-assistant": {
505
+ "path": "assets/agents/markdown-accessibility-assistant.agent.md",
506
+ "description": "Improves the accessibility of markdown files using five GitHub best practices",
507
+ "title": "markdown-accessibility-assistant",
508
+ "type": "agents"
509
+ },
498
510
  "mcp-m365-agent-expert": {
499
511
  "path": "assets/agents/mcp-m365-agent-expert.agent.md",
500
512
  "description": "Expert assistant for building MCP-based declarative agents for Microsoft 365 Copilot with Model Context Protocol integration",
@@ -579,6 +591,12 @@
579
591
  "title": "neon-optimization-analyzer",
580
592
  "type": "agents"
581
593
  },
594
+ "nuxt-expert": {
595
+ "path": "assets/agents/nuxt-expert.agent.md",
596
+ "description": "Expert Nuxt developer specializing in Nuxt 3, Nitro, server routes, data fetching strategies, and performance optimization with Vue 3 and TypeScript",
597
+ "title": "nuxt-expert",
598
+ "type": "agents"
599
+ },
582
600
  "octopus-deploy-release-notes-mcp": {
583
601
  "path": "assets/agents/octopus-deploy-release-notes-mcp.agent.md",
584
602
  "description": "Generate release notes for a release in Octopus Deploy. The tools for this MCP server provide access to the Octopus Deploy APIs.",
@@ -633,6 +651,54 @@
633
651
  "title": "playwright-tester",
634
652
  "type": "agents"
635
653
  },
654
+ "polyglot-test-builder": {
655
+ "path": "assets/agents/polyglot-test-builder.agent.md",
656
+ "description": "Runs build/compile commands for any language and reports results. Discovers build command from project files if not specified.",
657
+ "title": "polyglot-test-builder",
658
+ "type": "agents"
659
+ },
660
+ "polyglot-test-fixer": {
661
+ "path": "assets/agents/polyglot-test-fixer.agent.md",
662
+ "description": "Fixes compilation errors in source or test files. Analyzes error messages and applies corrections.",
663
+ "title": "polyglot-test-fixer",
664
+ "type": "agents"
665
+ },
666
+ "polyglot-test-generator": {
667
+ "path": "assets/agents/polyglot-test-generator.agent.md",
668
+ "description": "Orchestrates comprehensive test generation using Research-Plan-Implement pipeline. Use when asked to generate tests, write unit tests, improve test coverage, or add tests.",
669
+ "title": "polyglot-test-generator",
670
+ "type": "agents"
671
+ },
672
+ "polyglot-test-implementer": {
673
+ "path": "assets/agents/polyglot-test-implementer.agent.md",
674
+ "description": "Implements a single phase from the test plan. Writes test files and verifies they compile and pass. Calls builder, tester, and fixer agents as needed.",
675
+ "title": "polyglot-test-implementer",
676
+ "type": "agents"
677
+ },
678
+ "polyglot-test-linter": {
679
+ "path": "assets/agents/polyglot-test-linter.agent.md",
680
+ "description": "Runs code formatting/linting for any language. Discovers lint command from project files if not specified.",
681
+ "title": "polyglot-test-linter",
682
+ "type": "agents"
683
+ },
684
+ "polyglot-test-planner": {
685
+ "path": "assets/agents/polyglot-test-planner.agent.md",
686
+ "description": "Creates structured test implementation plans from research findings. Organizes tests into phases by priority and complexity. Works with any language.",
687
+ "title": "polyglot-test-planner",
688
+ "type": "agents"
689
+ },
690
+ "polyglot-test-researcher": {
691
+ "path": "assets/agents/polyglot-test-researcher.agent.md",
692
+ "description": "Analyzes codebases to understand structure, testing patterns, and testability. Identifies source files, existing tests, build commands, and testing framework. Works with any language.",
693
+ "title": "polyglot-test-researcher",
694
+ "type": "agents"
695
+ },
696
+ "polyglot-test-tester": {
697
+ "path": "assets/agents/polyglot-test-tester.agent.md",
698
+ "description": "Runs test commands for any language and reports results. Discovers test command from project files if not specified.",
699
+ "title": "polyglot-test-tester",
700
+ "type": "agents"
701
+ },
636
702
  "postgresql-dba": {
637
703
  "path": "assets/agents/postgresql-dba.agent.md",
638
704
  "description": "Work with PostgreSQL databases using the PostgreSQL extension.",
@@ -705,6 +771,12 @@
705
771
  "title": "python-mcp-expert",
706
772
  "type": "agents"
707
773
  },
774
+ "qa-subagent": {
775
+ "path": "assets/agents/qa-subagent.agent.md",
776
+ "description": "Meticulous QA subagent for test planning, bug hunting, edge-case analysis, and implementation verification.",
777
+ "title": "qa-subagent",
778
+ "type": "agents"
779
+ },
708
780
  "reepl-linkedin": {
709
781
  "path": "assets/agents/reepl-linkedin.agent.md",
710
782
  "description": "AI-powered LinkedIn content creation, scheduling, and analytics agent. Create posts, carousels, and manage your LinkedIn presence with GitHub Copilot.",
@@ -735,6 +807,12 @@
735
807
  "title": "ruby-mcp-expert",
736
808
  "type": "agents"
737
809
  },
810
+ "rug-orchestrator": {
811
+ "path": "assets/agents/rug-orchestrator.agent.md",
812
+ "description": "Pure orchestration agent that decomposes requests, delegates all work to subagents, validates outcomes, and repeats until complete.",
813
+ "title": "rug-orchestrator",
814
+ "type": "agents"
815
+ },
738
816
  "rust-gpt-4.1-beast-mode": {
739
817
  "path": "assets/agents/rust-gpt-4.1-beast-mode.agent.md",
740
818
  "description": "Rust GPT-4.1 Coding Beast Mode for VS Code",
@@ -843,6 +921,12 @@
843
921
  "title": "stackhawk-security-onboarding",
844
922
  "type": "agents"
845
923
  },
924
+ "swe-subagent": {
925
+ "path": "assets/agents/swe-subagent.agent.md",
926
+ "description": "Senior software engineer subagent for implementation tasks: feature development, debugging, refactoring, and testing.",
927
+ "title": "swe-subagent",
928
+ "type": "agents"
929
+ },
846
930
  "swift-mcp-expert": {
847
931
  "path": "assets/agents/swift-mcp-expert.agent.md",
848
932
  "description": "Expert assistance for building Model Context Protocol servers in Swift using modern concurrency features and the official MCP Swift SDK.",
@@ -927,6 +1011,12 @@
927
1011
  "title": "voidbeast-gpt41enhanced",
928
1012
  "type": "agents"
929
1013
  },
1014
+ "vuejs-expert": {
1015
+ "path": "assets/agents/vuejs-expert.agent.md",
1016
+ "description": "Expert Vue.js frontend engineer specializing in Vue 3 Composition API, reactivity, state management, testing, and performance with TypeScript",
1017
+ "title": "vuejs-expert",
1018
+ "type": "agents"
1019
+ },
930
1020
  "wg-code-alchemist": {
931
1021
  "path": "assets/agents/wg-code-alchemist.agent.md",
932
1022
  "description": "Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design",
@@ -947,6 +1037,12 @@
947
1037
  "title": "a11y",
948
1038
  "type": "instructions"
949
1039
  },
1040
+ "agent-safety": {
1041
+ "path": "assets/instructions/agent-safety.instructions.md",
1042
+ "description": "Guidelines for building safe, governed AI agent systems. Apply when writing code that uses agent frameworks, tool-calling LLMs, or multi-agent orchestration to ensure proper safety boundaries, policy enforcement, and auditability.",
1043
+ "title": "agent-safety",
1044
+ "type": "instructions"
1045
+ },
950
1046
  "agent-skills": {
951
1047
  "path": "assets/instructions/agent-skills.instructions.md",
952
1048
  "description": "Guidelines for creating high-quality Agent Skills for GitHub Copilot",
@@ -1001,6 +1097,12 @@
1001
1097
  "title": "astro",
1002
1098
  "type": "instructions"
1003
1099
  },
1100
+ "aws-appsync": {
1101
+ "path": "assets/instructions/aws-appsync.instructions.md",
1102
+ "description": "Production-grade guidance for AWS AppSync Event API handlers using APPSYNC_JS runtime restrictions, utilities, modules, and datasource patterns",
1103
+ "title": "aws-appsync",
1104
+ "type": "instructions"
1105
+ },
1004
1106
  "azure-devops-pipelines": {
1005
1107
  "path": "assets/instructions/azure-devops-pipelines.instructions.md",
1006
1108
  "description": "Best practices for Azure DevOps Pipeline YAML files",
@@ -1085,12 +1187,6 @@
1085
1187
  "title": "coldfusion-cfm",
1086
1188
  "type": "instructions"
1087
1189
  },
1088
- "collections": {
1089
- "path": "assets/instructions/collections.instructions.md",
1090
- "description": "Guidelines for creating and managing awesome-copilot collections",
1091
- "title": "collections",
1092
- "type": "instructions"
1093
- },
1094
1190
  "containerization-docker-best-practices": {
1095
1191
  "path": "assets/instructions/containerization-docker-best-practices.instructions.md",
1096
1192
  "description": "Comprehensive best practices for creating optimized, secure, and efficient Docker images and managing containers. Covers multi-stage builds, image layer optimization, security scanning, and runtime best practices.",
@@ -1103,6 +1199,12 @@
1103
1199
  "title": "context-engineering",
1104
1200
  "type": "instructions"
1105
1201
  },
1202
+ "context7": {
1203
+ "path": "assets/instructions/context7.instructions.md",
1204
+ "description": "Use Context7 for authoritative external docs and API references when local context is insufficient",
1205
+ "title": "context7",
1206
+ "type": "instructions"
1207
+ },
1106
1208
  "convert-cassandra-to-spring-data-cosmos": {
1107
1209
  "path": "assets/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md",
1108
1210
  "description": "Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos",
@@ -1145,6 +1247,12 @@
1145
1247
  "title": "copilot-thought-logging",
1146
1248
  "type": "instructions"
1147
1249
  },
1250
+ "cpp-language-service-tools": {
1251
+ "path": "assets/instructions/cpp-language-service-tools.instructions.md",
1252
+ "description": "You are an expert at using C++ language service tools (GetSymbolReferences_CppTools, GetSymbolInfo_CppTools, GetSymbolCallHierarchy_CppTools). Instructions for calling C++ Tools for Copilot. When working with C++ code, you have access to powerful language service tools that provide accurate, IntelliSense-powered analysis. **Always prefer these tools over manual code inspection, text search, or guessing.**",
1253
+ "title": "cpp-language-service-tools",
1254
+ "type": "instructions"
1255
+ },
1148
1256
  "csharp-ja": {
1149
1257
  "path": "assets/instructions/csharp-ja.instructions.md",
1150
1258
  "description": "C# アプリケーション構築指針 by @tsubakimoto",
@@ -1457,6 +1565,12 @@
1457
1565
  "title": "makefile",
1458
1566
  "type": "instructions"
1459
1567
  },
1568
+ "markdown-accessibility": {
1569
+ "path": "assets/instructions/markdown-accessibility.instructions.md",
1570
+ "description": "Markdown accessibility guidelines based on GitHub's 5 best practices for inclusive documentation",
1571
+ "title": "markdown-accessibility",
1572
+ "type": "instructions"
1573
+ },
1460
1574
  "markdown": {
1461
1575
  "path": "assets/instructions/markdown.instructions.md",
1462
1576
  "description": "Documentation and content creation standards",
@@ -1481,6 +1595,12 @@
1481
1595
  "title": "mongo-dba",
1482
1596
  "type": "instructions"
1483
1597
  },
1598
+ "moodle": {
1599
+ "path": "assets/instructions/moodle.instructions.md",
1600
+ "description": "Instructions for GitHub Copilot to generate code in a Moodle project context.",
1601
+ "title": "moodle",
1602
+ "type": "instructions"
1603
+ },
1484
1604
  "ms-sql-dba": {
1485
1605
  "path": "assets/instructions/ms-sql-dba.instructions.md",
1486
1606
  "description": "Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode.",
@@ -1891,7 +2011,7 @@
1891
2011
  },
1892
2012
  "tasksync": {
1893
2013
  "path": "assets/instructions/tasksync.instructions.md",
1894
- "description": "TaskSync V4 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.",
2014
+ "description": "TaskSync V5 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.",
1895
2015
  "title": "tasksync",
1896
2016
  "type": "instructions"
1897
2017
  },
@@ -2617,6 +2737,12 @@
2617
2737
  "title": "readme-blueprint-generator",
2618
2738
  "type": "prompts"
2619
2739
  },
2740
+ "refactor-method-complexity-reduce": {
2741
+ "path": "assets/prompts/refactor-method-complexity-reduce.prompt.md",
2742
+ "description": "Refactor given method `${input:methodName}` to reduce its cognitive complexity to `${input:complexityThreshold}` or below, by extracting helper methods.",
2743
+ "title": "refactor-method-complexity-reduce",
2744
+ "type": "prompts"
2745
+ },
2620
2746
  "refactor-plan": {
2621
2747
  "path": "assets/prompts/refactor-plan.prompt.md",
2622
2748
  "description": "Plan a multi-file refactor with proper sequencing and rollback steps",
@@ -2719,6 +2845,12 @@
2719
2845
  "title": "suggest-awesome-github-copilot-prompts",
2720
2846
  "type": "prompts"
2721
2847
  },
2848
+ "suggest-awesome-github-copilot-skills": {
2849
+ "path": "assets/prompts/suggest-awesome-github-copilot-skills.prompt.md",
2850
+ "description": "Suggest relevant GitHub Copilot skills from the awesome-copilot repository based on current repository context and chat history, avoiding duplicates with existing skills in this repository, and identifying outdated skills that need updates.",
2851
+ "title": "suggest-awesome-github-copilot-skills",
2852
+ "type": "prompts"
2853
+ },
2722
2854
  "swift-mcp-server-generator": {
2723
2855
  "path": "assets/prompts/swift-mcp-server-generator.prompt.md",
2724
2856
  "description": "Generate a complete Model Context Protocol server project in Swift using the official MCP Swift SDK package.",
@@ -2941,6 +3073,7 @@
2941
3073
  "prompts:suggest-awesome-github-copilot-instructions",
2942
3074
  "prompts:suggest-awesome-github-copilot-prompts",
2943
3075
  "prompts:suggest-awesome-github-copilot-agents",
3076
+ "prompts:suggest-awesome-github-copilot-skills",
2944
3077
  "agents:meta-agentic-project-scaffold"
2945
3078
  ]
2946
3079
  },
@@ -4495,6 +4628,17 @@
4495
4628
  "agents:ruby-mcp-expert"
4496
4629
  ]
4497
4630
  },
4631
+ "rug-agentic-workflow": {
4632
+ "path": "assets/collections/rug-agentic-workflow.collection.yml",
4633
+ "description": "Three-agent workflow for orchestrated software delivery with an orchestrator plus implementation and QA subagents.",
4634
+ "title": "RUG Agentic Workflow",
4635
+ "type": "collections",
4636
+ "items": [
4637
+ "agents:rug-orchestrator",
4638
+ "agents:swe-subagent",
4639
+ "agents:qa-subagent"
4640
+ ]
4641
+ },
4498
4642
  "rust-development": {
4499
4643
  "path": "assets/collections/rust-development.json",
4500
4644
  "description": "Rust programming language resources and crates.",
@@ -5066,7 +5210,7 @@
5066
5210
  },
5067
5211
  "docx": {
5068
5212
  "path": "assets/skills/docx",
5069
- "description": "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of \"Word doc\", \"word document\", \".docx\", or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a \"report\", \"memo\", \"letter\", \"template\", or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",
5213
+ "description": "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx files, inserting or replacing images in documents, performing find-and-replace in Word files, working with tracked changes or comments, or converting content into a polished Word document. If the user asks for a 'report', 'memo', 'letter', 'template', or similar deliverable as a Word or .docx file, use this skill. Do NOT use for PDFs, spreadsheets, Google Docs, or general coding tasks unrelated to document generation.",
5070
5214
  "title": "docx",
5071
5215
  "type": "skills",
5072
5216
  "files": [
@@ -5402,21 +5546,33 @@
5402
5546
  },
5403
5547
  "skill-creator": {
5404
5548
  "path": "assets/skills/skill-creator",
5405
- "description": "Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.",
5549
+ "description": "Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, update or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.",
5406
5550
  "title": "skill-creator",
5407
5551
  "type": "skills",
5408
5552
  "files": [
5409
5553
  "LICENSE.txt",
5410
5554
  "SKILL.md",
5555
+ "agents/analyzer.md",
5556
+ "agents/comparator.md",
5557
+ "agents/grader.md",
5558
+ "assets/eval_review.html",
5559
+ "eval-viewer/generate_review.py",
5560
+ "eval-viewer/viewer.html",
5411
5561
  "references/output-patterns.md",
5562
+ "references/schemas.md",
5412
5563
  "references/workflows.md",
5564
+ "scripts/__init__.py",
5565
+ "scripts/aggregate_benchmark.py",
5566
+ "scripts/generate_report.py",
5567
+ "scripts/improve_description.py",
5413
5568
  "scripts/init_skill.py",
5414
5569
  "scripts/package_skill.py",
5415
- "scripts/quick_validate.py"
5570
+ "scripts/quick_validate.py",
5571
+ "scripts/run_eval.py",
5572
+ "scripts/run_loop.py",
5573
+ "scripts/utils.py"
5416
5574
  ],
5417
- "metadata": {
5418
- "license": "Complete terms in LICENSE.txt"
5419
- }
5575
+ "metadata": {}
5420
5576
  },
5421
5577
  "slack-gif-creator": {
5422
5578
  "path": "assets/skills/slack-gif-creator",
package/bin/cli.js CHANGED
@@ -1,5 +1,9 @@
1
1
  #!/usr/bin/env node
2
2
 
3
+ // Swallow EPIPE when piping to head/grep/etc (normal unix behavior)
4
+ process.stdout.on("error", (err) => { if (err && err.code === "EPIPE") process.exit(0); });
5
+ process.stderr.on("error", (err) => { if (err && err.code === "EPIPE") process.exit(0); });
6
+
3
7
  import { program } from 'commander';
4
8
  import chalk from 'chalk';
5
9
  import {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "workspace-architect",
3
- "version": "2.2.23",
3
+ "version": "2.2.25",
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",