← All plugins
knowgt
v1.0.0Know GitHub Trending - Generate plain-language GitHub Trending briefings in Chinese and English
Claude Code
by wahahaazheMIT61updated 2 months ago
Source
git clone https://github.com/wahahaazhe/KnowGTClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
knowgt/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "knowgt",
"description": "Know GitHub Trending - Generate plain-language GitHub Trending briefings in Chinese and English",
"version": "1.0.0",
"author": {
"name": "wahahaazhe"
},
"license": "MIT",
"keywords": [
"github-trending",
"briefing",
"trends",
"skills",
"claude-code"
],
"skills": [
"./skills/productivity/github-trending-briefing/knowgt",
"./skills/productivity/github-trending-briefing/knowgtzh"
]
}