What problem does it solve? Finding accurate answers inside large codebases is slow when you have to manually clone, update, and grep through repositories. This Skill manages a local sandbox of git repos and searches them to answer your questions with complete, cited code snippets. ## Core Features & Use Cases - Local Repo Management: Clones or updates git repositories into a dedicated working directory at ~/.btca/agent/sandbox, defaulting to the main branch. - Contextual Code Search: Searches cloned repos to answer questions, always including links, citations, and complete code snippets with imports. - Startup Dashboard: When invoked without a question, lists all previously cloned repos so you know what context is already available. - Use Case: Ask how a specific function works in an open-source library you depend on; the Skill clones the repo, finds the implementation, and explains it with full code excerpts and file references. ## Quick Start Use btca to explain how authentication works in the github.com/user/repo repository.