Agent Plugins Marketplace
All plugins

bernstein

v3.18.2

Deterministic orchestrator for CLI coding agents. Spawn parallel agents in per-task git worktrees, verify their work, and merge results; no model in the coordination loop, so runs replay byte-identically.

Agent Plugins1 Skill1 MCP serverstdio

By chernistryLicense: Apache-2.01k GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 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

Get the plugin

git clone https://github.com/sipyourdrink-ltd/bernstein

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The repository root is the plugin root.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

bernstein/
├── plugin.json
├── skills/bernstein-run/SKILL.md
└── mcp.json

Included Skills1

bernstein-runskills/bernstein-run/SKILL.md

Run a verified multi-agent goal with Bernstein. Use when a task is too large for a single agent session: Bernstein decomposes the goal into tasks, spawns CLI coding agents in parallel git worktrees, verifies their output, and merges results. Also use to check run status, costs, and to verify a finished run against its lineage and audit chain.

MCP servers1

bernsteinstdio
command
bernstein
args
mcp

Plugin manifests1

plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "author": {
    "name": "chernistry",
    "url": "https://github.com/chernistry"
  },
  "description": "Deterministic orchestrator for CLI coding agents. Spawn parallel agents in per-task git worktrees, verify their work, and merge results; no model in the coordination loop, so runs replay byte-identically.",
  "homepage": "https://github.com/sipyourdrink-ltd/bernstein",
  "keywords": [
    "orchestration",
    "multi-agent",
    "coding-agents",
    "claude-code",
    "codex",
    "gemini"
  ],
  "license": "Apache-2.0",
  "name": "bernstein",
  "repository": "https://github.com/sipyourdrink-ltd/bernstein",
  "version": "3.18.2"
}

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

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