k12-school-administration
v0.1.2K-12 School Administration specialist team — agents (school-administration-lead, enrollment-attendance-analyst, staffing-budget-specialist, student-outcomes-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An administration team for a principal, business manager, or district administrator accountable for enrollment, budget, and student outcomes — it manages enrollment as a funded pipeline, reads attendance/ADA as funding and an outcome signal, fits staffing to the budget envelope, flags chronic absenteeism early, and reads outcomes segmented. Inherits ravenclaude-core protocols.
By Matt CorbettLicense: MIT7 GitHub starsUpdated last week
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 5 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 k12-school-administration for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install k12-school-administration@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/k12-school-administration/.
Plugin files
├── .claude-plugin/plugin.json├── skills/allocate-per-pupil/SKILL.md├── skills/fit-staffing-to-budget/SKILL.md├── skills/flag-chronic-absenteeism/SKILL.md├── skills/model-enrollment-funding/SKILL.md└── skills/read-outcomes-segmented/SKILL.md
Included Skills5
Allocate per-pupil dollars to need and impact, not last year's distribution. Reach for this on a budget-allocation question.
Model a student:teacher ratio into FTE and salary cost and check it against the budget envelope. Reach for this on a staffing question.
Compute the chronic-absentee rate, flag it early, and size the attendance-recovery funding upside. Reach for this on an attendance question.
Translate enrollment and ADA into funding and quantify the dollar value of each attendance point. Reach for this on a funding question.
Read proficiency and growth disaggregated by subgroup and link to attendance — never the school average. Reach for this on an outcomes question.
Plugin manifests1
{
"name": "k12-school-administration",
"version": "0.1.2",
"description": "K-12 School Administration specialist team — agents (school-administration-lead, enrollment-attendance-analyst, staffing-budget-specialist, student-outcomes-specialist), skills, templates, commands, an advisory hook, best-practice rules, and a research-grounded knowledge bank. An administration team for a principal, business manager, or district administrator accountable for enrollment, budget, and student outcomes — it manages enrollment as a funded pipeline, reads attendance/ADA as funding and an outcome signal, fits staffing to the budget envelope, flags chronic absenteeism early, and reads outcomes segmented. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"k12",
"school-administration",
"enrollment",
"ada",
"per-pupil-funding",
"staffing-ratio",
"chronic-absenteeism",
"student-outcomes",
"ferpa"
],
"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.
[k12-school-administration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/k12-school-administration)