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.
Add the marketplace:
/plugin marketplace add yahgwai/cc-newsletter
then install the plugin
/plugin install cc-newsletter@yahgwai-cc-newsletter
Run the setup wizard to design and configure a newsletter tailored to your needs.
/cc-newsletter:setup
Once configured, two processes run on a cron schedule:
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.
Reads through the past week's summarised articles and produces a finished newsletter:
- Filter — scans all article summaries and discards anything irrelevant to your sections
- Prioritise — reads the full text of promising articles to build a shortlist
- Evaluate — deep-reads shortlisted articles and assigns them to sections
- Write — drafts each section using the selected articles and your design document
- Editorial — polishes prose, checks facts against sources, and tightens the whole piece
- Publish — renders to HTML with your custom styles and optionally emails the result
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 |
