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.
npx claudepluginhub brokkai/brokk --plugin brokkThis skill uses the workspace's default tool permissions.
Use these Brokk MCP tools to set or check which project the server is
Creates isolated git worktrees for feature branches with smart directory selection, .gitignore safety verification, auto project setup, and clean baseline tests.
Use when starting feature work that needs isolation from the current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
Guides Next.js Cache Components and Partial Prerendering (PPR): 'use cache' directives, cacheLife(), cacheTag(), revalidateTag() for caching, invalidation, static/dynamic optimization. Auto-activates on cacheComponents: true.
Share bugs, ideas, or general feedback.
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.