spbridge
v0.1.0Run Agent Spartan Protocol producer rounds through the installed Spartan Bridge runtime.
By Angelo PublioLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 7, 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 spbridge for Codex
codex plugin marketplace add angelopublio/agent-spartan-protocol-bridge
codex plugin marketplace upgrade spartan-bridge
codex plugin add spbridge@spartan-bridgePaste and run these commands in a terminal with Codex. They add and refresh the spartan-bridge catalog, then install this plugin.
Compatibility: the page URL and API slug “spbridge” remain stable.
- Codex:
spbridge@agent-plugin-marketplace→spbridge@spartan-bridge
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/angelopublio/agent-spartan-protocol-bridgeClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is agent-skill/.
Plugin files
├── .codex-plugin/plugin.json└── skills/spbridge/SKILL.md
Included Skills1
Run a Spartan producer round from a pasted handoff, then invoke the installed spartan-bridge runtime with that handoff's explicit task path, and continue inside this session while the runtime's status document says the review loop may continue. Use when the user invokes /spbridge or $spbridge, or pastes a Spartan handoff to be followed by the installed Bridge review. That includes a planner round and an implementer round whose review the Bridge dispatches. Do not use for an ordinary /spartan round that should stay manual.
Plugin manifests1
{
"name": "spbridge",
"version": "0.1.0",
"description": "Run Agent Spartan Protocol producer rounds through the installed Spartan Bridge runtime.",
"author": {
"name": "Angelo Publio",
"url": "https://github.com/angelopublio"
},
"homepage": "https://github.com/angelopublio/agent-spartan-protocol-bridge#readme",
"repository": "https://github.com/angelopublio/agent-spartan-protocol-bridge",
"license": "MIT",
"keywords": [
"agent-skill",
"spartan",
"review",
"workflow"
],
"skills": "./skills/",
"interface": {
"displayName": "Spartan Bridge",
"shortDescription": "Run a Spartan producer round and Bridge review",
"longDescription": "Optional Codex packaging for the portable spbridge skill. The separately installed Spartan Bridge runtime retains all workflow authority.",
"developerName": "Angelo Publio",
"category": "Productivity",
"capabilities": [
"Agent skill"
],
"websiteURL": "https://github.com/angelopublio/agent-spartan-protocol-bridge",
"defaultPrompt": [
"Use $spbridge with this explicit Spartan handoff."
]
}
}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.
[spbridge on Agent Plugins Marketplace](https://pluginsmp.com/plugins/spbridge)