emotional-resonance-analyzer
v0.1.0Map the modelled emotional arc of a cut against the attention its form expects — a structural reading of where a film is likely to lose people, never a measurement of any audience.
By Fars SaadeldinLicense: UNLICENSED0 GitHub starsUpdated 5 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 18, 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 emotional-resonance-analyzer for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install emotional-resonance-analyzer@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/farssaadeldin7-ux/claude-plugin-suiteClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/emotional-resonance-analyzer/.
Plugin files
├── .claude-plugin/plugin.json├── skills/emotional-resonance-analyzer/SKILL.md└── .mcp.json
Included Skills1
This skill should be used when an editor or film-maker wants to know where a cut loses the audience and why — "why does my documentary sag in the middle", "the second act drags and I can't work out why", "where are people dropping off in this cut", "review the pacing of my paper edit", "map the emotional arc of this film", "my retention graph falls off a cliff at four minutes, what's happening there", "is this too long for a branded piece", "which scene should I cut", "the ending feels flat", "check the structure of this timecoded transcript". Also use it for planning a structure before the assembly, for choosing between two versions of a cut, and for interpreting a real retention curve against the shape of the edit.
MCP servers1
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/mcp/server.js
- env.PLUGIN_SUITE_BILLING_URL
- ${PLUGIN_SUITE_BILLING_URL}
- env.EMOTIONAL_RESONANCE_ANALYZER_LICENSE_KEY
- ${EMOTIONAL_RESONANCE_ANALYZER_LICENSE_KEY}
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Plugin manifests1
{
"name": "emotional-resonance-analyzer",
"version": "0.1.0",
"description": "Map the modelled emotional arc of a cut against the attention its form expects — a structural reading of where a film is likely to lose people, never a measurement of any audience.",
"author": {
"name": "Fars Saadeldin"
},
"license": "UNLICENSED",
"keywords": [
"video-editing",
"narrative",
"pacing",
"documentary",
"retention"
]
}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.
[emotional-resonance-analyzer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/emotional-resonance-analyzer)