Nelson v2.2.3 Released: Multi-Agent Coordination for Claude Code, Plus a Discrete-Event Simulation Benchmark

✍️ OpenClawRadar📅 Published: May 9, 2026🔗 Source
Nelson v2.2.3 Released: Multi-Agent Coordination for Claude Code, Plus a Discrete-Event Simulation Benchmark
Ad

Nelson v2.2.3 is out — a multi-agent coordination skill for Claude Code that uses a Royal Navy metaphor (admiral, captains, ships, crew) to keep parallel agents from stepping on each other's work. MIT licensed, ~300 stars on GitHub.

Installation

Run these commands inside Claude Code:

/plugin marketplace add aspegio/nelson
/plugin install nelson@nelson
Use Nelson to build me a battleships game.

Then observe admiral, captains, and ships coordinating.

Ad

Benchmark Results

The real news is a benchmark built by the same author. It tests 13 combinations of model, CLI, and skill on a discrete-event simulation task (synthetic mine throughput). Quality scores (out of 100):

  • ouroboros-max-thinking (opus-4-7): 97
  • plan-mode (opus-4-7): 96
  • agent-teams-nelson-max-thinking (opus-4-7): 95
  • superpowers-max-thinking (opus-4-7): 94
  • max-thinking (opus-4-7): 92
  • vanilla-max (sonnet-4-6): 85
  • xhigh (gpt-5-5, codex): 85
  • customtools (gemini-3.1-pro): 81

Key takeaway: nelson lost to ouroboros and plan-mode by 1–2 points but beat superpowers by 1, vanilla max-thinking by 3, and sonnet without thinking by 10. Plan-mode (no skills) took second place — curated skills didn't open a large gap. The model and whether thinking is enabled mattered far more than skill choice.

Caveats: n=1 task, quality scored against a rubric written by Nelson's author, no combined cost/accuracy metric yet.

📖 Read the full source: r/ClaudeAI

Ad

👀 See Also

GitVelocity: AI Scoring of 50k PRs Reveals Insights on Code Complexity
Tools

GitVelocity: AI Scoring of 50k PRs Reveals Insights on Code Complexity

GitVelocity uses Claude to score merged pull requests 0-100 across six dimensions: scope, architecture, implementation, risk, quality, and performance/security. After analyzing 50,000+ PRs across TypeScript, Python, Rust, Go, Java, and Elixir, the team found surprising patterns about PR size, test coverage, and AI adoption.

OpenClawRadar
Security scanning skill for AI coding agents automatically checks deployments
Tools

Security scanning skill for AI coding agents automatically checks deployments

A developer created a skill file that enables AI coding agents to automatically scan their own deployments for security issues like exposed secrets, open ports, missing security headers, and leaked source code. The scan runs after every deploy and takes about 30 seconds.

OpenClawRadar
Savecraft MCP Server Provides Claude with Accurate Magic: The Gathering Data
Tools

Savecraft MCP Server Provides Claude with Accurate Magic: The Gathering Data

Savecraft is an open-source MCP server that parses MTG Arena Player.log locally, syncs game state, and gives Claude access to 12 expert reference modules built on real Magic: The Gathering data. The tool prevents Claude from hallucinating card names and rules by providing access to actual Arena data, draft recommendations from 17Lands, and the complete Scryfall database.

OpenClawRadar
Pretticlaw: A Lighter Alternative to OpenClaw with Faster Setup
Tools

Pretticlaw: A Lighter Alternative to OpenClaw with Faster Setup

Pretticlaw is a lightweight alternative to OpenClaw that requires only 2 commands for setup, has a 30MB footprint, and responds in 2-3 seconds with an inbuilt dashboard on port 6767.

OpenClawRadar