workspace-architect 1.8.0 → 2.0.0
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/LICENSE +15 -0
- package/README.md +24 -10
- package/assets-manifest.json +1 -1
- package/bin/cli.js +23 -4
- package/package.json +23 -10
package/LICENSE
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
ISC License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2025 Adam Chubbuck
|
|
4
|
+
|
|
5
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
6
|
+
purpose with or without fee is hereby granted, provided that the above
|
|
7
|
+
copyright notice and this permission notice appear in all copies.
|
|
8
|
+
|
|
9
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
|
|
10
|
+
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
|
|
11
|
+
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
|
|
12
|
+
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
|
|
13
|
+
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
|
14
|
+
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
15
|
+
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
package/README.md
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
# Workspace Architect
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/workspace-architect)
|
|
4
|
+
[](https://www.npmjs.com/package/workspace-architect)
|
|
4
5
|
[](https://opensource.org/licenses/ISC)
|
|
6
|
+
[](https://github.com/archubbuck/workspace-architect/stargazers)
|
|
7
|
+
[](https://github.com/archubbuck/workspace-architect/issues)
|
|
5
8
|
|
|
6
9
|
> 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.
|
|
7
10
|
|
|
8
11
|
Workspace Architect is a zero-friction CLI tool that provides curated collections of specialized agents, instructions, and prompts to supercharge your GitHub Copilot experience.
|
|
9
12
|
|
|
13
|
+
## Why Workspace Architect?
|
|
14
|
+
|
|
15
|
+
**Maximize GitHub Copilot's Potential** - GitHub Copilot is powerful, but it's even better with context. Workspace Architect provides 400+ expert-crafted agents, instructions, and prompts that give Copilot the specialized knowledge it needs for your specific tech stack and domain.
|
|
16
|
+
|
|
17
|
+
**Save Time, Start Faster** - Instead of crafting custom instructions from scratch, instantly download battle-tested configurations for React, Azure, DevOps, AI Engineering, and dozens of other domains. Get productive in seconds with `npx workspace-architect`.
|
|
18
|
+
|
|
19
|
+
**Stay Current** - Our collections are automatically synced from trusted upstream sources like GitHub's [awesome-copilot](https://github.com/github/awesome-copilot) and Anthropic's [skills repository](https://github.com/anthropics/skills), ensuring you always have access to the latest and greatest community contributions.
|
|
20
|
+
|
|
21
|
+
**Universal Compatibility** - Works with GitHub Copilot, Claude, and other AI assistants. Simple markdown files mean no vendor lock-in, no complex setup, and compatibility across your entire development workflow.
|
|
22
|
+
|
|
10
23
|
## Features
|
|
11
24
|
|
|
12
25
|
- 🎯 **Specialized Agents**: Pre-built personas like "Azure Architect", "React Expert", and more
|
|
@@ -45,17 +58,17 @@ npx wsa list
|
|
|
45
58
|
Download a collection for web development:
|
|
46
59
|
|
|
47
60
|
```bash
|
|
48
|
-
npx workspace-architect download collections
|
|
61
|
+
npx workspace-architect download collections web-frontend-development
|
|
49
62
|
# or
|
|
50
|
-
npx wsa download collections
|
|
63
|
+
npx wsa download collections web-frontend-development
|
|
51
64
|
```
|
|
52
65
|
|
|
53
66
|
Download a specific agent:
|
|
54
67
|
|
|
55
68
|
```bash
|
|
56
|
-
npx workspace-architect download agents
|
|
69
|
+
npx workspace-architect download agents azure-architect
|
|
57
70
|
# or
|
|
58
|
-
npx wsa download agents
|
|
71
|
+
npx wsa download agents azure-architect
|
|
59
72
|
```
|
|
60
73
|
|
|
61
74
|
## Usage
|
|
@@ -82,22 +95,22 @@ npx wsa list collections
|
|
|
82
95
|
Download assets to your project (default location: `.github/<type>/`):
|
|
83
96
|
|
|
84
97
|
```bash
|
|
85
|
-
npx workspace-architect download <type
|
|
98
|
+
npx workspace-architect download <type> <name>
|
|
86
99
|
# or
|
|
87
|
-
npx wsa download <type
|
|
100
|
+
npx wsa download <type> <name>
|
|
88
101
|
```
|
|
89
102
|
|
|
90
103
|
**Examples:**
|
|
91
104
|
|
|
92
105
|
```bash
|
|
93
106
|
# Download an instruction
|
|
94
|
-
npx wsa download instructions
|
|
107
|
+
npx wsa download instructions reactjs
|
|
95
108
|
|
|
96
109
|
# Download an agent
|
|
97
|
-
npx wsa download agents
|
|
110
|
+
npx wsa download agents planner
|
|
98
111
|
|
|
99
112
|
# Download a complete collection
|
|
100
|
-
npx wsa download collections
|
|
113
|
+
npx wsa download collections devops-essentials
|
|
101
114
|
```
|
|
102
115
|
|
|
103
116
|
### CLI Options
|
|
@@ -132,7 +145,7 @@ Skills follow the [open Agent Skills specification](https://agentskills.io/) and
|
|
|
132
145
|
**Example:**
|
|
133
146
|
```bash
|
|
134
147
|
# Download a Skill
|
|
135
|
-
npx workspace-architect download skills
|
|
148
|
+
npx workspace-architect download skills example-planner
|
|
136
149
|
|
|
137
150
|
# List all Skills
|
|
138
151
|
npx workspace-architect list skills
|
|
@@ -260,3 +273,4 @@ ISC
|
|
|
260
273
|
- [GitHub Repository](https://github.com/archubbuck/workspace-architect)
|
|
261
274
|
- [Issue Tracker](https://github.com/archubbuck/workspace-architect/issues)
|
|
262
275
|
- [Roadmap](ROADMAP.md)
|
|
276
|
+
- [Release Workflows](docs/release-workflows.md) - Documentation for maintainers on release and deployment
|
package/assets-manifest.json
CHANGED
package/bin/cli.js
CHANGED
|
@@ -41,14 +41,33 @@ program
|
|
|
41
41
|
});
|
|
42
42
|
|
|
43
43
|
program
|
|
44
|
-
.command('download <
|
|
45
|
-
.description('Download an asset
|
|
44
|
+
.command('download <type> [name]')
|
|
45
|
+
.description('Download an asset by type and name')
|
|
46
46
|
.option('-d, --dry-run', 'Simulate the download without writing files')
|
|
47
47
|
.option('-f, --force', 'Overwrite existing files without asking')
|
|
48
48
|
.option('-o, --output <path>', 'Specify the output path')
|
|
49
|
-
.action(async (
|
|
49
|
+
.action(async (type, name, options) => {
|
|
50
50
|
try {
|
|
51
|
-
|
|
51
|
+
// Support both new format (type name) and legacy format (type:name)
|
|
52
|
+
if (!name && type.includes(':')) {
|
|
53
|
+
// Legacy format: type:name - warn user to use new format
|
|
54
|
+
const [assetType, assetName] = type.split(':');
|
|
55
|
+
|
|
56
|
+
// Detect which command was used (workspace-architect or wsa)
|
|
57
|
+
const scriptPath = process.argv[1] || '';
|
|
58
|
+
const commandName = scriptPath.includes('/wsa') || scriptPath.endsWith('wsa') ? 'wsa' : 'workspace-architect';
|
|
59
|
+
|
|
60
|
+
console.log(chalk.yellow(`⚠️ Deprecation Warning: The format '${type}' is deprecated.`));
|
|
61
|
+
console.log(chalk.yellow(` Please use: npx ${commandName} download ${assetType} ${assetName}`));
|
|
62
|
+
console.log('');
|
|
63
|
+
await downloadAsset(type, options);
|
|
64
|
+
} else if (name) {
|
|
65
|
+
// New format: type name
|
|
66
|
+
const id = `${type}:${name}`;
|
|
67
|
+
await downloadAsset(id, options);
|
|
68
|
+
} else {
|
|
69
|
+
throw new Error('Invalid format. Use: download <type> <name>');
|
|
70
|
+
}
|
|
52
71
|
} catch (error) {
|
|
53
72
|
console.error(chalk.red('Error downloading asset:'), error.message);
|
|
54
73
|
process.exit(1);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "workspace-architect",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
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",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"start:registry": "verdaccio --config verdaccio/config.yaml",
|
|
11
|
-
"test:local": "node bin/cli.js list && node bin/cli.js download instructions
|
|
11
|
+
"test:local": "node bin/cli.js list && node bin/cli.js download instructions a11y --dry-run",
|
|
12
12
|
"analyze": "node scripts/analyze-collections.js",
|
|
13
13
|
"generate-manifest": "node scripts/generate-manifest.js",
|
|
14
14
|
"prepublishOnly": "npm run generate-manifest",
|
|
@@ -29,18 +29,31 @@
|
|
|
29
29
|
"LICENSE"
|
|
30
30
|
],
|
|
31
31
|
"keywords": [
|
|
32
|
-
"copilot",
|
|
33
|
-
"agents",
|
|
34
|
-
"
|
|
32
|
+
"github-copilot",
|
|
33
|
+
"copilot-agents",
|
|
34
|
+
"ai-agents",
|
|
35
|
+
"copilot-instructions",
|
|
36
|
+
"copilot-chat",
|
|
37
|
+
"chatmodes",
|
|
38
|
+
"ai-personas",
|
|
35
39
|
"prompts",
|
|
40
|
+
"prompt-engineering",
|
|
41
|
+
"developer-tools",
|
|
42
|
+
"cli-tool",
|
|
43
|
+
"npx",
|
|
44
|
+
"code-assistant",
|
|
36
45
|
"ai-assistant",
|
|
46
|
+
"agentic-workflow",
|
|
47
|
+
"llm",
|
|
48
|
+
"claude-skills",
|
|
49
|
+
"vscode",
|
|
37
50
|
"architecture",
|
|
38
|
-
"
|
|
39
|
-
"developer-tools",
|
|
40
|
-
"workspace-architect",
|
|
51
|
+
"devops",
|
|
41
52
|
"react",
|
|
42
53
|
"azure",
|
|
43
|
-
"
|
|
54
|
+
"typescript",
|
|
55
|
+
"code-generation",
|
|
56
|
+
"productivity"
|
|
44
57
|
],
|
|
45
58
|
"repository": {
|
|
46
59
|
"type": "git",
|
|
@@ -50,7 +63,7 @@
|
|
|
50
63
|
"url": "https://github.com/archubbuck/workspace-architect/issues"
|
|
51
64
|
},
|
|
52
65
|
"homepage": "https://github.com/archubbuck/workspace-architect#readme",
|
|
53
|
-
"author": "",
|
|
66
|
+
"author": "Adam Chubbuck <adam.chubbuck@gmail.com> (https://github.com/archubbuck)",
|
|
54
67
|
"license": "ISC",
|
|
55
68
|
"dependencies": {
|
|
56
69
|
"chalk": "^5.3.0",
|