بنقرة واحدة
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 المهني
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
| 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)