github-hunter
Installation
SKILL.md
GitHub Hunter Skill
Automatically discovers GitHub repositories relevant to BidDeed.AI and Life OS, scores them 0-100 based on criteria, and archives them to Supabase with integration recommendations.
Workflow
1. Discovery Phase
Search GitHub for repositories using relevant keywords extracted from:
- User requests ("find repos for X")
- Video transcripts (projects mentioned in content)
- Technology domains (foreclosure data, ADHD productivity, etc.)
2. Scoring Phase (0-100)
Score each repository on:
- Stars (0-25 points): Logarithmic scale, 10K+ stars = 25
- Recency (0-20 points): Last updated within 30 days = 20, 1+ year = 0
- Documentation (0-15 points): README quality, examples, API docs
- Relevance (0-25 points): Direct applicability to BidDeed.AI or Life OS
- License (0-15 points): MIT/Apache = 15, GPL = 10, Proprietary = 0