hand-compute
Step-by-step state tracing to catch race conditions
All Skills in This Repository (1)
Pure Emerald Level IndicatorsFrequently Asked Questions
FAQPage SchemaHow to install hand-compute?โผ
Run `npx skills add gbasin/hand-compute --all -g -y` in your terminal to install this skill globally.
How to debug race conditions with AI?โผ
This skill makes your agent trace the broken flow step by step, writing each actor's concrete state at every transition until the invariant visibly breaks.
When should I use hand-compute?โผ
Use it for state bugs, async races, regressions, or scoping features on existing systems. Skip it for simple renames, formatting, or obvious single-stack-trace errors.
Does hand-compute work with Claude Code and Cursor?โผ
Yes. It follows the universal SKILL.md standard and runs in Claude Code, Cursor, Codex, and other compatible coding environments.
Can non-coders use hand-compute?โผ
Yes. You describe the bug or feature in plain English, and your agent performs the step-by-step state walk and reports where things break.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core