Skip to content

igcodinap/weekly-digest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weekly Digest

A Claude Code skill that generates weekly digests from 80+ top tech blogs (based on Hacker News popularity).

Install

# Install uv (if you don't have it)
curl -LsSf https://astral.sh/uv/install.sh | sh

# Clone to your Claude Code commands folder
git clone https://github.com/YOUR_USERNAME/weekly-digest ~/.claude/commands/weekly-digest

Usage

In Claude Code:

/weekly-digest

This will:

  1. Fetch all 80 RSS feeds in parallel
  2. Filter posts to the current week
  3. Generate one-line summaries for each post
  4. Write a markdown digest to notes/digests/YYYY-WXX-digest.md

Options

For last week's posts:

/weekly-digest --week last

For a specific week:

/weekly-digest --week 2024-W05

Standalone Usage

You can also run the fetch script directly (without Claude Code):

uv run fetch.py              # current week
uv run fetch.py --week last  # previous week

This outputs JSON with post titles, links, dates, and excerpts. Summaries require Claude Code.

Files

  • SKILL.md - Skill instructions for Claude Code
  • fetch.py - Async Python script that fetches and filters feeds
  • feeds.json - List of 80 blog RSS/Atom feed URLs

Credits

Blog list from Andrej Karpathy's most popular HN blogs.

About

Claude Code skill for weekly RSS digest from 80+ top tech blogs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages