This generates a daily markdown report by crawling a preset list of tech news sources, filtering for high quality content, and ranking the top 20 items. It uses a main agent to orchestrate parallel sub-agents that fetch from sources like HackerNews and HuggingFace, with fallback to headless browser scraping for JavaScript-heavy sites. The architecture is thoughtful: it stops early once it hits 20 good articles, caches URLs to avoid duplicates, and degrades gracefully when sub-agents aren't available. You'd use this if you want an automated daily digest without manually checking a dozen sites. The quality scoring and filtering logic (it explicitly avoids marketing fluff and overly academic posts) means you're not just getting volume, you're getting signal.
npx skills add https://github.com/rookie-ricardo/erduo-skills --skill daily-news-report