jonathansantilli

Freemad — Development skill for Claude Code

Development community

FREE-MAD Orchestrator: Consensus-Free Multi-Agent Debate with CLI adapters, transcripts, dashboard, and tests.

How to install Freemad

This entry records only its repository, not the path inside it, so there is no exact command to give. Open jonathansantilli/freemad and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Freemad does

FREE-MAD Orchestrator: Consensus-Free Multi-Agent Debate with CLI adapters, transcripts, dashboard, and tests.

Alternatives in Development

  • Ship Studio — The professional studio for modern development — build it, ship it, host it without leaving the app 249 ★
  • Dexscreener Unofficial CLI + MCP + Skills — You are a token scanning specialist using the Dexscreener Unofficial CLI (not affiliated with or endorsed by D 213 ★
  • M5 Paper Buddy — 📟 Claude Code physical companion on M5Paper V1.1 e-ink 160 ★

README

FREE-MAD: Consensus-Free Multi-Agent Debate

[![arXiv](https://img.shields.io/badge/arXiv-2509.11035-b31b1b.svg)](https://arxiv.org/abs/2509.11035) [![arXiv](https://img.shields.io/badge/arXiv-2603.24517-b31b1b.svg)](https://arxiv.org/abs/2603.24517) [![CI](https://github.com/jonathansantilli/freemad/actions/workflows/ci.yml/badge.svg)](https://github.com/jonathansantilli/freemad/actions/workflows/ci.yml) [![CodeQL](https://github.com/jonathansantilli/freemad/actions/workflows/codeql.yml/badge.svg)](https://github.com/jonathansantilli/freemad/actions/workflows/codeql.yml) [![Scorecard](https://github.com/jonathansantilli/freemad/actions/workflows/scorecard.yml/badge.svg)](https://github.com/jonathansantilli/freemad/actions/workflows/scorecard.yml) [![Ask DeepWiki](https://deepwiki.com/badge.svg)](https://deepwiki.com/jonathansantilli/freemad)

A Python implementation of the **Free-MAD** algorithm from the paper ["Free-MAD: Consensus-Free Multi-Agent Debate"](https://arxiv.org/abs/2509.11035), plus two sibling runtimes built on the same agents, security model and configuration: **autonomous tasks** and **evolve**.

Agents are CLI tools you already have — Claude Code (`claude`) and OpenAI Codex (`codex`) — driven over stdin/stdout. FREE-MAD never reads or stores API keys; each agent CLI authenticates with its own login.


https://github.com/user-attachments/assets/8408ca39-14fc-4c2c-9959-5bbc78d6fc95

Project Status

FREE-MAD ships three runtimes. This is what is on `main` today.

Runtime Status Documentation
debate Released (v2.0.0). The paper's algorithm: a generation round, critique rounds with anti-conformity prompting, trajectory scoring, deterministic selection. this README
autonomous First milestone. Persisted, resumable plan and code tasks; every stage has a proposer and an independent reviewer, with an arbiter on disagreement; pauses for human answers and approvals; dashboard task pages with live event str