Skip to content

yahgwai/cc-newsletter

Repository files navigation

cc-newsletter

A Claude Code plugin that produces a weekly newsletter for you. Tell it what you're interested in, point it at some RSS feeds, and it handles the rest — collecting articles, reading them, picking what matters, and writing it up.

Here's an example edition it produced for a Claude Code newsletter.

Example newsletter output

Install

Add the marketplace:

/plugin marketplace add yahgwai/cc-newsletter

then install the plugin

/plugin install cc-newsletter@yahgwai-cc-newsletter

Setup wizard

Run the setup wizard to design and configure a newsletter tailored to your needs.

/cc-newsletter:setup

How it works

Once configured, two processes run on a cron schedule:

Ingestion (6 hourly by default)

Pulls new content from your configured sources — RSS feeds, GitHub releases, and documentation sitemaps — and stores each article locally. Then any new articles without summaries are batched and sent to Claude for summarisation, so the content is ready when it's time to write.

Newsletter generation (weekly by default)

Reads through the past week's summarised articles and produces a finished newsletter:

  1. Filter — scans all article summaries and discards anything irrelevant to your sections
  2. Prioritise — reads the full text of promising articles to build a shortlist
  3. Evaluate — deep-reads shortlisted articles and assigns them to sections
  4. Write — drafts each section using the selected articles and your design document
  5. Editorial — polishes prose, checks facts against sources, and tightens the whole piece
  6. Publish — renders to HTML with your custom styles and optionally emails the result

Skills

The plugin provides three slash commands:

Skill Description
/cc-newsletter:setup Interactive wizard that configures a new newsletter end-to-end
/cc-newsletter:discover Find and add new content sources for an existing newsletter
/cc-newsletter:reference CLI command reference for all available operations

About

Custom newsletter synthesis from RSS feeds

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors