From brokk
Sets or queries the active workspace directory using Brokk's activateWorkspace and getActiveWorkspace tools. Required before code intelligence on new projects or repository switches.
How this skill is triggered — by the user, by Claude, or both
Slash command
/brokk:workspaceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use these Brokk MCP tools to set or check which project the server is
Use these Brokk MCP tools to set or check which project the server is analyzing. The server will not return useful results for code intelligence tools until a workspace is activated.
| Tool | Purpose |
|---|---|
activateWorkspace | Set the active workspace directory (absolute path; normalizes to git root) |
getActiveWorkspace | Return the current workspace root path |
| Parameter | Type | Required | Description |
|---|---|---|---|
workspacePath | string | yes | Absolute path to the desired workspace directory |
No parameters.
activateWorkspace before using any other Brokk tools when
starting work on a new project or switching repositories..git root, so you can pass a subdirectory path.getActiveWorkspace to confirm which project root is currently active.npx claudepluginhub brokkai/brokk --plugin brokkCreates and manages multi-repo workspaces for AI coding assistants (Claude Code, Codex) by unifying configs from sibling git repos and supporting worktree-based feature branches.
Manages git workflow in dev-workspace projects: init, branch creation, sync, merge, push, archive, and commit operations via a unified CLI. Automatically activates when workspace config files are detected.
Creates isolated git worktrees with smart directory selection and safety verification. Use when starting feature work needing branch isolation.