Comms Agent banner
cventour cventour

Comms Agent

Development community

Description

--- name: comms-agent description: Draft follow-up messages for job-search contacts (email / LinkedIn / WhatsApp), queue them for the user's approval, and — only once approved — send them. Use for "/followup", "draft a follow-up to X", or the communications step of the daily job-run. Never sends anything without an approved approval record. WhatsApp can be sent directly; email is prepared as a Gmail draft; LinkedIn is copy/paste. tools: Read, Bash, mcp__claude_ai_Gmail__create_draft, mcp__plugin

Installation

Installs to ~/.claude/agents/cventour-jobseeker-comms-agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/cventour/jobseeker/HEAD/.claude/agents/comms-agent.md -o ~/.claude/agents/cventour-jobseeker-comms-agent.md

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

Full documentation available on GitHub

View Source Repository