fable-director
v1.42.1Keeps Claude Code from spending your quota on work the top model didn't need to do: declared pre-budgets with deterministic 2x/3x enforcement, cheap-executor routing, objective token telemetry. Small one-offs pay a 5-20% premium (measured) - built for sessions that delegate. New in 1.42: reads video and audio for you at zero Claude tokens - a whole clip in one contact-sheet image, transcription on your CPU, voice-over timing checked before the studio; long footage on free-tier Gemini.
By Francesco SorrentinoLicense: MIT3 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 9, 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 fable-director for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install fable-director@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/frsorrentino/fable-directorClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is fable-director/.
Plugin files
├── .claude-plugin/plugin.json├── skills/analisi-video/SKILL.md└── skills/delega-efficiente/SKILL.md
Included Skills2
Use when a task involves video or audio files - analysing, comparing or summarising footage, storyboard vs shot material, an editing quote, a shot list, a transcription, or checking a voice-over script against its declared timing. Fixed procedure where every step costs zero model tokens until the top model reads the results; an external media model only for long footage or many files, with an open budget.
Use when planning how to execute a task that involves delegation or orchestration - before launching subagents/workflows, choosing models, starting multi-item or multi-file batch work, consuming large tool outputs, when the context window is filling up, when the pre-delegation gate denied an Agent/Task/Workflow call, or when closing a task that blew past its expected cost or escalated through repeated failures. The always-on kernel already carries the 6 routing axes; load this full body only when the axes fire, not merely because a session started.
Plugin manifests1
{
"name": "fable-director",
"description": "Keeps Claude Code from spending your quota on work the top model didn't need to do: declared pre-budgets with deterministic 2x/3x enforcement, cheap-executor routing, objective token telemetry. Small one-offs pay a 5-20% premium (measured) - built for sessions that delegate. New in 1.42: reads video and audio for you at zero Claude tokens - a whole clip in one contact-sheet image, transcription on your CPU, voice-over timing checked before the studio; long footage on free-tier Gemini.",
"version": "1.42.1",
"author": {
"name": "Francesco Sorrentino",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"delegation",
"budget",
"cost-control",
"token-savings",
"telemetry",
"statusline",
"subagents"
]
}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.
[fable-director on Agent Plugins Marketplace](https://pluginsmp.com/plugins/fable-director)