Fuse Stochastic Skills — Development skill for Claude Code
Two Claude Code reasoning skills: /fuse converges to one best answer, /stochastic diverges to a ranked map of what matters.
How to install Fuse Stochastic Skills
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open brewed-ops/fuse-stochastic-skills and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Fuse Stochastic Skills does
Two Claude Code reasoning skills: /fuse converges to one best answer, /stochastic diverges to a ranked map of what matters.
Alternatives in Development
- Rank — /rank - Triage Scraped Jobs into a Ranked Shortlist 36.6k ★
- Breach Check — HIBP k-anonymity check on a password wordlist 4.5k ★
- Code Review Graph — Local knowledge graph for Claude Code 3.7k ★
README
fuse + stochastic - two Claude Code reasoning skills
Two slash-command skills for [Claude Code](https://claude.com/claude-code) that trade extra compute for better thinking. They are a pair:
/fuseconverges - answers a hard question from several independent angles in parallel, then keeps only the strongest correct reasoning into one answer./stochasticdiverges - scans a topic from several angles and returns a ranked map of what matters, biggest-consequence first.
Both are built on Claude Code's Dynamic Workflows: each run fans out a handful of parallel sub-agents and reconciles them. They were built with Claude Code and refined by running `/fuse` on themselves.
Requirements (read this first)
- Claude Code on a paid plan, recent enough to have Dynamic Workflows (the
Workflowtool the model uses to fan out sub-agents). See the Workflows docs. - Honesty note: these skills work by having the model invoke the
Workflowtool with a bundled script. That has been verified working in the author's Claude Code, but a skill driving the Workflow tool this way is not a documented guarantee - on an older version or a different setup the model may not have theWorkflowtool available, in which case/fuseand/stochasticwon't run. If a command does nothing, that dependency is almost certainly why. Try/fuse helloon a throwaway question to check. - No other dependencies. Nothing to build, no packages.
Install
A Claude Code skill is just a folder. Copy each of `fuse/` and `stochastic/` into your skills directory:
- Windows:
C:\Users\\.claude\skills\ - macOS / Linux:
~/.claude/skills/
Then restart Claude Code (or open a new session) and type `/fuse ` or `/stochastic `.
You can also keep them project-scoped by copying into `/.claude/skills/`.
`/fuse` - one best answer
Use it for hard, open-ended decisions where one model run
Related Skills
Black Box
A local ledger coding agents write their reasoning into and read back before they act. Codex and Claude Code s
Discovery Challenge
Red-team a discovery plan, a research conclusion, or a decision, ranked by how much each finding would change
Claude Short Answer Skill
Initiate with /short - A Claude Code skill that switches output to summary-only mode - cutting reasoning, walk
Agentic Consensus Swarm
Multi-agent consensus demo — 5 agents independently answer the same question in parallel with distinct reasoni
Plan Attest
Lock the current task_plan.md content with a SHA-256 attestation. Hooks then refuse to inject plan content if
Gauntlet
Onboarding gauntlet: a bounded-revise loop that converges a repo's contributor surface (docs + scripts + card
Related Agents
Collective Intelligence Coordinator
Use for hive-mind style collaboration where collective reasoning matters most.
Probe Builder
Writes, builds and runs a DevTools probe (a small argv-driven Delphi console tool) to answer an empirical ques
Morwenna
Explorer. Cheap, fast, read-only search and mapping: finds files, symbols, prior decisions and existing knowle