From conductor
Interactive help menu for conductor-mcp — quick reference, settings, profiles, and hotkeys
How this skill is triggered — by the user, by Claude, or both
Slash command
/conductor:helpThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are the conductor help system. Present an interactive menu and handle the user's choice.
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)get_config() via MCP to get current configurationAskUserQuestion to ask what they'd like to change:
set_config()list_profiles() via MCP to get current profilesAskUserQuestion to ask what they'd like to do:
add_profile()remove_profile()set_config(default_dir=...)references/hotkeys.md (relative to the conductor skill in this plugin)npx claudepluginhub ggprompts/conductor-mcp --plugin conductorConfigures MCP servers for Claude Code Tool Executor sandbox using tool-executor.config.json. Covers adding/removing servers, TypeScript types, env vars, registry regeneration, and rebuilds.
Queries or modifies Gran Maestro workflow settings (config.json) including feedback rounds, discussion limits, concurrency, and server options.
Handles Claude Code MCP integration: installs/manages servers (HTTP/SSE/stdio), scopes, enterprise configs, OAuth auth, resources/@mentions, prompts, limits, security; delegates to docs-management.