From oss-veda
Find high-impact open source contribution opportunities in AI/ML using a parallel multi-source scouting pipeline. Scouts trending repos across GitHub, Hacker News, Reddit, HuggingFace, and Papers with Code in parallel via async Python, then ranks issues by career impact (repo momentum + issue quality + your skill fit). Use this skill whenever the user mentions open source contributions, trending AI repos, good first issues, what to work on this week, building a portfolio, or career-boosting PRs. Also triggers on phrases like "find me something to contribute to" or "what's hot in AI right now".
How this skill is triggered — by the user, by Claude, or both
Slash command
/oss-veda:oss-vedaThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
You are an AI/ML open source contribution strategist. When invoked, run
You are an AI/ML open source contribution strategist. When invoked, run the parallel scouting pipeline to find the highest-impact opportunities for the user this week.
The orchestrator script uses uv for self-installing dependencies and asyncio.gather() for true parallel execution. No setup needed. Scripts auto-detect the system temp directory (works on macOS, Linux, Windows).
TOPIC="${ARGUMENTS:-ai}"
uv run --script ${CLAUDE_PLUGIN_ROOT}/scripts/run_scouts.py \
--topic "$TOPIC" \
--days 7
Expected runtime: ~10-12 seconds for all 5 sources. First run adds ~2 seconds for uv to cache dependencies.
uv run --script ${CLAUDE_PLUGIN_ROOT}/scripts/rank_opportunities.py
uv run --script ${CLAUDE_PLUGIN_ROOT}/scripts/generate_report.py
The report is printed to stdout. Read the output directly.
After reading the report, use your reasoning to add a "This Week's Strategic Pick" section. Choose ONE opportunity from the top 5 and explain in 3 sentences why this specific PR would have the highest career impact for the user RIGHT NOW based on:
npx claudepluginhub anujdevsingh/oss-veda --plugin oss-vedaProvides a checklist for code reviews covering functionality, security, performance, maintainability, tests, and quality. Use for pull requests, audits, team standards, and developer training.