CommunityKunst & Designgithub.com

rhinehart514/founder-os

Multi-agent primitives for Claude Code: consensus, debate, fanout research, skill building, and measured optimization.

Funktioniert mitClaude Code~Codex CLI~Cursor
npx skills add https://github.com/rhinehart514/founder-os/tree/main

Ask in your favorite AI

Open a new chat with this agent skill pre-loaded.

Dokumentation

founder-os

Multi-agent primitives for Claude Code.

Claude Code gives you one answer. founder-os lets you ask multiple agents, compare consensus, surface disagreement, and synthesize the useful part.

claude plugin install rhinehart514/founder-os

Try this first:

/founder-os:stochastic n=10 Should we use Postgres or SQLite for this project?

It polls 10 agents with the same prompt, then aggregates consensus, divergences, and outliers.

The primitives

SkillWhat it does
/stochasticPoll N agents (default 10) with identical prompts. Aggregate by consensus, divergences, outliers.
/model-chatSpawn 5 agents into a debate room. Round-robin turns, shared history, synthesizer merges.
/fanoutFan-out N researchers (Sonnet) in parallel, fan-in with Opus synthesis.
/skillbuilderBuild flawless Claude Code skills. Studies existing skills as reference, ensures correct format, pushes for genuine intelligence.
/autoresearchAutonomous hill-climb. Read code, generate mutations, measure, keep-or-revert, repeat.

Install

Plugin install

claude plugin install rhinehart514/founder-os

Skills become /founder-os:stochastic, /founder-os:model-chat, /founder-os:fanout, /founder-os:skillbuilder, /founder-os:autoresearch.

Direct install (short skill names)

npm i -g @rhinehart514/founder-os

Or from source:

git clone https://github.com/rhinehart514/founder-os.git
cd founder-os && bash bin/install.sh

Skills become /stochastic, /model-chat, /fanout, /skillbuilder, /autoresearch.

Restart Claude Code after installing.

Usage

/stochastic Should we use Postgres or SQLite for this use case?
/stochastic n=5 What's the best approach to rate limiting here?

/model-chat Is this API design good?
/model-chat agents=3 rounds=3 Should we ship this feature?

/fanout What are the tradeoffs of server components vs client components?
/fanout n=3 model=haiku Research authentication patterns for this stack

/skillbuilder Create a skill for code review with verification gates
/skillbuilder audit /stochastic

/autoresearch Optimize the Lighthouse score
/autoresearch Shrink the bundle size

Why this works

Same model, different runs = systematically different outputs. Polling multiple agents filters hallucinations (consensus), surfaces genuine judgment calls (divergences), and catches ideas a single pass misses (outliers).

What's included

skills/
  stochastic/SKILL.md
  model-chat/SKILL.md
  fanout/SKILL.md
  skillbuilder/SKILL.md
  autoresearch/SKILL.md
  autoresearch/templates/   # hill-climb runner, dashboard, config
agents/
  parent.md      # orchestrator
  qa.md          # quality checker
  researcher.md  # research agent

License

MIT

Verwandte Skills

ruijayfeng/velvet-ascent-skill

Chinese adult-oriented AI text GalGame agent skill with freeform roleplay, story memory, and novel export.

community

thananon/scrutinize

Outsider-perspective end-to-end review of a plan, PR, or code change. First questions intent and whether a simpler/more elegant approach would achieve the same goal, then traces the actual code path (not just the diff) to verify the change does what it claims. Output is concise, actionable, and every call carries its rationale. Trigger on /scrutinize and proactively whenever the user asks to review, audit, sanity-check, or get a second opinion on a plan, PR, diff, design doc, or proposed code change.

community

specter119/skills

Marketplace-managed Claude Code skills for research, writing, slides, and Typst authoring.

community

craig-johnson-2019/use-traveler-design-learnings

Claude Code skill for briefing designers working on traveler-facing GYG products — loads shared learnings, walls hit, and setup gotchas before each session.

community

matevip/mateclaw

🤖 MateClaw — Your second brain with Multi-Agent Orchestration, MCP Protocol, Skills & Memory, Dream, and Multi-Channel Support. Built on Spring AI Alibaba.

community

openai/chatgpt-apps

Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.

community