By anujdevsingh
Wisdom for your next open source contribution. Runs 5 parallel scouts across GitHub, Hacker News, Reddit, HuggingFace, and Papers with Code, then ranks AI/ML issues by career impact -- combining repo momentum, issue quality, and your personal skill fit.
Specialized agent for searching GitHub for trending AI/ML repos and good-first-issues. Use when the main oss-veda skill needs deep GitHub-specific search beyond what the standard pipeline covers, or when the user wants to explore GitHub specifically.
Specialized agent for finding trending models and Spaces on HuggingFace. Use when the main oss-veda skill needs deeper HF analysis or the user asks about what's trending on HuggingFace.
Specialized agent for searching Hacker News for AI/ML project posts. Use when the main oss-veda skill needs deeper HN search or when the user asks about what's trending on Hacker News specifically.
Specialized agent for finding trending papers with linked code on Papers with Code. Use when the main oss-veda skill needs research-side signals or the user asks about recent AI papers with implementations.
Specialized agent for searching Reddit AI/ML subreddits for trending open source projects. Use when the main oss-veda skill needs deeper Reddit search or the user asks about Reddit AI communities.
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".
Deep-dive analysis of a specific GitHub issue to assess whether it's worth contributing to. Use this skill when the user pastes a GitHub issue URL or asks "should I work on this issue?" or "is this a good issue for me?" or "analyze this issue". Fetches the issue details, repo health, maintainer profile, and recent PRs, then scores it using the career-impact formula. Returns a clear verdict: high impact (do it), medium (worth considering), or low ROI (skip).
Draft a contribution for a specific GitHub issue. Use this skill when the user says "write a PR for this", "draft a contribution", "help me contribute to this issue", or has already analyzed an issue with veda-rank and wants to proceed. Fetches the repo's CONTRIBUTING.md, recent merged PRs for style reference, and the relevant code, then drafts the PR title, body, and an initial comment to post on the issue announcing intent.
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Wisdom for your next open source contribution.
A Claude Code plugin that scouts trending AI/ML repositories across 5 data sources in parallel, then ranks contribution opportunities by career impact -- combining repo momentum, issue quality, and your personal skill fit.
# Add the marketplace
/plugin marketplace add anujdevsingh/anuj-ai-tools
# Install oss-veda
/plugin install oss-veda@anuj-ai-tools
/veda
/veda-deep
Just ask Claude any of these:
Paste a GitHub issue URL and ask: "Should I work on this?"
This triggers the veda-rank skill for deep-dive analysis.
After finding an issue, say: "Help me contribute to this"
This triggers the veda-write skill to draft the PR.
/veda
|
run_scouts.py
(orchestrator)
|
+--------------+--------------+
| | | | |
GitHub HN Reddit HF PwC
scout scout scout scout scout
| | | | |
+--------------+--------------+
|
oss-veda-raw.json
|
rank_opportunities.py
(scoring engine)
|
oss-veda-ranked.json
|
generate_report.py
|
Markdown report + strategic pick
Scout (parallel) -- 5 async scouts fetch trending repos, posts, models, and papers from GitHub, Hacker News, Reddit, HuggingFace, and Papers with Code simultaneously using asyncio.gather().
Rank -- Each repo+issue pair is scored on 3 axes (repo momentum, issue quality, skill fit) producing a composite career impact score out of 100.
Report -- Top 20 opportunities are formatted into a markdown report with executive summary, ranked table, and long-shot picks.
Strategy -- Claude adds a personalized "This Week's Strategic Pick" based on your skill profile and current AI hiring trends.
oss-veda/
|-- .claude-plugin/
| |-- plugin.json # Plugin manifest
|-- skills/
| |-- oss-veda/
| | |-- SKILL.md # Main skill: find opportunities
| | |-- references/
| | |-- api-endpoints.md # API endpoint reference
| | |-- scoring.md # Scoring algorithm docs
| | |-- skill-profile.md # Default user profile
| |-- veda-rank/
| | |-- SKILL.md # Deep-dive issue analyzer
| |-- veda-write/
| |-- SKILL.md # Contribution drafter
|-- agents/
| |-- github-scout.md # GitHub trending repos + issues
| |-- hn-scout.md # Hacker News Show HN posts
| |-- reddit-scout.md # Reddit AI subreddits
| |-- hf-scout.md # HuggingFace trending models/spaces
| |-- pwc-scout.md # Papers with Code linked repos
|-- commands/
| |-- veda.md # /veda slash command
| |-- veda-deep.md # /veda-deep slash command
|-- scripts/
| |-- run_scouts.py # Orchestrator (parallel execution)
| |-- github_scout.py # GitHub Search API client
| |-- hn_scout.py # HN Algolia API client
| |-- reddit_scout.py # Reddit public JSON client
| |-- hf_scout.py # HuggingFace API client
| |-- pwc_scout.py # Papers with Code API client
| |-- rank_opportunities.py # Career impact scoring engine
| |-- generate_report.py # Markdown report generator
|-- config.json # Centralized configuration
|-- README.md
# /// script). Dependencies are declared per-file and auto-installed by uv on first run. No global requirements.txt, no shared virtual environment.npx claudepluginhub anujdevsingh/oss-veda --plugin oss-vedaUnity Development Toolkit - Expert agents for scripting/refactoring/optimization, script templates, and Agent Skills for Unity C# development
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Comprehensive .NET development skills for modern C#, ASP.NET, MAUI, Blazor, Aspire, EF Core, Native AOT, testing, security, performance optimization, CI/CD, and cloud-native applications
Complete collection of battle-tested Claude Code configs from an Anthropic hackathon winner - agents, skills, hooks, and rules evolved over 10+ months of intensive daily use
Modern R development skills for Claude Code - tidyverse patterns, rlang metaprogramming, Bayesian inference, performance optimization, and more
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.