forked from Fectivnfy112357/github-explore
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
21 lines (21 loc) · 716 Bytes
/
Copy pathplugin.json
File metadata and controls
21 lines (21 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "github-explore",
"version": "3.1.0",
"description": "Discovery + management wrappers around the gh CLI for AI coding agents: find repos, multi-axis explore, trending, repo summaries, similar projects, code search, issue/PR search, and org audits.",
"author": {
"name": "贾晓源 (Fectivnfy112357)",
"url": "https://github.com/Fectivnfy112357"
},
"homepage": "https://github.com/Fectivnfy112357/github-explore",
"repository": "https://github.com/Fectivnfy112357/github-explore",
"license": "MIT",
"keywords": [
"github",
"gh",
"search",
"discovery",
"audit",
"agent-skills"
]
}