workspace-architect 2.2.24 → 2.2.26
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 +1 -2
- package/assets-manifest.json +138 -18
- package/bin/cli.js +4 -0
- package/package.json +1 -1
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
|
package/assets-manifest.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "2.0.0",
|
|
3
|
-
"generatedAt": "2026-
|
|
3
|
+
"generatedAt": "2026-03-02T00:37:09.102Z",
|
|
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-
|
|
361
|
-
"path": "assets/agents/gem-
|
|
362
|
-
"description": "Automates browser testing, UI/UX validation
|
|
363
|
-
"title": "gem-
|
|
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.",
|
|
@@ -933,6 +999,12 @@
|
|
|
933
999
|
"title": "terraform",
|
|
934
1000
|
"type": "agents"
|
|
935
1001
|
},
|
|
1002
|
+
"terratest-module-testing": {
|
|
1003
|
+
"path": "assets/agents/terratest-module-testing.agent.md",
|
|
1004
|
+
"description": "Generate and refactor Go Terratest suites for Terraform modules, including CI-safe patterns, staged tests, and negative-path validation.",
|
|
1005
|
+
"title": "terratest-module-testing",
|
|
1006
|
+
"type": "agents"
|
|
1007
|
+
},
|
|
936
1008
|
"typescript-mcp-expert": {
|
|
937
1009
|
"path": "assets/agents/typescript-mcp-expert.agent.md",
|
|
938
1010
|
"description": "Expert assistant for developing Model Context Protocol (MCP) servers in TypeScript",
|
|
@@ -945,6 +1017,12 @@
|
|
|
945
1017
|
"title": "voidbeast-gpt41enhanced",
|
|
946
1018
|
"type": "agents"
|
|
947
1019
|
},
|
|
1020
|
+
"vuejs-expert": {
|
|
1021
|
+
"path": "assets/agents/vuejs-expert.agent.md",
|
|
1022
|
+
"description": "Expert Vue.js frontend engineer specializing in Vue 3 Composition API, reactivity, state management, testing, and performance with TypeScript",
|
|
1023
|
+
"title": "vuejs-expert",
|
|
1024
|
+
"type": "agents"
|
|
1025
|
+
},
|
|
948
1026
|
"wg-code-alchemist": {
|
|
949
1027
|
"path": "assets/agents/wg-code-alchemist.agent.md",
|
|
950
1028
|
"description": "Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design",
|
|
@@ -965,6 +1043,12 @@
|
|
|
965
1043
|
"title": "a11y",
|
|
966
1044
|
"type": "instructions"
|
|
967
1045
|
},
|
|
1046
|
+
"agent-safety": {
|
|
1047
|
+
"path": "assets/instructions/agent-safety.instructions.md",
|
|
1048
|
+
"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.",
|
|
1049
|
+
"title": "agent-safety",
|
|
1050
|
+
"type": "instructions"
|
|
1051
|
+
},
|
|
968
1052
|
"agent-skills": {
|
|
969
1053
|
"path": "assets/instructions/agent-skills.instructions.md",
|
|
970
1054
|
"description": "Guidelines for creating high-quality Agent Skills for GitHub Copilot",
|
|
@@ -1019,6 +1103,12 @@
|
|
|
1019
1103
|
"title": "astro",
|
|
1020
1104
|
"type": "instructions"
|
|
1021
1105
|
},
|
|
1106
|
+
"aws-appsync": {
|
|
1107
|
+
"path": "assets/instructions/aws-appsync.instructions.md",
|
|
1108
|
+
"description": "Production-grade guidance for AWS AppSync Event API handlers using APPSYNC_JS runtime restrictions, utilities, modules, and datasource patterns",
|
|
1109
|
+
"title": "aws-appsync",
|
|
1110
|
+
"type": "instructions"
|
|
1111
|
+
},
|
|
1022
1112
|
"azure-devops-pipelines": {
|
|
1023
1113
|
"path": "assets/instructions/azure-devops-pipelines.instructions.md",
|
|
1024
1114
|
"description": "Best practices for Azure DevOps Pipeline YAML files",
|
|
@@ -1103,12 +1193,6 @@
|
|
|
1103
1193
|
"title": "coldfusion-cfm",
|
|
1104
1194
|
"type": "instructions"
|
|
1105
1195
|
},
|
|
1106
|
-
"collections": {
|
|
1107
|
-
"path": "assets/instructions/collections.instructions.md",
|
|
1108
|
-
"description": "Guidelines for creating and managing awesome-copilot collections",
|
|
1109
|
-
"title": "collections",
|
|
1110
|
-
"type": "instructions"
|
|
1111
|
-
},
|
|
1112
1196
|
"containerization-docker-best-practices": {
|
|
1113
1197
|
"path": "assets/instructions/containerization-docker-best-practices.instructions.md",
|
|
1114
1198
|
"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.",
|
|
@@ -1121,6 +1205,12 @@
|
|
|
1121
1205
|
"title": "context-engineering",
|
|
1122
1206
|
"type": "instructions"
|
|
1123
1207
|
},
|
|
1208
|
+
"context7": {
|
|
1209
|
+
"path": "assets/instructions/context7.instructions.md",
|
|
1210
|
+
"description": "Use Context7 for authoritative external docs and API references when local context is insufficient",
|
|
1211
|
+
"title": "context7",
|
|
1212
|
+
"type": "instructions"
|
|
1213
|
+
},
|
|
1124
1214
|
"convert-cassandra-to-spring-data-cosmos": {
|
|
1125
1215
|
"path": "assets/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md",
|
|
1126
1216
|
"description": "Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos",
|
|
@@ -1163,6 +1253,12 @@
|
|
|
1163
1253
|
"title": "copilot-thought-logging",
|
|
1164
1254
|
"type": "instructions"
|
|
1165
1255
|
},
|
|
1256
|
+
"cpp-language-service-tools": {
|
|
1257
|
+
"path": "assets/instructions/cpp-language-service-tools.instructions.md",
|
|
1258
|
+
"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.**",
|
|
1259
|
+
"title": "cpp-language-service-tools",
|
|
1260
|
+
"type": "instructions"
|
|
1261
|
+
},
|
|
1166
1262
|
"csharp-ja": {
|
|
1167
1263
|
"path": "assets/instructions/csharp-ja.instructions.md",
|
|
1168
1264
|
"description": "C# アプリケーション構築指針 by @tsubakimoto",
|
|
@@ -1475,6 +1571,12 @@
|
|
|
1475
1571
|
"title": "makefile",
|
|
1476
1572
|
"type": "instructions"
|
|
1477
1573
|
},
|
|
1574
|
+
"markdown-accessibility": {
|
|
1575
|
+
"path": "assets/instructions/markdown-accessibility.instructions.md",
|
|
1576
|
+
"description": "Markdown accessibility guidelines based on GitHub's 5 best practices for inclusive documentation",
|
|
1577
|
+
"title": "markdown-accessibility",
|
|
1578
|
+
"type": "instructions"
|
|
1579
|
+
},
|
|
1478
1580
|
"markdown": {
|
|
1479
1581
|
"path": "assets/instructions/markdown.instructions.md",
|
|
1480
1582
|
"description": "Documentation and content creation standards",
|
|
@@ -1499,6 +1601,12 @@
|
|
|
1499
1601
|
"title": "mongo-dba",
|
|
1500
1602
|
"type": "instructions"
|
|
1501
1603
|
},
|
|
1604
|
+
"moodle": {
|
|
1605
|
+
"path": "assets/instructions/moodle.instructions.md",
|
|
1606
|
+
"description": "Instructions for GitHub Copilot to generate code in a Moodle project context.",
|
|
1607
|
+
"title": "moodle",
|
|
1608
|
+
"type": "instructions"
|
|
1609
|
+
},
|
|
1502
1610
|
"ms-sql-dba": {
|
|
1503
1611
|
"path": "assets/instructions/ms-sql-dba.instructions.md",
|
|
1504
1612
|
"description": "Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode.",
|
|
@@ -1909,7 +2017,7 @@
|
|
|
1909
2017
|
},
|
|
1910
2018
|
"tasksync": {
|
|
1911
2019
|
"path": "assets/instructions/tasksync.instructions.md",
|
|
1912
|
-
"description": "TaskSync
|
|
2020
|
+
"description": "TaskSync V5 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.",
|
|
1913
2021
|
"title": "tasksync",
|
|
1914
2022
|
"type": "instructions"
|
|
1915
2023
|
},
|
|
@@ -5108,7 +5216,7 @@
|
|
|
5108
5216
|
},
|
|
5109
5217
|
"docx": {
|
|
5110
5218
|
"path": "assets/skills/docx",
|
|
5111
|
-
"description": "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files). Triggers include: any mention of
|
|
5219
|
+
"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.",
|
|
5112
5220
|
"title": "docx",
|
|
5113
5221
|
"type": "skills",
|
|
5114
5222
|
"files": [
|
|
@@ -5444,21 +5552,33 @@
|
|
|
5444
5552
|
},
|
|
5445
5553
|
"skill-creator": {
|
|
5446
5554
|
"path": "assets/skills/skill-creator",
|
|
5447
|
-
"description": "
|
|
5555
|
+
"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.",
|
|
5448
5556
|
"title": "skill-creator",
|
|
5449
5557
|
"type": "skills",
|
|
5450
5558
|
"files": [
|
|
5451
5559
|
"LICENSE.txt",
|
|
5452
5560
|
"SKILL.md",
|
|
5561
|
+
"agents/analyzer.md",
|
|
5562
|
+
"agents/comparator.md",
|
|
5563
|
+
"agents/grader.md",
|
|
5564
|
+
"assets/eval_review.html",
|
|
5565
|
+
"eval-viewer/generate_review.py",
|
|
5566
|
+
"eval-viewer/viewer.html",
|
|
5453
5567
|
"references/output-patterns.md",
|
|
5568
|
+
"references/schemas.md",
|
|
5454
5569
|
"references/workflows.md",
|
|
5570
|
+
"scripts/__init__.py",
|
|
5571
|
+
"scripts/aggregate_benchmark.py",
|
|
5572
|
+
"scripts/generate_report.py",
|
|
5573
|
+
"scripts/improve_description.py",
|
|
5455
5574
|
"scripts/init_skill.py",
|
|
5456
5575
|
"scripts/package_skill.py",
|
|
5457
|
-
"scripts/quick_validate.py"
|
|
5576
|
+
"scripts/quick_validate.py",
|
|
5577
|
+
"scripts/run_eval.py",
|
|
5578
|
+
"scripts/run_loop.py",
|
|
5579
|
+
"scripts/utils.py"
|
|
5458
5580
|
],
|
|
5459
|
-
"metadata": {
|
|
5460
|
-
"license": "Complete terms in LICENSE.txt"
|
|
5461
|
-
}
|
|
5581
|
+
"metadata": {}
|
|
5462
5582
|
},
|
|
5463
5583
|
"slack-gif-creator": {
|
|
5464
5584
|
"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.
|
|
3
|
+
"version": "2.2.26",
|
|
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",
|