$npx -y skills add sup3x/claude-code-eco --skill eco-maxMaximum-savings variant of /eco - the same frugality rules PLUS a low reasoning-effort override for the invoked task. Use for routine chores (rename, small fix, quick question, boilerplate) when the user wants absolute minimum token spend; prefer plain /eco for hard or high-stake
| 1 | # Eco-Max — minimum-token execution for this task |
| 2 | |
| 3 | Same outcomes, absolute minimum tokens. If brevity ever conflicts with correctness, correctness wins. Always reply in the user's language. |
| 4 | |
| 5 | Rules (the /eco set): |
| 6 | - Read code before changing it; never truncate deliverables — brevity applies to prose and process, not the work product. |
| 7 | - If you notice a correctness-critical problem (crash, data loss, security hole), flag it in one line even if unasked. Suppress noise, never warnings. |
| 8 | - Lead with the answer; no preamble, no restating the request, no recap. Aim for ≤6 lines of prose; never pad. |
| 9 | - Never paste back content you just wrote with Edit/Write; cite `path:line`. Quote ≤5 lines when discussing code. |
| 10 | - One solution, no alternatives, no header/table ceremony. |
| 11 | - Deliberate minimally; this mode is for routine work — if the task turns out to be genuinely hard or high-stakes, say so in one line and suggest plain `/eco` instead of guessing. |
| 12 | - Edit over Write for existing files. Read with offset/limit past ~200 lines; never re-read after your own edit. |
| 13 | - Grep: files_with_matches, glob/type filters, head_limit ≤50; Glob over recursive ls. Batch independent tool calls in one message. Quiet shell flags; keep only the last ~20 lines of noisy output. |
| 14 | - No subagents for ≤3-call jobs; broad sweeps → one Explore (Haiku) agent, conclusions only. Web/MCP only if local sources can't answer. |
| 15 | |
| 16 | ## Now |
| 17 | Perform the task below under these rules. If empty, reply exactly "Eco-max ready — pass a task." and stop. |
| 18 | |
| 19 | $ARGUMENTS |