production
v1.0.0Media and creative production lifecycle: asset provenance, render manifests, and revision-bound review
By Alvis4 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 26, 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 plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add production@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. 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/alvis/.agentsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/production/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/review-render/SKILL.md└── skills/track-assets/SKILL.md
Included Skills2
Capture stakeholder feedback and approvals on a specific render or cut, bound to its exact revision and timecode ranges, and determine which approvals survive a new revision or a changed decision. Use when a cut is reviewed, feedback like "approved" or "make the text larger" arrives, or someone asks whether an existing approval still applies; this skill records review truth, never edits media.
Create or maintain the versioned asset and render manifest for a production work stream — register source assets with content hashes and rights, record every render with its exact inputs and settings, and mark stale entries when a decision invalidates them. Use when footage, audio, graphics, fonts, or a new render/export needs durable identity; this skill writes manifests, never media bytes.
Plugin manifests2
{
"name": "production",
"version": "1.0.0",
"description": "Media and creative production lifecycle: asset provenance, render manifests, and revision-bound review",
"author": {
"name": "Alvis"
},
"skills": "./skills/",
"interface": {
"displayName": "Production",
"shortDescription": "Media asset provenance, rendering, and review workflows.",
"longDescription": "Manage creative-production assets, render manifests, provenance, and revision-bound review.",
"developerName": "Alvis",
"category": "productivity",
"capabilities": [
"Skills",
"Hooks"
],
"defaultPrompt": "Help me manage this production deliverable."
}
}{
"name": "production",
"author": {
"name": "Alvis"
},
"dependencies": [
"essential"
],
"description": "Media and creative production lifecycle: asset provenance, render manifests, and revision-bound review for video, audio, and campaign deliverables",
"version": "1.0.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.
[production on Agent Plugins Marketplace](https://pluginsmp.com/plugins/production)