bernstein-agents
Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see…
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,
$ npx -y skills add sipyourdrink-ltd/bernstein --skill bernstein-run --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/bernstein-runContext preview
The summary Claude sees to decide when to auto-load this skill.
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,
name: bernstein-run description: > 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.
Bernstein is the open-source governance layer for AI agents, with a deterministic multi-agent scheduler. This skill wraps the three-step operator loop: submit a goal, monitor progress, and verify the finished run against its Merkle-chained lineage journal and HMAC audit chain.
the first run).
bernstein run -g "<goal>"
devops), and spawns agents in isolated git worktrees.
bernstein status bernstein cost
bernstein lineage verify <run_id> bernstein audit verify
tag; exit 0 means the chain is intact and non-empty.
whole workspace; run it before trusting or shipping the result.
Report the run as complete only when both verifications exit 0.
Installs of this skill are receipt-backed. To confirm `bernstein` is on PATH and the bundled skill asset resolves in this session:
bernstein skills package show
To prove the skill content the session is driving matches what was installed:
bernstein skills package verify --dest <path-to-this-skill-directory>
Exit 0 means the installed tree's content address matches a receipt anchored in the lineage spine and audit chain. These two commands are the self-check contract the multi-host conformance sweep replays per agent host (`bernstein skills package conformance`).
verifications are the completion evidence.
above; do not attempt to reimplement orchestration inline.
per-host invocation notes.
The open‑source AI Agents Governance & Orchestration framework: write the rules declaratively, Bernstein enforces them and produces the verifiable, replayable record. Free, Apache-2.0. https://bernstein.run
Repo: sipyourdrink-ltd/bernstein
Manage Bernstein agents - list active agents, inspect their output, kill stalled agents, or stream live logs. Use when the user asks about agents, wants to see…
Show active alerts from Bernstein - failed tasks, stalled agents, budget warnings, blocked tasks needing human intervention. Use when the user asks about…
Review and approve/reject pending tasks or plans in Bernstein. Use when the user asks about approvals, wants to review agent work, or needs to approve/reject a…
Show detailed cost breakdown and budget status for the Bernstein orchestrator. Use when the user asks about spending, budget, cost per model, cost per agent,…
Create a new task in the Bernstein orchestrator. Use when the user wants to add a task, delegate work to an agent, file a bug fix, or queue up work for the…
Create and manage multi-step execution plans in Bernstein. Plans decompose complex goals into stages with dependencies. Use when the user wants to plan a…