用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/GGPrompts/conductor-mcp --skill help命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 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)