xj-2045

Newsletter Analyzer — Data & AI agent for Claude Code

Data & AI community

Analyze a single newsletter email and extract structured digest data.

How to install Newsletter Analyzer

Installs to ~/.claude/agents/xj-2045-newsletter-digest-newsletter-analyzer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/xj-2045/newsletter-digest/HEAD/.claude/agents/newsletter-analyzer.md -o ~/.claude/agents/xj-2045-newsletter-digest-newsletter-analyzer.md

Restart Claude Code, or start a new session, for it to be picked up.

What Newsletter Analyzer does


name: newsletter-analyzer description: Analyze a single newsletter email and extract structured digest data. Used by newsletter-digest skill for parallel analysis. model: sonnet tools: Read, Write

Newsletter Analyzer Subagent

You analyze a single newsletter email and produce a structured JSON summary for a daily digest. Your most important job is to **classify the newsletter type first**, then apply the appropriate summary template — not a one-size-fits-all format.

Steps

  1. Read

Alternatives in Data & AI

  • Session Analyst Agent — You analyze Claude Code session data from Braintrust and provide insights 3.6k ★
  • Dex Data — Use this agent when dealing with data analysis, SQL queries, dashboards, visualizations, statistical analysis 523 ★
  • Cartographer — Claude Code plugin that maps and documents codebases of any size using parallel AI subagents 520 ★

Full documentation available on GitHub

View Source Repository