From vibe-guide
Toggles verbose details mode in active vibe session on/off. Accepts 'on', 'off', or no argument to toggle. Updates session file and outputs confirmation status.
How this command is triggered — by the user, by Claude, or both
Slash command
/vibe-guide:details on|offThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /vibe-guide:details Toggle whether to show additional technical details. ## Usage ## Examples ## Execution Steps ### Step 1: Check Session Exists If `.vibe/session.json` doesn't exist: ### Step 2: Parse Argument - `on` - set `show_details` to true - `off` - set `show_details` to false - No argument - toggle current value ### Step 3: Update Session Update `.vibe/session.json` with new `show_details` value. ### Step 4: Confirm Change ## Output When turned on: When turned off: ## Effect When `show_details` is true, the explainer may include: - File names that change...
Toggle whether to show additional technical details.
/vibe-guide:details on
/vibe-guide:details off
/vibe-guide:details on # Show more technical info
/vibe-guide:details off # Keep it simple
If .vibe/session.json doesn't exist:
No active vibe session.
To start one, run:
/vibe-guide:vibe <your goal>
on - set show_details to trueoff - set show_details to falseUpdate .vibe/session.json with new show_details value.
When turned on:
Details mode: ON
You'll now see slightly more technical information in status updates.
This can help if you want to understand what's happening under the hood.
To turn off, run: /vibe-guide:details off
When turned off:
Details mode: OFF
Updates will stay simple and non-technical.
To turn on, run: /vibe-guide:details on
When show_details is true, the explainer may include:
Still NO:
npx claudepluginhub flight505/skill-forge --plugin vibe-guide/detailsToggles verbose details mode in active vibe session on/off. Accepts 'on', 'off', or no argument to toggle. Updates session file and outputs confirmation status.
/configView and modify VBW configuration including effort profile, verification tier, and skill-hook wiring. Uses optional setting value argument.
/setupConfigures the claude-dashboard status line with display mode, language, plan, and custom widget layouts — supports compact, normal, detailed, and custom modes.
/SKILLSurfaces current session task from state file, evaluates clarity (prompts for clarification if needed), assesses completion, and verifies if fully done.
/detailsDisplays details for a cowork marketplace item including plugin bindings, agents, skills, commands, trust score breakdown, capabilities, session metrics, and reviews.