Help us improve
Share bugs, ideas, or general feedback.
From kids-camp-planner
Drafts personalized professional emails to summer camp providers for inquiries, registration, waitlists, special needs, dietary accommodations, and cancellations using family profiles and research data.
npx claudepluginhub reggiechan74/cc-plugins --plugin kids-camp-plannerHow this skill is triggered — by the user, by Claude, or both
Slash command
/kids-camp-planner:draft-emailThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
**Locate research directory:** Read `.claude/kids-camp-planner.local.md` to get the `research_dir` path (default: `camp-research`). All user data paths below are relative to this directory. The family profile is at `<research_dir>/family-profile.md`.
Creates and edits Markdown fragments for rich text drafts in Gmail, Outlook, and WhatsApp, assembling platform-specific HTML previews via Python build script with live server.
Drafts professional emails using What-Why-How framework for software developers. Use for status updates, requests, escalations to colleagues, stakeholders, or leadership.
Composes high-converting emails using copy frameworks (PAS, AIDA, BAB, FAB, 4Ps). Generates scored subject lines, responsive HTML templates with dark mode, plain-text fallback, preheaders for cold outreach, newsletters, launches.
Share bugs, ideas, or general feedback.
Locate research directory: Read .claude/kids-camp-planner.local.md to get the research_dir path (default: camp-research). All user data paths below are relative to this directory. The family profile is at <research_dir>/family-profile.md.
Draft professional, personalized emails to camp providers. Pull family details from the profile and provider details from research files to create complete, ready-to-send emails. Save drafts to <research_dir>/drafts/ for review before sending.
Before drafting, read:
<research_dir>/family-profile.md) for children's details, special needs, contact info<research_dir>/providers/[provider].md) for camp-specific details, contact email, program namesIdentify the purpose and use the appropriate template structure:
| Email Type | When to Use |
|---|---|
| Inquiry | Asking about program details, availability, pricing |
| Registration | Requesting enrollment or registration information |
| Waitlist follow-up | Following up on waitlist status |
| Special needs / dietary | Informing about allergies, medical needs, accommodations |
| Schedule / logistics | Questions about hours, pickup/dropoff, what to bring |
| Cancellation | Requesting cancellation or date change |
General email guidelines:
Save drafts to: <research_dir>/drafts/[type]-[provider].md
Six templates are available covering all common camp communication scenarios. The inquiry template is shown below as a representative example. For all other templates (registration, waitlist follow-up, special needs/dietary, cancellation, logistics inquiry), see references/email-templates.md.
Subject: Inquiry about [Program Name] for Summer [Year]
Hi [Camp Name] team,
I'm looking into summer camp options for my [son/daughter] [Child Name],
who is [age] years old (entering Grade [X] in September). We're interested
in the [Program Name] program.
I'd appreciate information on:
- Availability for the week(s) of [dates]
- Registration process and any deadlines
- Daily rates available? (for partial weeks or PA day drop-ins)
- [Any specific questions based on research gaps]
[If applicable: We're also considering enrollment for a second child,
[Child 2 Name], age [X]. Do you offer sibling discounts?]
Thank you for your time. Looking forward to hearing from you.
Best regards,
[Parent Name]
[Phone number - optional]
When drafting emails, apply these personalization rules:
Save each draft as a markdown file:
# Email Draft: [Type] - [Provider Name]
**To:** [Email address from provider file]
**Subject:** [Subject line]
**Date drafted:** [Today's date]
**Status:** Draft - ready for review
---
[Email body]
---
**Notes:**
- [Any context for the user about why certain details were included]
- [Reminders about attachments needed, e.g., allergy action plan]
references/email-templates.md - All email templates: registration, waitlist follow-up, special needs/dietary, cancellation, logistics inquiryexamples/sample-inquiry-email.md - Complete personalized inquiry email example