childcare-early-education
v0.1.1Childcare / early-education center operations team — agents (childcare-center-lead, enrollment-and-family-manager, classroom-ratio-compliance-advisor) for the three engines of an early-education center: the operations & tuition model (enrollment/waitlist, capacity vs licensed ratios, staffing to ratio, family retention, P&L), the enrollment & family funnel (tour-to-enroll conversion, waitlist, paperwork, family communication, tuition & CCDF/state subsidy billing), and ratio & licensing compliance (ratio and group-size by age, licensing readiness, staff qualifications, health & safety, incident documentation). skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. ADVISORY operations knowledge, not legal, licensing, or financial advice; state-specific ratios, group sizes, and subsidy rules are volatile and carry a retrieval date + verify-at-use; no child or family PII. Requires ravenclaude-core@>=0.7.0.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Sep 15, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install childcare-early-education for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install childcare-early-education@agent-plugin-marketplacePaste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/mcorbett51090/RavenClaudeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/childcare-early-education/.
Plugin files
├── .claude-plugin/plugin.json├── skills/enrollment-and-waitlist-management/SKILL.md├── skills/ratios-and-licensing-compliance/SKILL.md├── skills/staffing-to-ratio-scheduling/SKILL.md└── skills/tuition-and-subsidy-billing/SKILL.md
Included Skills4
Run the childcare enrollment funnel and waitlist: inquiry -> tour -> application -> start, with a tour follow-up cadence, waitlist worked by age band, and the waitlist converted before tuition is discounted. Enrollment fills seats; retention keeps them.
Keep every room legal continuously: child:staff ratio AND group-size cap by age (two separate limits), who counts toward ratio by qualification, and the licensing domains (staff files, health & safety, records) maintained daily. State-specific and verify-at-use.
Schedule staff to the required ratio at a cost the tuition covers: model labor as a step function that jumps a whole teacher at each ratio boundary, cover open/close and breaks in ratio, and read the ratio-driven labor cost per room against its revenue. State-specific ratios verify-at-use.
Route and collect childcare tuition on the right rail: private-pay vs CCDF/state subsidy vs blended, the parent-fee/co-pay split, authorization and attendance rules that drive subsidy payment, and reconciliation as receivables. State-specific subsidy rules are verify-at-use.
Plugin manifests1
{
"name": "childcare-early-education",
"version": "0.1.1",
"description": "Childcare / early-education center operations team — agents (childcare-center-lead, enrollment-and-family-manager, classroom-ratio-compliance-advisor) for the three engines of an early-education center: the operations & tuition model (enrollment/waitlist, capacity vs licensed ratios, staffing to ratio, family retention, P&L), the enrollment & family funnel (tour-to-enroll conversion, waitlist, paperwork, family communication, tuition & CCDF/state subsidy billing), and ratio & licensing compliance (ratio and group-size by age, licensing readiness, staff qualifications, health & safety, incident documentation). skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. ADVISORY operations knowledge, not legal, licensing, or financial advice; state-specific ratios, group sizes, and subsidy rules are volatile and carry a retrieval date + verify-at-use; no child or family PII. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"childcare",
"early-education",
"preschool",
"daycare",
"enrollment",
"waitlist",
"child-ratios",
"group-size",
"licensing-compliance",
"ccdf-subsidy",
"tuition-billing",
"staff-scheduling",
"family-retention",
"center-operations",
"childcare-director"
],
"requires": {
"plugins": [
"ravenclaude-core@>=0.7.0"
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[childcare-early-education on Agent Plugins Marketplace](https://pluginsmp.com/plugins/childcare-early-education)