What problem does it solve? Onboarding a new codebase into ContextHub normally requires several manual steps: creating a project, downloading the code, indexing it, and wiring up the code graph. This Skill automates that entire flow from a single GitHub URL so the repository becomes searchable and analyzable immediately. ## Core Features & Use Cases - One-command repository import: Accepts a GitHub URL or owner/repo shorthand and creates (or links) a ContextHub project automatically. - Indexing progress tracking: Polls the indexing job and reports download, code graph, and embedding progress to the user. - Verification and context setup: Reloads the OCXP index, confirms indexed files/functions/classes, and sets the new project as the active context. - Use Case: You paste a GitHub URL like https://github.com/owner/repo and the Skill imports it, waits for indexing to finish, verifies the code graph stats, and switches your session to that project. ## Quick Start Ask the assistant to import a repository by providing its GitHub URL, for example: import https://github.com/owner/repo into ContextHub.