Loading...
Loading...
GitHub Local Knowledge Base Manager and Query Assistant. This skill must be triggered when users mention github, repo, repository, warehouse, download repo, clone, copy repository, PR, issue, pull request, or any content related to GitHub projects. This skill knows the location of local repos, can clone new repos, and uses gh CLI to search issues, PRs, and repositories to answer questions. Use proactively—even if users just ask "Which repos do I have" or casually mention a GitHub account or project name.
npx skill4agent add rdcrystallab/agentic-plugins github-kb~/workspaces/github/ls ~/workspaces/github/# Search repository
gh search repos <keyword> --limit 10
# View repo details
gh repo view <owner>/<repo>
# List issues
gh issue list --repo <owner>/<repo> --state open --limit 20
# Search issues
gh search issues <keyword> --repo <owner>/<repo>
# List PRs
gh pr list --repo <owner>/<repo> --state open --limit 20
# View specific PR
gh pr view <number> --repo <owner>/<repo>
# Search code
gh search code <keyword> --repo <owner>/<repo>ghcurlghgit clone https://github.com/<owner>/<repo>.git ~/workspaces/github/<repo>~/workspaces/github/AGENTS.md- **<repo>** (`<owner>/<repo>`): <one-sentence summary>~/workspaces/github/AGENTS.md# GitHub Local Knowledge Base
This directory stores locally cloned GitHub repositories.
## Repositories
- **repo-name** (`owner/repo-name`): One-sentence description of this repo.
- **another-repo** (`owner/another-repo`): One-sentence description of another repo.## Repositories- **<name>** (): <summary>~/workspaces/github/~/workspaces/githubmkdir -p ~/workspaces/githubAGENTS.mdAGENTS.mdricky1698gh auth statusgh auth login