super-fr-dispatch
v4.8.1super-fr dispatch: queue phases to autonomous runners (VibeKanban adapter included) with per-PR quality gates
By Ioannis DermitzakisLicense: MIT1 GitHub starsUpdated 3 days ago
Directory evidence
- Runtimes
- Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 20, 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 super-fr-dispatch for Claude Code
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install super-fr-dispatch@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/derio-net/super-frClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/super-fr-dispatch/.
Plugin files
├── .claude-plugin/plugin.json├── skills/fr-dispatch/SKILL.md└── skills/fr-runner/SKILL.md
Included Skills2
Queue a plan's phases to a runner (`fr apply --to <runner>`) and reconcile its GitHub Issues. Use when: "dispatch this plan", "send to VK", "create issues from plan", "sync plan to GitHub".
Operate and debug an autonomous runner (the VibeKanban adapter today): verify tick health, diagnose stuck or undispatched phases, recover orphan workspaces, and read the dispatch metrics. Use when queued phases aren't being picked up, when the operator asks "why didn't this dispatch", "is the bridge alive", "check the runner", or after a pod upgrade to confirm the daemon still ticks.
Plugin manifests1
{
"name": "super-fr-dispatch",
"description": "super-fr dispatch: queue phases to autonomous runners (VibeKanban adapter included) with per-PR quality gates",
"version": "4.8.1",
"author": {
"name": "Ioannis Dermitzakis"
},
"repository": "https://github.com/derio-net/super-fr",
"license": "MIT",
"keywords": [
"skills",
"dispatch",
"runners",
"vibekanban",
"agentic"
]
}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.
[super-fr-dispatch on Agent Plugins Marketplace](https://pluginsmp.com/plugins/super-fr-dispatch)