From kids-camp-planner
This skill should be used when the user asks to "draft an email to a camp", "write an inquiry email", "email camp provider", "write registration email", "draft waitlist follow-up", "write cancellation email", "email about allergies", "contact camp about special needs", or needs help composing emails to camp providers for inquiries, registration, waitlist follow-ups, special needs requests, dietary accommodations, or cancellations. Provides email templates and personalization using the family profile.
npx claudepluginhub reggiechan74/cc-plugins --plugin kids-camp-plannerThis skill uses the workspace's default tool permissions.
**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`.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Migrates code, prompts, and API calls from Claude Sonnet 4.0/4.5 or Opus 4.1 to Opus 4.5, updating model strings on Anthropic, AWS, GCP, Azure platforms.
Automates semantic versioning and release workflow for Claude Code plugins: bumps versions in package.json, marketplace.json, plugin.json; verifies builds; creates git tags, GitHub releases, changelogs.
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