Claude Code Plugins

Community-maintained marketplace

Feedback

Local repository management tool for cloning and organizing GitHub repositories. Use when referencing existing codebases, inspecting source code, or managing local repository copies.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

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`