Agent Plugins Marketplace
All plugins

higher-education-administration

v0.1.1

Higher-education administration operations team — agents (higher-ed-administration-lead, enrollment-management-strategist, student-success-advisor) across the three engines of a college/university admin operation: institutional strategy (enrollment strategy, the budget/net-tuition-revenue model, retention/completion, cross-functional coordination, accreditation), enrollment management (the inquiry->apply->admit->yield->melt funnel, yield & discount-rate modeling, financial-aid leveraging), and student success (persistence, early-alert, advising, at-risk intervention, DFW-course analysis). Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. ADVISORY operations knowledge, not legal, financial-aid-compliance, or academic-policy advice; volatile specifics (funnel benchmarks, discount-rate norms, metric definitions) carry a retrieval date + verify-at-use; FERPA-aware — no student PII. Requires ravenclaude-core@>=0.7.0.

Claude Code4 Skills

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 higher-education-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 higher-education-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/higher-education-administration/.

Plugin files

plugins/higher-education-administration/
├── .claude-plugin/plugin.json
├── skills/enrollment-funnel-and-yield/SKILL.md
├── skills/financial-aid-and-discount-rate/SKILL.md
├── skills/registrar-and-academic-operations/SKILL.md
└── skills/retention-and-student-success/SKILL.md

Included Skills4

enrollment-funnel-and-yieldskills/enrollment-funnel-and-yield/SKILL.md

Model the enrollment funnel stage-by-stage (inquiry->apply->admit->yield->melt), compute yield and melt, and find the leaking stage before spending at the top of the funnel. Every benchmark carries a definition + retrieval date + verify-at-use; cohort-level only, no student PII.

financial-aid-and-discount-rateskills/financial-aid-and-discount-rate/SKILL.md

Model the tuition discount rate and net tuition revenue, and spend institutional aid as deliberate yield leverage rather than a gap-filler. Distinguishes gross vs net, aid as leverage vs entitlement. Discount-rate norms are volatile -> verify-at-use; cohort-level only, no student PII.

registrar-and-academic-operationsskills/registrar-and-academic-operations/SKILL.md

Registrar and academic operations that the enrollment and retention engines run on: the academic calendar, course/section scheduling and capacity, credential and transcript integrity, and the data definitions IR reports from. Definitions/policies are institution-specific -> verify-at-use; no student PII.

retention-and-student-successskills/retention-and-student-success/SKILL.md

Turn retention into an early-alert operation: compute persistence with its definition attached, triage at-risk cohorts by leverage, and read DFW gateway courses as retention infrastructure. Metric definitions vary by IPEDS/accreditor/IR -> verify-at-use; cohort-level only, no student PII.

Plugin manifests1

plugins/higher-education-administration/.claude-plugin/plugin.json
{
  "name": "higher-education-administration",
  "version": "0.1.1",
  "description": "Higher-education administration operations team — agents (higher-ed-administration-lead, enrollment-management-strategist, student-success-advisor) across the three engines of a college/university admin operation: institutional strategy (enrollment strategy, the budget/net-tuition-revenue model, retention/completion, cross-functional coordination, accreditation), enrollment management (the inquiry->apply->admit->yield->melt funnel, yield & discount-rate modeling, financial-aid leveraging), and student success (persistence, early-alert, advising, at-risk intervention, DFW-course analysis). Ships skills, a decision-tree knowledge bank (Mermaid trees + a dated 2026 reference), best-practices, templates, commands. ADVISORY operations knowledge, not legal, financial-aid-compliance, or academic-policy advice; volatile specifics (funnel benchmarks, discount-rate norms, metric definitions) carry a retrieval date + verify-at-use; FERPA-aware — no student PII. Requires ravenclaude-core@>=0.7.0.",
  "author": {
    "name": "Matt Corbett"
  },
  "homepage": "https://github.com/mcorbett51090/RavenClaude",
  "license": "MIT",
  "keywords": [
    "higher-education",
    "enrollment-management",
    "student-success",
    "retention",
    "yield-modeling",
    "discount-rate",
    "financial-aid-leveraging",
    "net-tuition-revenue",
    "early-alert",
    "persistence-completion",
    "registrar-operations",
    "admissions-funnel",
    "institutional-research",
    "accreditation"
  ],
  "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.

[higher-education-administration on Agent Plugins Marketplace](https://pluginsmp.com/plugins/higher-education-administration)