From kids-camp-planner
Researches local kids' camp providers via prioritized web searches (municipal, YMCA, private), evaluates against family profile, and generates structured markdown files for comparison.
How this skill is triggered — by the user, by Claude, or both
Slash command
/kids-camp-planner:research-campsThe 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`.
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.
Discover, evaluate, and document camp providers for a family's area, creating structured provider files in the <research_dir>/providers/ directory. Each provider gets its own markdown file with standardized information for easy comparison. Providers are cross-referenced from period-specific schedule files (summer, March break, PA days).
Read the family profile from <research_dir>/family-profile.md to determine:
Use web search to find camp providers. Search in this order:
1. Municipal programs (best value):
2. Established organizations:
3. Private and specialty camps:
4. Niche and interest-based:
For each camp provider found, create a markdown file in <research_dir>/providers/ using the standard template.
File naming: Use kebab-case: provider-name.md (e.g., ymca-downtown.md, city-of-toronto-parks-rec.md)
Provider file template: Use the template at <research_dir>/templates/provider-template.md (seeded during setup from the plugin). The template includes sections for: basic information, distance & commute, programs offered, costs (with discount tracking), quality indicators, logistics, suitability rating, and notes.
For completed examples showing all fields filled in with realistic data, see <research_dir>/examples/ymca-cedar-glen.md and <research_dir>/examples/boulderz-etobicoke.md.
For the most promising providers, verify critical details:
If details cannot be confirmed via web search, note them as "needs verification" and suggest the user confirm by phone/email (offer to draft an inquiry email via the draft-email skill).
After researching multiple providers, generate a comparison table:
# Camp Provider Comparison - [Area]
| Provider | Ages | $/Day | $/Week | Before Care | After Care | Lunch | Distance | Rating |
|----------|------|-------|--------|-------------|------------|-------|----------|--------|
| YMCA Downtown | 4-12 | $56 | $280 | $10/day | $10/day | Pack | 3.2 km | Strong |
| City Parks Rec | 6-12 | $39 | $195 | $8/day | $8/day | Pack | 1.5 km | Strong |
| Science Camp | 7-12 | $85 | $425 | No | No | Incl | 8.1 km | Good |
Include daily rates ($/Day) alongside weekly rates for accurate partial-week and PA day costing.
Save this comparison to <research_dir>/providers/comparison-summary.md.
<research_dir>/templates/provider-template.md - Blank provider file template for quick copying (seeded during setup)<research_dir>/examples/ymca-cedar-glen.md - Completed example provider file (YMCA Cedar Glen, multi-program)<research_dir>/examples/boulderz-etobicoke.md - Specialty camp example (Boulderz Climbing, single-program)npx claudepluginhub reggiechan74/cc-plugins --plugin kids-camp-plannerDiscovers and ranks local businesses in any neighborhood using Nimble WSAs and web data, returning structured lists with scores, reviews, and an interactive map.
Researches and ranks US academic programs (PhD, Master's, Bachelor's) via profile analysis, parallel subagents, adaptive scorecards, curriculum/cost comparisons, and generates actionable application plans.
Integrate You.com APIs (Research, Search, Contents) via direct HTTP calls with no SDK. Helps choose between Research API for cited answers or Search+Contents for raw processing.