What problem does it solve? Finding accurate answers inside large codebases is slow when you have to clone, navigate, and read repositories manually. This Skill turns your coding agent into a local repo search assistant that clones or updates git repositories and answers questions with cited code snippets. ## Core Features & Use Cases - Local Repo Search: Clones or updates git repositories into a sandbox directory (~/.btca/agent/sandbox) and searches them for relevant information. - Cited Answers with Code: Returns answers with links, citations, and complete code snippets including imports and context. - Startup Mode: When invoked without a question, lists previously cloned repositories so you know what is already available. - Use Case: Ask how a specific function works in an open-source library, and the Skill clones the repo, searches the source, and replies with the relevant code and file references. ## Quick Start Use btca to explain how authentication works in the github.com/user/repo repository.