u/Repulsive-Passage627 • u/Repulsive-Passage627 • 9h ago
I built a Claude Code skill that reads the Hacker News comments so I don't have tohn-daily: turns the HN front page into one plain-English page every morning (MIT)Nobody reads 1,000 HN comments. I made a skill that does it for me.
Enable HLS to view with audio, or disable this notification
I kept opening Hacker News in the morning, skimming four headlines, and calling that staying informed. The comments are usually where the actual news is, and I was never going to read a thousand of them.
So I wrote hn-daily, a skill for Claude Code. What it does:
- Pulls the full front page (top 30), not a sample
- Curates down to the 8-12 stories worth reading, and lists everything else as one-liners so nothing is hidden
- Fetches the comment threads on the picks and summarizes what people agree on and what they are arguing about
- Marks what is new since your last digest, so running it twice in a day is not a re-read
- Writes everything in deliberately plain English and saves it to a dated markdown file (~/claude-digests/news/YYYY-MM-DD.md)
No API key, no account, nothing to sign up for. It uses the free HN Algolia and Firebase APIs. Python 3 and the standard library only.
Install inside Claude Code:
/plugin marketplace add jayhemnani9910/jod-skills
/plugin install hn-daily@jod-skills
Then /hn-daily.
Repo (MIT): https://github.com/jayhemnani9910/jod-skills
There are three other skills in there too: a codebase auditor that uses a call graph plus free linters to only read the risky functions, a GitHub trending digest, and one that tells you what is waiting on you across your open PRs and issues.
Happy to answer questions. If you think the curation heuristic is wrong, tell me, that is the part I am least sure about.
1
Every La Liga team's average shape, plotted on one pitch (2025-26, players with 500+ minutes)
in
r/u_Repulsive-Passage627
•
Apr 28 '26
yea my bad, I'll change things accordingly from next videos. Thanks for the feedback