Cold Message Writer
Writes short, human, hook-first cold DMs/emails instead of generic sender-focused pitches.
Test report
- Verdict
- Tested · Works
- Score
- Tested
- Jul 15, 2026
- Environment
- Claude Code 2.x (agent harness)
- Upstream re-checked
- Aug 10, 2026 · 296879e
Ran the job-seeking mini-task twice: baseline Claude wrote a 'Congratulations on your round!' email asking for a 20-30 min call; the skill version led with the reader's landing-page problem, used a lowercase name, and closed with a one-line weightless ask -- a concrete, checkable difference, not just vibes.
Scored on four weighted criteria — install, triggering, output vs. baseline, docs. How scoring works
- Installs cleanly 5/5
- Triggers reliably 5/5
- Output vs. baseline 8/10
- Docs & honesty 5/5
What Cold Message Writer does
Drafts cold outreach messages for LinkedIn, email, or X DMs across fundraising, hiring, partnerships, press/podcasts, and job-seeking situations. Triggers on phrases like 'cold email', 'DM this investor', 'reach out to', or 'land a job at [company]', and enforces rules like reader-first openers, one weightless ask, laddered proof, and AI-tell removal.
How to install Cold Message Writer
git clone https://github.com/felixleezd/cold-message-writer
cd cold-message-writer
mkdir -p ~/.claude/skills
cp -r . ~/.claude/skills/cold-message-writer
Skills live in ~/.claude/skills/ (global) or .claude/skills/
(per-project). Restart Claude Code after installing.
Commands — how to trigger Cold Message Writer
-
/cold-message-writerWrites short, human, hook-first cold DMs/emails instead of generic sender-focused pitches.
It also activates on plain-language prompts like these:
-
Write a cold LinkedIn DM asking Jane about a marketing role -
Draft a cold email pitching my startup to a potential investor -
Help me write a cold DM asking a podcast host to have me on
Frequently asked questions
- Is the Cold Message Writer skill free?
- Yes. The skill itself is free from felixleezd/cold-message-writer. SkillProof publishes the install command and an independent test verdict at no cost.
- Does Cold Message Writer work with Claude Code?
- We tested it with Claude Code 2.x (agent harness) on Jul 15, 2026. Verdict: Tested · Works. Ran the job-seeking mini-task twice: baseline Claude wrote a 'Congratulations on your round!' email asking for a 20-30 min call; the skill version led with the reader's landing-page problem, used a lowercase name, and closed with a one-line weightless ask -- a concrete, checkable difference, not just vibes.
- What is the Cold Message Writer SkillProof Score?
- 9.2/10 — installs cleanly 5/5, triggers reliably 5/5, output vs. baseline 8/10, docs & honesty 5/5.
- How do I install Cold Message Writer?
- Copy the install command from this page, run it in your terminal, and restart Claude Code. Skills live in ~/.claude/skills/ (global) or .claude/skills/ inside a project.
- Can I use Cold Message Writer with Cursor, Copilot, Gemini CLI, Codex or other AI tools?
- The SKILL.md format is native to Claude (Claude Code, Desktop, claude.ai). The instructions inside adapt to other assistants: Cursor rules, GitHub Copilot instructions, Windsurf rules, Custom GPTs, AGENTS.md for OpenAI Codex, and GEMINI.md for Google Gemini CLI — our conversion guides cover each, and the free converter on the tools page does the wrapping for you.