skyf0xx/better-thinking — explained in plain English
Analysis updated 2026-05-18
Run /better-thinking before a complex decision so Claude follows a structured procedure instead of guessing.
Trace a bug from its symptoms back to its root cause using a dedicated debugging skill.
Map a familiar framework like Design Thinking or Lean Startup onto a sequence of these skills using the included recipes.
Improve one atomic skill and have every composite workflow that depends on it get better automatically.
| skyf0xx/better-thinking | 1038lab/agnes-ai | 3eyedtiger/video2vrcemote | |
|---|---|---|---|
| Stars | 4 | 4 | 4 |
| Language | Python | Python | Python |
| Setup difficulty | easy | easy | easy |
| Complexity | 2/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | vibe coder |
Figures from each repo's GitHub metadata at analysis time.
Installs as a Claude Code plugin via a marketplace command, requires restarting the session to take effect.
Better Thinking is a plugin for Claude Code that gives the AI a library of over 130 explicit thinking procedures to use instead of just being told to think harder. The idea behind it is that asking a model to think step by step does not reliably make it more careful, but giving it an actual structured method, like how to properly compare competing hypotheses or how to trace a bug back to its root cause, does. The plugin includes a dispatcher that figures out which of its 135 thinking procedures fits the task at hand, so the user does not need to memorize any skill names. A person just types a single command to start, and it looks at what is being asked, decides whether it is a decision, a diagnosis, research, or something else, and pulls in the right method at a depth that matches how much is riding on the answer. A quick low stakes question gets a fast check, while a costly and hard to reverse decision gets a fuller structured treatment. Each skill in the library encodes a step by step procedure rather than a persona to imitate. The skills are organized into two layers: atomic skills that implement one reasoning move on their own, such as forming hypotheses or steelmanning an argument, and composite skills that chain several atomic skills together into a larger workflow, such as a full scientific method or decision analysis process. This structure means improving one atomic skill benefits every composite workflow that relies on it. The project also ships a set of recipes that map well known frameworks people already use, like Design Thinking or Lean Startup, onto sequences of these skills stage by stage. It installs as a Claude Code plugin directly from GitHub using a marketplace command, and updates take effect the next time a session starts. This is aimed at anyone using Claude Code who wants more rigorous, checklist style reasoning on hard tasks rather than a generic think harder instruction.
A Claude Code plugin that gives the AI over 130 structured thinking procedures and picks the right one automatically for each task.
Mainly Python. The stack also includes Claude Code, Markdown, JSON.
The README does not state a license, so terms of use are unclear.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
double-check against the repo, no cap.