brn:workspace-manager

The Workspace Manager skill handles the configuration for the BRN toolkit. It allows you to maintain separate environments (e.g., "personal" vs "work") with their own API tokens, directories, and preferences.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "brn:workspace-manager" with this command: npx skills add zfael/brn/zfael-brn-brn-workspace-manager

Workspace Manager

Description

The Workspace Manager skill handles the configuration for the BRN toolkit. It allows you to maintain separate environments (e.g., "personal" vs "work") with their own API tokens, directories, and preferences.

Available Scripts

create_workspace

Creates a new workspace configuration.

  • Usage: brn workspace-manager create_workspace <name> <dir>

  • Arguments:

  • name : The unique name for the workspace (e.g., "work", "personal").

  • dir : The root directory where repositories and worktrees will be stored.

  • Example: brn workspace-manager create_workspace personal ~/dev/personal/auto

configure_workspace

Updates a specific configuration key for a workspace.

  • Usage: brn workspace-manager configure_workspace <workspace_name> <key> <value>

  • Arguments:

  • workspace_name : The name of the workspace to configure.

  • key : The configuration key (e.g., github_token , jira_url ).

  • value : The value to set.

  • Example: brn workspace-manager configure_workspace personal github_token ghp_123456789

list_workspaces

Lists all configured workspaces.

  • Usage: brn workspace-manager list_workspaces

  • Alternative: brn workspace list (CLI shortcut)

switch_workspace

Switches the active workspace.

  • Usage: brn workspace-manager switch_workspace <name>

  • Alternative: brn workspace switch <name> (CLI shortcut)

  • Arguments:

  • name : The name of the workspace to activate.

  • Example: brn workspace switch work

Workspace Config

Configuration is stored in ~/.brn/config.yaml . It is recommended to use brn setup for an interactive wizard when initializing the tool for the first time.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

brn:jira

No summary provided by upstream source.

Repository SourceNeeds Review
General

brn:git-worktree

No summary provided by upstream source.

Repository SourceNeeds Review
General

git-worktree

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

brn:workflow

No summary provided by upstream source.

Repository SourceNeeds Review