Reply Classifier banner
janskuba janskuba

Reply Classifier

Development community

Description

--- name: reply-classifier description: Read reply emails and classify them by intent (interested, objection, not now, unsubscribe) with recommended next actions. --- # Reply Classifier ## Task Read incoming reply emails from outbound campaigns and classify each by intent. Output a categorized list with recommended next actions so your team responds fast and appropriately. ## Input Requirements - Reply emails in one of these formats: - CSV with columns: `from_email, from_name, subject, bo

Installation

Installs to ~/.claude/skills/janskuba-claude-md-repo-reply-classifier/SKILL.md

Terminal
mkdir -p ~/.claude/skills/janskuba-claude-md-repo-reply-classifier && curl -fsSL https://raw.githubusercontent.com/janskuba/claude-md-repo/HEAD/skills/reply-classifier.md -o ~/.claude/skills/janskuba-claude-md-repo-reply-classifier/SKILL.md

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

Full documentation available on GitHub

View Source Repository