From headhunter
Draft personalized follow-up emails for stale applications, post-interview silences, and pending offers. Triggers on follow up, send follow-up, check in with recruiter, no response from company, follow up on application, follow up after interview.
How this skill is triggered — by the user, by Claude, or both
Slash command
/headhunter:follow-upThis skill is limited to the following tools:
These tools are removed from Claude's available pool while this skill is active:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Identify applications that need follow-up and draft personalized emails for each scenario.
Identify applications that need follow-up and draft personalized emails for each scenario.
node ${CLAUDE_PLUGIN_ROOT}/scripts/draft-followups.js
This identifies three scenarios:
For each draft, show it with context and action options:
### 1. Acme Corp — Senior Engineer · POST-APPLY SILENCE (9 days)
To: [email protected]
Subject: Following up — Senior Engineer application
---
Hi Jane,
I wanted to follow up on my application for the Senior Engineer role submitted on
2026-05-25. I remain very interested in Acme and the position. Please let me know
if you need any additional information or have any questions.
Thank you for your time.
Best regards
---
Actions: [Send via Gmail MCP] [Edit draft] [Add contact email] [Skip]
If the contact email is missing, note: "No recruiter email on file — add via /headhunter:contacts or manually."
When the user asks to "make it more specific" or "add a personal touch" for a draft:
If the Gmail MCP is connected and the user confirms sending:
"Send follow-up to {email}? (This will send from your connected Gmail account.)"
Use the Gmail MCP to send the email. Record the send:
node ${CLAUDE_PLUGIN_ROOT}/scripts/crud.js add notes \
'{"application_id":"<id>","content":"Follow-up sent to {email} on {date}: {subject}","note_type":"Follow-Up"}'
If Gmail MCP is not connected, show the draft formatted for manual copy-paste and suggest:
"Copy the email above and send it from your email client. Run
/headhunter:add-taskto set a reminder for the response."
For each follow-up sent or skipped, offer:
"Add a task to check for response in 5 days?" →
/headhunter:add-task
Creates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub tamircohen28/plugins --plugin headhunter