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

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.
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
👀 See Also

Anchormd: A Tool for Managing Context Across Claude AI Sessions
Anchormd is an open-source tool that addresses context loss in Claude AI sessions by indexing curated markdown plans into a searchable knowledge graph. It allows agents to load project overviews at session start and query for specific details as needed.

Temporal-MCP: Wall-Clock Awareness for LLMs with OAuth Support
Temporal-MCP is a minimal MCP server that provides wall-clock awareness to LLMs, addressing time-related failure modes like incorrect greetings and stale context. It offers two tools (temporal_tick and temporal_peek) returning elapsed time, day-rollover detection, and fresh-thread flags.

LogClaw: Open-Source AI SRE for Auto-Ticketing from Logs
LogClaw is an open-source log intelligence platform that runs on Kubernetes, ingests logs via OpenTelemetry, detects anomalies using signal-based composite scoring, and automatically creates tickets with root cause analysis in about 90 seconds.

Claude Code Plugin for Reddit Business Research
A Claude Code plugin automates Reddit research for businesses by searching relevant posts, analyzing threads, and generating structured markdown reports with findings and source links. No API keys required—install via GitHub and run with a single command.