From vibe-workbench
Use when handing off a Vibe lane to another agent, surface (Codex/Claude/MCP/IDE/CLI), or fresh session, or when continuing partially-done lane work without losing scope.
How this skill is triggered — by the user, by Claude, or both
Slash command
/vibe-workbench:vibe-handoffThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Lane inventory:
Lane inventory:
!powershell -ExecutionPolicy Bypass -File "${CLAUDE_PLUGIN_ROOT}/scripts/vibe_lane_inventory.ps1"
Create a handoff for $ARGUMENTS. If no argument is supplied, infer the lane from the user request and current repo state.
Include:
Keep the handoff direct enough that another assistant can execute it without reinterpreting the lane.
npx claudepluginhub lutherfourie/vibe --plugin vibe-workbenchGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.