What problem does it solve? Every ContextHub tool (ch_get_mission, ch_discover_context, ch_ocxp_, etc.) fails with a NO_PROJECT error unless an active workspace, project, and mission context is set first. This Skill walks through that setup so all subsequent ContextHub operations work without manual configuration errors. ## Core Features & Use Cases - Guided Interactive Wizard: Lists workspaces, projects, and missions via ch_list_ tools, auto-selecting when only one option exists and prompting the user otherwise. - Direct Connection Modes: Connect instantly by project name (case-insensitive match) or by project UUID, skipping the wizard. - Session Locking: Calls ch_set_context and ch_connect_session to persist the selected context for the whole session. - Use Case: You open a new Claude Code session and want to resume work on your "brain" project. Run the connect skill with the project name, and it locks the workspace, project, and session in one step. ## Quick Start Ask the AI to connect to your ContextHub project by name, for example: connect to the brain project so all ContextHub tools use that context.