workspace-architect 2.2.24 → 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 +1 -2
- package/assets-manifest.json +132 -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-02-
|
|
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-
|
|
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.",
|
|
@@ -945,6 +1011,12 @@
|
|
|
945
1011
|
"title": "voidbeast-gpt41enhanced",
|
|
946
1012
|
"type": "agents"
|
|
947
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
|
+
},
|
|
948
1020
|
"wg-code-alchemist": {
|
|
949
1021
|
"path": "assets/agents/wg-code-alchemist.agent.md",
|
|
950
1022
|
"description": "Ask WG Code Alchemist to transform your code with Clean Code principles and SOLID design",
|
|
@@ -965,6 +1037,12 @@
|
|
|
965
1037
|
"title": "a11y",
|
|
966
1038
|
"type": "instructions"
|
|
967
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
|
+
},
|
|
968
1046
|
"agent-skills": {
|
|
969
1047
|
"path": "assets/instructions/agent-skills.instructions.md",
|
|
970
1048
|
"description": "Guidelines for creating high-quality Agent Skills for GitHub Copilot",
|
|
@@ -1019,6 +1097,12 @@
|
|
|
1019
1097
|
"title": "astro",
|
|
1020
1098
|
"type": "instructions"
|
|
1021
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
|
+
},
|
|
1022
1106
|
"azure-devops-pipelines": {
|
|
1023
1107
|
"path": "assets/instructions/azure-devops-pipelines.instructions.md",
|
|
1024
1108
|
"description": "Best practices for Azure DevOps Pipeline YAML files",
|
|
@@ -1103,12 +1187,6 @@
|
|
|
1103
1187
|
"title": "coldfusion-cfm",
|
|
1104
1188
|
"type": "instructions"
|
|
1105
1189
|
},
|
|
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
1190
|
"containerization-docker-best-practices": {
|
|
1113
1191
|
"path": "assets/instructions/containerization-docker-best-practices.instructions.md",
|
|
1114
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.",
|
|
@@ -1121,6 +1199,12 @@
|
|
|
1121
1199
|
"title": "context-engineering",
|
|
1122
1200
|
"type": "instructions"
|
|
1123
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
|
+
},
|
|
1124
1208
|
"convert-cassandra-to-spring-data-cosmos": {
|
|
1125
1209
|
"path": "assets/instructions/convert-cassandra-to-spring-data-cosmos.instructions.md",
|
|
1126
1210
|
"description": "Step-by-step guide for converting Spring Boot Cassandra applications to use Azure Cosmos DB with Spring Data Cosmos",
|
|
@@ -1163,6 +1247,12 @@
|
|
|
1163
1247
|
"title": "copilot-thought-logging",
|
|
1164
1248
|
"type": "instructions"
|
|
1165
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
|
+
},
|
|
1166
1256
|
"csharp-ja": {
|
|
1167
1257
|
"path": "assets/instructions/csharp-ja.instructions.md",
|
|
1168
1258
|
"description": "C# アプリケーション構築指針 by @tsubakimoto",
|
|
@@ -1475,6 +1565,12 @@
|
|
|
1475
1565
|
"title": "makefile",
|
|
1476
1566
|
"type": "instructions"
|
|
1477
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
|
+
},
|
|
1478
1574
|
"markdown": {
|
|
1479
1575
|
"path": "assets/instructions/markdown.instructions.md",
|
|
1480
1576
|
"description": "Documentation and content creation standards",
|
|
@@ -1499,6 +1595,12 @@
|
|
|
1499
1595
|
"title": "mongo-dba",
|
|
1500
1596
|
"type": "instructions"
|
|
1501
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
|
+
},
|
|
1502
1604
|
"ms-sql-dba": {
|
|
1503
1605
|
"path": "assets/instructions/ms-sql-dba.instructions.md",
|
|
1504
1606
|
"description": "Instructions for customizing GitHub Copilot behavior for MS-SQL DBA chat mode.",
|
|
@@ -1909,7 +2011,7 @@
|
|
|
1909
2011
|
},
|
|
1910
2012
|
"tasksync": {
|
|
1911
2013
|
"path": "assets/instructions/tasksync.instructions.md",
|
|
1912
|
-
"description": "TaskSync
|
|
2014
|
+
"description": "TaskSync V5 - Allows you to give the agent new instructions or feedback after completing a task using terminal while agent is running.",
|
|
1913
2015
|
"title": "tasksync",
|
|
1914
2016
|
"type": "instructions"
|
|
1915
2017
|
},
|
|
@@ -5108,7 +5210,7 @@
|
|
|
5108
5210
|
},
|
|
5109
5211
|
"docx": {
|
|
5110
5212
|
"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
|
|
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.",
|
|
5112
5214
|
"title": "docx",
|
|
5113
5215
|
"type": "skills",
|
|
5114
5216
|
"files": [
|
|
@@ -5444,21 +5546,33 @@
|
|
|
5444
5546
|
},
|
|
5445
5547
|
"skill-creator": {
|
|
5446
5548
|
"path": "assets/skills/skill-creator",
|
|
5447
|
-
"description": "
|
|
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.",
|
|
5448
5550
|
"title": "skill-creator",
|
|
5449
5551
|
"type": "skills",
|
|
5450
5552
|
"files": [
|
|
5451
5553
|
"LICENSE.txt",
|
|
5452
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",
|
|
5453
5561
|
"references/output-patterns.md",
|
|
5562
|
+
"references/schemas.md",
|
|
5454
5563
|
"references/workflows.md",
|
|
5564
|
+
"scripts/__init__.py",
|
|
5565
|
+
"scripts/aggregate_benchmark.py",
|
|
5566
|
+
"scripts/generate_report.py",
|
|
5567
|
+
"scripts/improve_description.py",
|
|
5455
5568
|
"scripts/init_skill.py",
|
|
5456
5569
|
"scripts/package_skill.py",
|
|
5457
|
-
"scripts/quick_validate.py"
|
|
5570
|
+
"scripts/quick_validate.py",
|
|
5571
|
+
"scripts/run_eval.py",
|
|
5572
|
+
"scripts/run_loop.py",
|
|
5573
|
+
"scripts/utils.py"
|
|
5458
5574
|
],
|
|
5459
|
-
"metadata": {
|
|
5460
|
-
"license": "Complete terms in LICENSE.txt"
|
|
5461
|
-
}
|
|
5575
|
+
"metadata": {}
|
|
5462
5576
|
},
|
|
5463
5577
|
"slack-gif-creator": {
|
|
5464
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.
|
|
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",
|