← All plugins
repo-contribution-scout
v1.0.0Generate daily contribution opportunity reports for open-source GitHub repos. Finds unclaimed issues, scores difficulty, and recommends what to fix.
Claude Code
by zhuangqhMIT0updated 1 month ago
Source
git clone https://github.com/zhuangqh/dotfilesClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
repo-contribution-scout/
└── .claude-plugin/plugin.json
Manifests1
.claude-plugin/plugin.json
{
"name": "repo-contribution-scout",
"description": "Generate daily contribution opportunity reports for open-source GitHub repos. Finds unclaimed issues, scores difficulty, and recommends what to fix.",
"version": "1.0.0",
"author": {
"name": "zhuangqh"
},
"license": "MIT",
"keywords": [
"github",
"open-source",
"contributions",
"issues",
"daily-report"
],
"skills": "skills/"
}