From workshop-mode
Activate Workshop Mode to arrange your dev environment, or preview the layout with --dry-run
How this skill is triggered — by the user, by Claude, or both
Slash command
/workshop-mode:workshopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the Workshop Mode script to arrange your development environment.
Run the Workshop Mode script to arrange your development environment.
Arguments: $ARGUMENTS
If arguments contain "setup" or "configure", tell the user to run /workshop-mode:workshop-setup instead.
Otherwise, execute: ${CLAUDE_PLUGIN_ROOT}/scripts/workshop.sh $ARGUMENTS
Modes:
--dry-run: show the calculated layout without moving anything--detect-only: show detected screen informationReport the output to the user.
npx claudepluginhub kayossouza/claude-workshop --plugin workshop-modeSets up cmux workspace layout for Claude skill/plugin development: 70% Claude chat left for skill design, 30% file explorer right for ls/grep. Defaults to ~/.claude directory.
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.