This one's for when you need to search through git repos you've cloned locally without constantly switching contexts. It sets up a sandbox directory at ~/.btca/agent/sandbox where it clones or updates repos, then searches them to answer your questions. The nice part is it handles the workflow automatically: give it a GitHub link and a question, and it pulls the repo, searches it, and gives you back answers with code snippets and citations. You can also just invoke it without a question to see what repos you've already searched. It's basically a local code search wrapper that keeps everything in one predictable location and formats responses with bullets and complete code examples including imports.
npx skills add https://github.com/davis7dotsh/better-context --skill btca-local