What problem does it solve? When you need code-level answers about repositories that are not checked out in your current session, cloning or browsing them manually pollutes your working context. This Skill forwards the question to a locally running cerebro instance that has those repos indexed, returning the answer on stdout while keeping your session uncluttered. ## Core Features & Use Cases - One-shot repo Q&A: Ask code-level questions about indexed repos (frost, customcheckout, event-bus, recharge-foundations) via a single script call, with answers returned on stdout. - Readiness preflight: The script checks the cerebro directory, uv, .env, API key, and indexed repo count before invoking, printing a status report and exiting with code 3 if cerebro is not ready. - Model selection and billing control: Choose haiku, sonnet, or opus per call, and set ANTHROPIC_API_KEY to bill a platform key instead of the logged-in subscription. - Use Case: While working in one service, ask "what does frost do for webhook retries, cite files" and get a cited answer without checking out the frost repo. ## Quick Start Ask cerebro what the frost repo does for webhook handling and request file citations in the answer.