10x-Tool-Calls
A minimal, conceptually clever "framework" consisting of two files: rules.md (an alwaysApply: true Cursor IDE rules file) and userinput.py (a 1-line Python script). The mechanism: instead of ending after a task, Claude runs python userinput.py to solicit the next instruction from the terminal, repeating the loop until the user types "stop." This converts one Cursor/Windsurf "request" (each allowing up to 25 tool calls) into an interactive multi-task session, maximizing tool-call quota utilization. The repo targets Cursor/Windsurf Agent Mode specifically (not Claude Code), and its primary value is tool-call efficiency, not behavioral methodology.
differs_from_seeds: This repo does not fit any of the 11 seed archetypes. It is not a command-pack, not a skills framework, not an MCP server, and not a spec-driven methodology. Its closest conceptual relative is claude-conductor (Archetype 4: markdown scaffold, zero primitives) but 10x-Tool-Calls is even simpler — 2 files, 1 behavioral rule, 1 Python script. The framework is unique in explicitly optimizing for quota utilization rather than behavioral quality.