welcome-email

star 19

Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence.

nickjwells By nickjwells schedule Updated 2/1/2026

name: welcome-email description: Send welcome email sequence to new clients. Use when user asks to send welcome emails, onboard new client with emails, or trigger welcome sequence. allowed-tools: Bash, Read, Write, Edit, Glob, Grep

Welcome Client Emails

Goal

Send 3-email welcome sequence (Nick, Peter, Sam) when a new client signs.

Scripts

  • ./scripts/welcome_client_emails.py - Send welcome sequence

Process

  1. Receive client info (name, email, company)
  2. Send email from Nick (welcome, expectations)
  3. Send email from Peter (technical setup)
  4. Send email from Sam (support intro)

Usage

python3 ./scripts/welcome_client_emails.py \
  --client_name "John Doe" \
  --client_email "john@company.com" \
  --company "Acme Corp"

Email Structure

Each email is personalized with client details and sent from different team members to establish relationships.

Install via CLI
npx skills add https://github.com/nickjwells/skills-workspace --skill welcome-email
Repository Details
star Stars 19
call_split Forks 13
navigation Branch main
article Path SKILL.md
More from Creator