Agent skill · AI & Agents

polis-protocol

Coordinate multi-vendor AI agents as a self-improving team — a learning router assigns work by track record and citizens can amend the protocol's own rules.

Nick44,414★ · +328/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill polis-protocol --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Declared author: yehudalevy-collab
Path: skills/polis-protocol/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Polis Protocol — a team of agents that develops ## Overview Most agent coordination is a passive board: claim a task, do it, mark it done. It records, but it never gets smarter, and its rules are frozen. Polis Protocol is the active alternative — a folder of markdown where each agent is a "citizen" with a capability card, work is routed by a learning bandit to whoever has the best track record on the task's tags, settled work files lessons that update the routing, and citizens can propose and vote on amendments to the protocol itself. It is vendor-agnostic: Antigravity, Claude, Codex, and Gemini agents can all share one `_polis/`. In Antigravity specifically, this turns Manager View's fixed pipeline into a team that learns who is actually best at each kind of work, instead of running the same roles in the same order every time. ## When to Use This Skill - Use when 2+ agents (especially across vendors) work on one project and "who should do this" is a real question. - Use when you want the team to measurably improve over time — routing that adapts from outcomes, not static role labels. - Use when you need a durable, git-auditable record of who did what, what was learned, and which

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Step 1: Found a polis
  5. Step 2: Register citizens and open contracts
  6. Step 3: Route by track record
  7. Step 4: Settle, learn, and amend
  8. Examples
  9. Example 1: See the team learn (no install, 30 seconds)
  10. Example 2: Explain any routing decision
  11. Notes
  12. Limitations
Commands it runs
git clone https://github.com/yehudalevy-collab/polis-protocol.git
cd polis-protocol
git checkout <reviewed-commit-sha>
python3 scripts/init_polis.py \
polis route --polis-root _polis \
polis contract settle <contract-id> --quality 5
polis reconcile --polis-root _polis
bash scripts/demo.sh
python3 scripts/route_contract.py --polis-root examples/research-team/_polis \
More from agentic-awesome-skills
All skills →
About this skill
What does the polis-protocol skill do?

Coordinate multi-vendor AI agents as a self-improving team — a learning router assigns work by track record and citizens can amend the protocol's own rules.

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill polis-protocol --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going