Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

founder-os

founder-os 收录了来自 rhinehart514 的 6 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
6
Stars
3
更新
2026-05-25
Forks
0
职业覆盖
1 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

founder-os
软件开发工程师

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

2026-05-25
autoresearch
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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
软件开发工程师

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