Agent Plugins Marketplace
All plugins

k12-school-administration

v0.1.2

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.

Claude Code5 Skills

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

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install k12-school-administration@agent-plugin-marketplace

Paste 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/RavenClaude

Clone 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

plugins/k12-school-administration/
├── .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-pupilskills/allocate-per-pupil/SKILL.md

Allocate per-pupil dollars to need and impact, not last year's distribution. Reach for this on a budget-allocation question.

fit-staffing-to-budgetskills/fit-staffing-to-budget/SKILL.md

Model a student:teacher ratio into FTE and salary cost and check it against the budget envelope. Reach for this on a staffing question.

flag-chronic-absenteeismskills/flag-chronic-absenteeism/SKILL.md

Compute the chronic-absentee rate, flag it early, and size the attendance-recovery funding upside. Reach for this on an attendance question.

model-enrollment-fundingskills/model-enrollment-funding/SKILL.md

Translate enrollment and ADA into funding and quantify the dollar value of each attendance point. Reach for this on a funding question.

read-outcomes-segmentedskills/read-outcomes-segmented/SKILL.md

Read proficiency and growth disaggregated by subgroup and link to attendance — never the school average. Reach for this on an outcomes question.

Plugin manifests1

plugins/k12-school-administration/.claude-plugin/plugin.json
{
  "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"
    ]
  }
}

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)