Description
The interactive skill profile picker doesn't offer a way to skip skill installation entirely. If a user deselects all options and confirms, it defaults to "all" instead of installing no skills.
Current Behavior
The --mcp-only CLI flag exists and correctly sets INSTALL_SKILLS=false, but there's no equivalent in the interactive TUI. Users who only want the MCP server have no way to express that through the interactive flow.
Expected Behavior
Add a "None" option (e.g., "None — MCP server only, no skills") to the skill profile picker. When selected, it should set INSTALL_SKILLS=false, consistent with the existing --mcp-only flag behavior.
Description
The interactive skill profile picker doesn't offer a way to skip skill installation entirely. If a user deselects all options and confirms, it defaults to "all" instead of installing no skills.
Current Behavior
The
--mcp-onlyCLI flag exists and correctly setsINSTALL_SKILLS=false, but there's no equivalent in the interactive TUI. Users who only want the MCP server have no way to express that through the interactive flow.Expected Behavior
Add a "None" option (e.g., "None — MCP server only, no skills") to the skill profile picker. When selected, it should set
INSTALL_SKILLS=false, consistent with the existing--mcp-onlyflag behavior.