If you've watched Claude burn through tokens with "Great question!" openers and unnecessary file re-reads, this skill codifies the discipline to stop it. It enforces anti-sycophancy rules (no preambles, no closing fluff), sets hard budgets on tool calls by task type, and mandates read-before-write so you're not paying for the same file three times. The one-pass coding rules are especially sharp: read everything including tests first, write the complete solution, run tests once, and if they pass, stop immediately. No polishing, no refactoring passing code. Adapted from drona23's token-efficient patterns, this is less about prompt tricks and more about operational discipline that actually cuts 40-60% waste if you enforce it.
npx -y skills add rohitg00/pro-workflow --skill token-efficiency --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
sickn33/antigravity-awesome-skills
rohitg00/pro-workflow
supercent-io/skills-template