film-video-production
v0.2.4Film & Video Production specialist team — agents (production-lead, line-producer, post-production-supervisor, production-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, a research-grounded knowledge bank with Mermaid decision trees, a scenarios bank, and a stdlib production-economics calculator (shoot-day cost, contingency burn, overtime burden). A production-management team for a producer, production company, or post house — it budgets to a defensible top-sheet, schedules to the shoot day rather than the calendar, runs the post pipeline as a dependency chain, and reads production economics the way a line producer who answers for every dollar on the day must. 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 film-video-production for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install film-video-production@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/film-video-production/.
Plugin files
├── .claude-plugin/plugin.json├── skills/build-the-top-sheet/SKILL.md├── skills/define-the-deliverables/SKILL.md├── skills/schedule-the-shoot/SKILL.md├── skills/sequence-the-post-pipeline/SKILL.md└── skills/track-cost-vs-bid/SKILL.md
Included Skills5
Build the budget bottom-up to a top-sheet with a risk-sized contingency, so the number is defensible. Reach for this on any budget question.
Define the delivery spec (formats, masters, captions, QC) first, since it's the actual product. Reach for this before pricing or finishing.
Schedule to shoot days, locations, and cast availability with company moves and turnaround, not the calendar. Reach for this on a scheduling question.
Sequence post as a dependency chain keyed off picture lock, so the delivery date rests on the critical path. Reach for this on a post plan.
Track cost against the bid line by line and watch contingency burn, so overage is managed not discovered. Reach for this during production.
Plugin manifests1
{
"name": "film-video-production",
"version": "0.2.4",
"description": "Film & Video Production specialist team — agents (production-lead, line-producer, post-production-supervisor, production-finance-analyst), skills, templates, commands, an advisory hook, best-practice rules, a research-grounded knowledge bank with Mermaid decision trees, a scenarios bank, and a stdlib production-economics calculator (shoot-day cost, contingency burn, overtime burden). A production-management team for a producer, production company, or post house — it budgets to a defensible top-sheet, schedules to the shoot day rather than the calendar, runs the post pipeline as a dependency chain, and reads production economics the way a line producer who answers for every dollar on the day must. Inherits ravenclaude-core protocols.",
"author": {
"name": "Matt Corbett"
},
"homepage": "https://github.com/mcorbett51090/RavenClaude",
"license": "MIT",
"keywords": [
"film-production",
"video-production",
"line-producing",
"budgeting",
"scheduling",
"post-production",
"production-management",
"post-pipeline",
"delivery"
],
"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.
[film-video-production on Agent Plugins Marketplace](https://pluginsmp.com/plugins/film-video-production)