This skill should be used when the user asks to "evaluate a camp", "compare camps", "what to look for in a camp", "is this camp good", "camp safety standards", "camp certifications", "choosing a day camp", "questions to ask a camp", or needs guidance on assessing camp quality, safety, program structure, or suitability for their children. Provides Ontario-focused camp evaluation knowledge and best practices.
Evaluates Ontario kids' camps using safety standards, certifications, and quality indicators for informed selection.
/plugin marketplace add reggiechan74/cc-plugins/plugin install kids-camp-planner@cc-pluginsThis skill inherits all available tools. When active, it can use any tool Claude has access to.
references/ontario-camp-resources.mdreferences/private-school-test-cases.mdreferences/school-calendars/README.mdreferences/school-calendars/RESEARCH-PLAN.mdreferences/school-calendars/pdfs/gist/gist-2025-2026.pdfreferences/school-calendars/pdfs/gist/gist-2026-2027.pdfreferences/school-calendars/pdfs/kcs/kcs-2025-2026.pdfreferences/school-calendars/pdfs/tcdsb/tcdsb-2025-2026.pdfreferences/school-calendars/pdfs/tdsb/tdsb-2025-2026.pdfreferences/school-calendars/private-schools/gist.mdreferences/school-calendars/private-schools/kcs.mdreferences/school-calendars/public-boards/ddsb.mdreferences/school-calendars/public-boards/dpcdsb.mdreferences/school-calendars/public-boards/hdsb.mdreferences/school-calendars/public-boards/hwdsb.mdreferences/school-calendars/public-boards/ocdsb.mdreferences/school-calendars/public-boards/pdsb.mdreferences/school-calendars/public-boards/scdsb.mdreferences/school-calendars/public-boards/tcdsb.mdreferences/school-calendars/public-boards/tdsb.mdEvaluate and compare kids' day camp programs in Ontario using established quality indicators, safety standards, and family-specific criteria. This knowledge applies to summer camps, March break programs, PA day programs, and other school-break childcare options.
HIGH FIVE - Principles of Healthy Child Development:
Ontario Camps Association (OCA):
Municipal Programs:
Evaluate staff quality by checking:
Strong programs include:
Before registering, confirm:
When comparing camps, assess on these dimensions:
| Factor | What to Check |
|---|---|
| Cost | Base fee (daily and weekly rates), before/after care, lunch, materials, registration fees |
| Location | Distance from home/work, transit accessibility, parking |
| Hours | Core hours, extended care availability, flexibility |
| Program | Activity variety, specialization, outdoor time |
| Meals | Included/optional, nut-free, accommodation for dietary needs |
| Flexibility | Weekly vs. daily registration, cancellation terms |
| Reputation | Reviews, word of mouth, years in operation |
| Sibling discount | Multi-child pricing, family rates |
| Inclusion | Support for special needs, EAs available, accessibility |
Ages 4-6 (JK-Grade 1):
Ages 7-9 (Grade 2-4):
Ages 10-12 (Grade 5-7):
Ontario camp registration follows a predictable cycle:
| Period | Registration Opens | Peak Demand |
|---|---|---|
| Summer camps | January-February | February-March |
| March break | November-December | January |
| PA day programs | Varies | 2-4 weeks before |
Early bird discounts are common for summer camps if registered by January/February. Popular programs fill quickly - waitlists are common for well-known providers.
Private school families face unique planning challenges because the childcare provider market follows the public school board calendar. Key issues:
For detailed test cases and mitigation strategies, consult references/private-school-test-cases.md.
For detailed Ontario-specific information:
references/ontario-camp-resources.md - Ontario camp directories, subsidy programs, school board calendars, and useful linksreferences/private-school-test-cases.md - Real-world calendar comparisons (GIST vs TDSB) demonstrating private school planning challenges and expected plugin behaviorreferences/school-calendars/ - Pre-saved school calendar data:
public-boards/tdsb.md - Toronto District School Board (2025-2026)private-schools/gist.md - German International School Toronto (2025-2026, 2026-2027)Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.