Tracks what actually happens when users click buttons by tracing every state change in sequence, specifically looking for functions that undo each other. The kind of bug where setComposeMode(true) gets immediately canceled by selectThread's hidden reset to false. Systematic debugging won't catch these because each function works fine in isolation. You'd use this when users report buttons that do nothing, or after touching any shared Zustand or Redux store. Expensive to run (maps every state side effect first), so scope it to specific pages or flows. The skill literally exists because 54 bugs were found the normal way but one stayed hidden until someone traced the actual click path.
npx -y skills add affaan-m/everything-claude-code --skill click-path-audit --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
juliusbrussee/caveman
mattpocock/skills
shadcn/improve
obra/superpowers
forrestchang/andrej-karpathy-skills
vercel-labs/skills