This is a pattern library for keeping Claude from spinning its wheels during long coding sessions. It gives you three tripwires: looping (re-reading the same file, retrying the same failing command), overthinking (more than 1000 words of reasoning without action), and context exhaustion (counted by concrete signals like turn count and files read, not guesswork). The checklist runs before each step and forces a decision when a trigger fires. The loop detection is the most surgical part. It distinguishes between re-reading a file you just edited (verification, fine) and re-reading one that hasn't changed (loop, stop). The context section is smart about not letting you start expensive work when the budget says hand off. Use this when you catch yourself or Claude circling back to the same problem or when a task has enough steps that you might hit the context limit mid-flight.
npx -y skills add thananon/9arm-skills --skill qwenchance --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills