Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

founder-os

founder-os contém 6 skills coletadas de rhinehart514, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
6
Stars
3
atualizado
2026-05-25
Forks
0
Cobertura ocupacional
1 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

founder-os
Desenvolvedores de software

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

2026-05-25
autoresearch
Desenvolvedores de software

TRIGGER when user explicitly invokes optimization with a numeric automatable metric — "optimize the lighthouse score", "shrink the bundle", "reduce build time", "cut p99 latency", "hill climb the eval accuracy", "/autoresearch", "make X faster" where X is measurable. Drops a working hill-climb harness into the project, generates project-specific mutations by reading the codebase, runs the loop. SKIP when there's no numeric metric, when changes need design/UX/copy judgment, or for one-off manual tuning. SKIP requests like "make this cleaner/better/smaller" that have no measurement command.

2026-05-11
fanout
Desenvolvedores de software

Fan-out/fan-in research. Spawns N researchers (Sonnet) in parallel to explore a question from different angles, then synthesizes findings with Opus.

2026-05-11
model-chat
Desenvolvedores de software

Spawn Claude instances into a shared conversation room where they debate, disagree, and converge. Round-robin turns with parallel execution within each round.

2026-05-11
skillbuilder
Desenvolvedores de software

Build flawless Claude Code skills. Studies existing skills as reference, ensures correct format, and pushes for genuine intelligence — skills that exploit something specific about how Claude works. SKIP for one-off scripts, prompts, or task helpers.

2026-05-11
stochastic
Desenvolvedores de software

Stochastic multi-agent consensus. Spawns N agents with identical prompts to independently analyze a problem. Aggregates by consensus (mode), divergences (splits), and outliers (unique ideas).

2026-05-11