You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
Instantly share code, notes, and snippets.
🪓
Patrick Gallagher
pi0neerpat
🪓
Software should serve the human, not extract from them. Building local-first AI. Open source.
/optimize-skills to survive token price volatility
name
optimize-skills
description
Audit a Claude Code skill for cost optimization. Classifies each step as mechanical/cheap-AI/frontier, proposes script offloading and Haiku delegation. Use when reviewing skill costs, "optimize this skill", "make this cheaper", or "audit skill cost".
argument-hint
skill-name-or-path
allowed-tools
Read, Grep, Glob, Bash(python3 *), Agent
Optimize Skills
Analyze an existing Claude Code skill and produce a concrete plan to reduce its per-run cost by offloading mechanical work to scripts and cheap models.
I recently stumbled upon Falsehoods programmers believe about time zones, which got a good laugh out of me. It reminded me of other great lists of falsehoods, such as about names or time, and made me look for an equivalent for Ethereum. Having found none, here is my humble contribution to this set.
About Gas
Calling estimateGas will return the gas required by my transaction
Calling estimateGas will return the gas that your transaction would require if it were mined now. The current state of the chain may be very different to the state in which your tx will get mined. So when your tx i