email-drafting

Draft email replies for Gonto's Gmail accounts ([email protected], [email protected]). Handles intro acceptances, scheduling intent, thanks/ack, and positive short replies. Use when user asks to draft or reply to an email, or when Gmail webhook triggers arrive for auto-draft classification. Draft-only mode — never sends automatically.

Content Preview
---
name: email-drafting
description: Draft email replies for Gonto's Gmail accounts ([email protected], [email protected]). Handles intro acceptances, scheduling intent, thanks/ack, and positive short replies. Use when user asks to draft or reply to an email, or when Gmail webhook triggers arrive for auto-draft classification. Draft-only mode — never sends automatically.
---
# Email Drafting Skill

## Config — read before starting
Read `../config/user.json` (resolves to `~/executive-assistan
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/email-drafting.md \
  https://raw.githubusercontent.com/jeremylongshore/claude-code-plugins-plus-skills/main/plugins/business-tools/executive-assistant-skills/skills/email-drafting/SKILL.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skills

Then reference at plugins/business-tools/executive-assistant-skills/skills/email-drafting/SKILL.md

Related Skills