Agent Plugins Marketplace
All plugins

trantor

v0.18.63

Trantor — the hub-world for AI agent crews: live message bus, presence, project Kanban/flow board + crew orchestration for independent AI coding agents (Claude, Codex, Gemini, Kimi, DeepSeek)

Claude Code4 Skills1 MCP serverstdio

1 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 19, 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 trantor for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install trantor@agent-plugin-marketplace

Paste 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/sashabogi/trantor

Clone 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

trantor/
├── .claude-plugin/plugin.json
├── skills/crew/SKILL.md
├── skills/handoff/SKILL.md
├── skills/prd-review/SKILL.md
├── skills/research/SKILL.md
└── .mcp.json

Included Skills4

crewskills/crew/SKILL.md

Orchestrate a multi-agent build with Trantor — get an Advisor recommendation (solo/scrooge/crew/hybrid based on the user's plans and the work), fire up helper AI CLIs (Codex, GLM, Kimi, DeepSeek) with pinned models in visible terminal windows, assign difficulty-tagged work over the bus, track it on the Kanban dashboard with a testing gate, delegate grunt to Scrooge, supervise actively, integrate, ship. Use when the user wants several AI agents building something together, says "fire up the crew/agents", "build it with trantor / with the crew", or asks to coordinate other coding CLIs on a task.

handoffskills/handoff/SKILL.md

Finish the CURRENT session in one move: write a rich model-authored handoff, open a fresh full-window session that takes over (it auto-recaps the handoff), and close this one once the fresh session has it — a clean baton pass, one session at a time. Use when you want to wrap up and continue fresh on demand (not just at the compaction threshold). Trigger: /trantor:handoff

prd-reviewskills/prd-review/SKILL.md

Convene the crew's review of a project's brief (docs/PRD.md) and then of its design (docs/TDD.md): every live crew seat plus two Scrooge readers review the document independently against one rubric, the orchestrator synthesizes their verdicts into one consensus and puts it to the operator, and the build cards open only after the TDD passes. Use when a wake says "docs/PRD.md is the brief; run /trantor:prd-review", when asked to have the crew review a PRD or a TDD, or to resume at the TDD phase. Trigger: /trantor:prd-review [prd|tdd]

researchskills/research/SKILL.md

Run a real multi-source web/social research pass with the crew's economics: fan out across the internet (Agent-Reach channels when installed — web/Jina, Exa search, GitHub, YouTube/Bilibili transcripts, Twitter, Reddit, RSS, plus the Chinese platforms — else your own web tools), push the cheap per-source reading to Scrooge, and synthesize a cited answer yourself. Use when the user wants to research / deep-dive / "search the web" / "see what people say about X" / look something up across many sources. Trigger: /trantor:research

MCP servers1

relaystdio
command
node
args
${CLAUDE_PLUGIN_ROOT}/mcp.mjs

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

.claude-plugin/plugin.json
{
  "name": "trantor",
  "version": "0.18.63",
  "description": "Trantor — the hub-world for AI agent crews: live message bus, presence, project Kanban/flow board + crew orchestration for independent AI coding agents (Claude, Codex, Gemini, Kimi, DeepSeek)",
  "mcpServers": {
    "relay": {
      "command": "node",
      "args": [
        "${CLAUDE_PLUGIN_ROOT}/mcp.mjs"
      ]
    }
  },
  "skills": "./skills/"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[trantor on Agent Plugins Marketplace](https://pluginsmp.com/plugins/trantor)