event-management
v0.1.2Event-management team — agents (event-strategist, event-operations-lead, event-marketing-revenue) for planning and running conferences, webinars, and field/community events across in-person, virtual, and hybrid formats: goals/KPIs and the go/no-go gate, format and audience and budget/break-even model, sponsorship strategy and fulfilled-promise delivery, minute-by-minute run-of-show and show-flow, venue/vendor/AV logistics, registration funnel and attendee ops, contingency and single-point-of-failure plan-Bs, promotion and ticketing funnel, and post-event ROI measured against the goal you set. This is the event craft, distinct from generic delivery — schedule/RAID/stakeholder management lives in project-management. skills, a decision-tree knowledge bank (format + break-even + sponsorship-tier + go/no-go trees, plus a dated 2026 tooling/benchmark map), best-practices, templates, commands, an advisory hook. Seams: schedule/RAID -> project-management. Requires ravenclaude-core@>=0.7.0.
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 event-management for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install event-management@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/event-management/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-run-of-show/SKILL.md├── skills/design-event-plan-and-budget/SKILL.md├── skills/post-event-measurement/SKILL.md├── skills/registration-and-attendee-ops/SKILL.md└── skills/sponsorship-and-revenue/SKILL.md
Included Skills5
Build a minute-by-minute run-of-show / show-flow: a timed table with a row per segment — time, duration, what happens, the cue, and a named owner/role — plus the contingency plan-Bs for the day-of.
Design the event plan and budget: goal/KPIs, format (in-person/virtual/hybrid), audience, a budget with a named contingency line, the break-even point in registrations/sponsorship, and the dated go/no-go gate.
Post-event measurement: compute ROI against the goal/KPIs set up front (revenue/pipeline, cost per attendee, sponsor renewal, NPS) — not vanity attendance — and run the debrief while it is fresh so lessons feed the next event.
Registration and attendee operations: model the funnel (reach -> visit -> register -> confirm -> attend) not a headcount, then run check-in as a throughput operation — lanes, staffing, badge/QR flow sized for peak arrival with a system-down fallback.
Sponsorship and revenue: define tiers by delivered value, build the prospectus, sell against value not logos, and fulfill every promise (placement, leads, speaking slot) with a checklist and proof of delivery so sponsors renew.
Plugin manifests1
{
"name": "event-management",
"version": "0.1.2",
"description": "Event-management team — agents (event-strategist, event-operations-lead, event-marketing-revenue) for planning and running conferences, webinars, and field/community events across in-person, virtual, and hybrid formats: goals/KPIs and the go/no-go gate, format and audience and budget/break-even model, sponsorship strategy and fulfilled-promise delivery, minute-by-minute run-of-show and show-flow, venue/vendor/AV logistics, registration funnel and attendee ops, contingency and single-point-of-failure plan-Bs, promotion and ticketing funnel, and post-event ROI measured against the goal you set. This is the event craft, distinct from generic delivery — schedule/RAID/stakeholder management lives in project-management. skills, a decision-tree knowledge bank (format + break-even + sponsorship-tier + go/no-go trees, plus a dated 2026 tooling/benchmark map), best-practices, templates, commands, an advisory hook. Seams: schedule/RAID -> project-management. Requires ravenclaude-core@>=0.7.0.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"event-management",
"events",
"conference",
"webinar",
"hybrid-event",
"virtual-event",
"run-of-show",
"show-flow",
"registration",
"ticketing",
"sponsorship",
"attendee-experience",
"event-roi",
"go-no-go",
"break-even"
],
"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.
[event-management on Agent Plugins Marketplace](https://pluginsmp.com/plugins/event-management)