Agent skill
Email Follow-up
Professional follow-ups, templates
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/email-follow-up
SKILL.md
Email Follow-up
When sending follow-up emails:
- Use a clear subject line and professional tone.
- Keep the body concise: purpose, key points, and call to action.
- Match the level of formality to the relationship (e.g. prospect vs. existing customer).
- Do not include sensitive data (passwords, tokens) in the body.
- Confirm recipient address and intent before sending.
Step-by-step instructions
- Confirm with the user: recipient address, purpose of the follow-up, and any key points or call to action.
- Draft a short subject line (e.g. “Following up: [topic]”) and body (greeting, purpose, 1–3 bullets or short paragraph, CTA, sign-off).
- Do not include passwords, API keys, or other secrets in the body.
- Call send_email with the agreed recipient, subject, and body only after the user has confirmed or clearly requested sending.
Examples of inputs and outputs
-
Input: “Send a follow-up to [email protected] about the demo we discussed.”
Output: Propose subject and 2–3 sentence body; ask user to confirm before sending; then call send_email once confirmed. -
Input: “Draft a follow-up after a meeting with Acme.”
Output: Return the draft only (no send) unless the user explicitly asks to send it.
Common edge cases
- Missing recipient: Ask for the email address before drafting or sending.
- User says “send” without prior context: Confirm recipient and purpose before sending.
- Sensitive content in user’s request: Do not put passwords, tokens, or PII in the email; remind the user and offer a redacted version.
- Multiple recipients: If the tool supports a single recipient, send to one and say you can repeat for others, or ask which one to use.
Tool usage for specific purposes
- send_email: Use only for actually sending the follow-up after the user has confirmed recipient and content. Use it with a clear subject and plain-text or HTML body; never include secrets in the body.
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?