What problem does it solve?
This Skill ensures that when you refer to a repository, the AI prioritizes checking your local ghq managed clones before attempting to fetch from remote sources, significantly speeding up code analysis and reducing unnecessary network requests.
Core Features & Use Cases
- Local-First Reference: Automatically checks for local
ghq clones of a given repository URL.
- URL Normalization: Handles various URL formats (HTTPS, SSH, with/without
.git, subpaths) to match local paths.
- Efficient Codebase Navigation: Prioritizes local files for faster context loading and better cost-efficiency.
- Use Case: When asked to "review the code for the
claude-config repository," this Skill will first look for ~/src/github.com/usadamasa/claude-config and use that if found, rather than fetching from GitHub.
Quick Start
Use the ghq-lookup skill to find the local clone for the repository URL https://github.com/usadamasa/claude-config.