swingle
v3.6.1Share the load: dispatch implementation and review work across coding-agent CLIs as providers (codex/opencode/agy/grok/pi/claude/omp), locally, through validated packs — no proxy, no key custody.
By Nathaniel Ramm3 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 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 swingle for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add swingle@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/hiivmind/swingleClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/swingle-setup/SKILL.md└── skills/swingle-verify/SKILL.md
Included Skills2
Environment onboarding and health check for swingle — inspect paths, configuration, registry layers, CLI presence and auth, migration residue, and controller setup, report status, and offer individual consented fixes. Explicit user invocation only.
Re-verify one Swingle provider pack, or all active packs, against this plugin's living knowledge base. Use when a CLI version bump is observed, a vendor releases new models, a dispatch behaves contrary to documented gotchas, or the user asks to verify the dispatch reference.
Plugin manifests2
{
"name": "swingle",
"version": "3.6.1",
"description": "Share the load: dispatch implementation and review work across coding-agent CLIs as providers (codex/opencode/agy/grok/pi/claude/omp), locally, through validated packs — no proxy, no key custody.",
"author": {
"name": "Nathaniel Ramm"
},
"repository": "https://github.com/hiivmind/swingle",
"keywords": [
"swingle",
"harness",
"dispatch",
"subagent",
"orchestration",
"sdd",
"llm-router",
"llm-gateway"
],
"skills": "./skills/",
"interface": {
"displayName": "Swingle",
"shortDescription": "Dispatch work across coding-agent CLIs through validated packs, locally",
"longDescription": "Swingle is a local controller-to-provider dispatcher: it executes implementation plans and one-off jobs through external-CLI subagents (codex, opencode, agy, grok, pi, claude, omp) with manifest-driven routing, model tiering, liveness protocol, controller hard gates, and an append-only verification knowledge base. It spawns processes locally against credentials you already hold — no proxy, no key custody.",
"developerName": "Nathaniel Ramm",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/hiivmind/swingle"
}
}{
"name": "swingle",
"version": "3.6.1",
"description": "Share the load: dispatch implementation and review work across coding-agent CLIs as providers (codex/opencode/agy/grok/pi/claude/omp), locally — model tiering, token thrift, liveness protocol, and a verified per-provider knowledge base",
"author": {
"name": "Nathaniel Ramm",
"email": "[email protected]"
},
"license": "MIT",
"keywords": [
"swingle",
"harness",
"dispatch",
"subagents",
"model-tiering",
"sdd",
"codex",
"opencode",
"antigravity",
"grok",
"llm-router",
"llm-gateway"
]
}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.
[swingle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/swingle)