Skip to content

rdcrystallab/github-kb

v1.0.0MIT

GitHub 本地知識庫管理員。維護 ~/workspaces/github 本地 repo 索引,支援 clone、查詢,並透過 gh CLI 搜尋 issue、PR 與 repository。

What this package declares

The file a client reads when it loads this plugin, exactly as this revision carries it.

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "github-kb",
  "version": "1.0.0",
  "description": "GitHub 本地知識庫管理員。維護 ~/workspaces/github 本地 repo 索引,支援 clone、查詢,並透過 gh CLI 搜尋 issue、PR 與 repository。",
  "author": {
    "name": "Ricky",
    "email": "moiamond@gmail.com"
  },
  "repository": "https://github.com/ricky1698/agentic-plugins",
  "license": "MIT",
  "keywords": ["github", "git", "repository", "clone", "gh", "issue", "pr", "knowledge-base"]
}