🚀 10x-Tool-Calls
10x-Tool-Calls is a simple rules setup designed for the Cursor IDE, Windsurf, or any other agent-based coding assistant that supports tool calls. It helps you get the maximum value out of your monthly tool call allowance by running your tasks in a loop with user input—without restarting the chat every time.
Note : This only works with Agent Mode
✅ What It Does
- After the AI completes a task, it runs a small Python script that asks:
prompt:
- You type your next instruction (e.g.,
"add comments", "refactor this", etc.)
- The AI uses that input to continue working.
- This loop repeats until:
- You you manually stop, or
- The session hits your tool call limit.
💡 Why This Matters
Most AI coding tools (like Cursor) offer 500 monthly requests, but each request can include up to 25 tool calls. Normally, even saying "hi" uses up a full request, wasting potential.
With 10x-Tool-Calls: