Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
Ryan Singer avatar

Syndicate

  • 6 repo stars
  • Updated April 9, 2026
  • RyanSinger/syndicate

Spins up a self-governing organization that iterates on a deliverable until it ships. Supports job mode and venture mode.

About

syndicate is a Claude Code skill in the AI & Agent Building category. Spins up a self-governing organization that iterates on a deliverable until it ships. Supports job mode and venture mode.

  • syndicate
  • AI & Agent Building
  • AI-coding skill

Syndicate by the numbers

  • Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add RyanSinger/syndicate
/plugin install syndicate@RyanSinger-syndicate

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars6
Last updatedApril 9, 2026
RepositoryRyanSinger/syndicate

What it does

Spins up a self-governing organization that iterates on a deliverable until it ships. Supports job mode and venture mode.

README.md

Syndicate

A Claude Code plugin that spins up a self-governing outfit to do a job. Give it a goal (build an app, write a contract, design a system) and it stands up an organization that attempts the work, scores itself, evolves its approach, and ships when it's done.

Install

/plugin marketplace add RyanSinger/syndicate
/plugin install syndicate@RyanSinger-syndicate
/reload-plugins

Use

Just tell Claude what you want:

"Build me an invoice tracking app"

"Write a partnership agreement for a joint venture between X and Y"

"Design a REST API for a booking system"

Two modes:

  • Job: the syndicate spins up, iterates until it converges, ships the best result, and dissolves. Use this for discrete deliverables.
  • Venture: the syndicate ships when it converges, then finds the next thing to improve. It persists across rounds, shipping better versions until you stop it or it runs out of improvements.

Just describe what you want. The syndicate figures out which mode fits, or you can say "venture" to keep it going.

How It Works

Three roles, same pattern as organizational governance:

  • Meta-agent (you/Claude): diagnoses weaknesses, proposes improvements
  • Task agent (subagent): produces the deliverable each generation
  • Coherence agent (subagent, different model): watches the trajectory, prevents derailment

As the syndicate learns, it promotes recurring patterns into learned agents (specialized subagents) and domain skills (reusable knowledge imported from plugins or distilled from experience).

The coherence agent never sees code. Only scores, complexity metrics, and commit messages. Its prompt is fixed and can't be modified by the system. This structural separation, borrowed from TurkoMatic (2011), is what keeps the syndicate from spiraling.

The system governs itself. It decides when to upgrade models, when to revise its own success criteria, and when to stop. No generation count. No hand-holding.

Background

Combines Meta's HyperAgents (2026) with failure-mode research from TurkoMatic (Kulkarni et al., 2011). See plugin/skills/run/references/architecture.md.

License

MIT

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.