Configure Claude
The global dialog for everything shared across profiles. Opens from the Configure Claude button in the sidebar dock.
Plugins & Marketplace
The first tab and the most-used view in the dialog. Two modes along the top.
Browse
A curated marketplace of plugins, skills, agents, commands, and MCP servers. 7,009 entries across 114 marketplaces at the time of writing.
- The global search bar queries every item across every marketplace at once. It matches names, descriptions, and source marketplace.
- Marketplace chips filter results to a specific marketplace.
- Collection chips filter by curated collection, like "Testing" or "Observability".
- Click any plugin card to open the split-pane detail modal. The upstream README renders inline on the left, with a peer-plugin list beside it. Install from the modal.
Manage
The inventory of plugins already installed in Claude Code, read from ~/.claude/plugins/installed_plugins.json.
- Each plugin shows name, version, and installed date.
- An Update button appears if a newer version is available on the source marketplace.
- Uninstall removes the plugin from the shared cache and disables it across every profile.
- The update check runs automatically when the dialog opens.
Projects
Register project directories so they appear in the directory dropdowns across every profile and team.
- Add project opens a directory picker. ClaudeWorks stores the absolute path.
- The list of imported projects shows each one with a remove button.
- Imported projects appear in the directory dropdown on every profile and team card, in the per-profile tag and project filters, and in workflow variant directory scoping.
Prompts
Saved prompts are reusable blocks of text you can insert into any Instructions or /workflow editor.
- The browse list shows every saved prompt with its name, description, and tags.
- Search and filter work on name or tag.
- Use in editor inserts the prompt at the current cursor position, or appends if no editor is focused.
- Delete removes the prompt from the store.
Create a prompt from inside any Instructions or workflow editor using the Save as Prompt button.
Global Settings
Settings that apply to every profile unless the profile explicitly overrides them. Mirrors the shape of the profile editor's Settings tab.
- Environment variables: global env vars with autocomplete for known Claude Code vars.
- Hooks: hooks read from
~/.claude/settings.json, each showing event and command. - Default model and effort: the baseline every profile inherits.
- Default authentication: the shared Keychain entry profiles use unless they turn off "Use default authentication".
Status Bar
The status bar builder. 17 widgets in a drag-to-reorder layout with live preview.
- The widget list has every available widget: model, branch, context window, cost, rate limits, 7-day Sonnet usage, section breaks, and more.
- Drag to reorder the bar without touching JSON.
- Per-widget options cover colour, format, truncation, and unit display.
- The live preview renders the bar as you build it.
- Save as preset names a status bar config so you can load it later.
- Load preset swaps in any saved config instantly.
Per-profile override is toggled from the profile editor's Settings tab, under Status Bar.
Health
A diagnostic summary across every profile.
- A health score per profile: healthy, warning, or broken.
- A list of findings: missing plugins, broken plugin references, MCP configs that won't parse, orphaned config directories.
- Open in Doctor hands off to the Profiles Doctor modal for detect or repair. See Profiles Doctor.
Bulk Manage dialog
Opens from the Manage button in the sidebar dock, next to Configure Claude. It has tabs for Profiles and Teams, with bulk actions: enable or disable a plugin across many profiles at once, or delete multiple profiles or teams.
App Settings dialog
Opens from the app settings button in the top drag bar. Distinct from Configure Claude. These are appearance and tool preferences for the ClaudeWorks app itself, not Claude Code config.
- Theme: Auto, Dark, or Light.
- Font size: slider for UI scale.
- Open Doctor: shortcut to Profiles Doctor.