--- name: ghq description: Local repository management tool for cloning and organizing GitHub repositories. Use when referencing existing codebases, inspecting source code, or managing local repository copies. --- # ghq - Local Repository Management ghq is a tool for managing local clones of remote repositories in a consistent directory structure. ## Triggers GitHub repository, clone repo, existing codebase, reference code, local repository ## When to Use User mentions a GitHub repository, needs to reference existing code, wants to clone repositories for code inspection ## Examples Check the nixpkgs source code for how to configure this I'll check if nixpkgs exists locally and clone if needed: `ghq get NixOS/nixpkgs` Look at the React source code I'll fetch React locally for reference: `ghq get facebook/react`