Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (workspace-architect) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Workspace Architect
A comprehensive library of specialized AI personas and chat modes for GitHub Copilot, accessible via CLI.
Usage
You can use this tool directly with npx without installing it:
npx workspace-architect download instructions:basic-setupCommands
List Available Assets
npx workspace-architect list
# or list specific type
npx workspace-architect list instructionsDownload an Asset
npx workspace-architect download <type>:<name>Example:
npx workspace-architect download prompts:code-reviewOptions:
-d, --dry-run: Simulate the download without writing files.-f, --force: Overwrite existing files without asking.-o, --output <path>: Specify the output path (default:.github/<type>).
Development
Local Testing
Install dependencies:
npm install
Run the CLI locally:
node bin/cli.js listLink the package to test
npxbehavior locally (simulated):npm link npx workspace-architect list
Adding New Assets
- Create a new markdown file in
assets/instructions,assets/prompts, orassets/chatmodes. - The file name will be the ID used for downloading (e.g.,
assets/instructions/my-guide.md->instructions:my-guide).