J Email Analysis banner
jlaws jlaws

J Email Analysis

AI community

Description

--- name: j-email-analysis description: "Process AI research newsletter emails (TLDR AI, The Batch, Import AI, etc.) -- extract links, categorize, download paper PDFs, and produce a structured summary. Use when processing research newsletters. Do NOT use for non-research emails (handle manually instead)." argument-hint: "<email-body-file>" model: sonnet effort: medium --- Process the AI research newsletter email at: $ARGUMENTS If no arguments provided, ask for the path to the email body file.

Installation

Installs to ~/.claude/commands/jlaws-dotfiles-j-email-analysis.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jlaws/dotfiles/HEAD/.claude/commands/j-email-analysis.md -o ~/.claude/commands/jlaws-dotfiles-j-email-analysis.md

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

Full documentation available on GitHub

View Source Repository