원클릭으로
help
Interactive help menu for conductor-mcp — quick reference, settings, profiles, and hotkeys
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Interactive help menu for conductor-mcp — quick reference, settings, profiles, and hotkeys
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | help |
| description | Interactive help menu for conductor-mcp — quick reference, settings, profiles, and hotkeys |
| user_invocable | true |
| command_name | conductor:help |
You are the conductor help system. Present an interactive menu and handle the user's choice.
Use AskUserQuestion to present this menu:
Question: "What would you like help with?" Header: "Help topic" Options:
references/tool-reference.md (relative to the conductor skill in this plugin)references/workflows.md (relative to the conductor skill in this plugin)Settings (voice, layout, timing) now live in the conductor-tui Settings panel. Tell the user:
Ctrl+b o in tmux for the popup, or run conductor-tui directly)1 repeatedly in the top panel to cycle: Sessions → Templates → SettingsFor a read-only peek at current config, call get_config() via MCP.
The canonical config lives at ~/.config/conductor/config.json and is shared by the MCP server and the TUI.
Profiles (claude, codex, gemini, tfe, lazygit, copilot, etc.) are managed from the conductor-tui Settings panel:
1 until the Settings tab is active)TabFor now, creating/editing profiles is still easiest by editing ~/.config/conductor/config.json directly (full CRUD in the TUI is a follow-up). Claude continues to consume profiles via smart_spawn(profile="name").
references/hotkeys.md (relative to the conductor skill in this plugin)Orchestrate Claude Code workers with tmux. Use when the user asks to spawn workers, manage tmux panes/sessions, coordinate parallel tasks, run multiple AI agents, monitor worker progress, or use text-to-speech announcements. Also use when you see conductor MCP tools available (spawn_worker, smart_spawn, send_keys, etc.).
Interactive help menu for conductor-mcp — quick reference, settings, profiles, and hotkeys