Skip to main content

Token Efficiency

Skill Verified Active
Part of:Pro Workflow

Reduce token waste by 40-60% through anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. Inspired by drona23/claude-token-efficient.

Purpose

To reduce LLM token waste and prevent costly, iterative cycles by enforcing specific output constraints and task management strategies.

Features

  • Reduces token waste via anti-sycophancy rules
  • Implements tool-call budgets based on task complexity
  • Enforces one-pass coding discipline
  • Provides task-specific profiles (coding, agent, analysis)
  • Enforces read-before-write rules
  • Ensures ASCII-only output for compatibility

Use Cases

  • When sessions feel expensive or slow due to token usage
  • When LLM output is consistently verbose with filler text
  • When Claude is re-reading files or iterating unnecessarily
  • When setting up a new project for token-efficient work

Non-Goals

  • Increasing LLM verbosity or token consumption
  • Encouraging unnecessary iterations or re-reading of files
  • Allowing prompt restatement or unsolicited suggestions

Workflow

  1. Apply anti-sycophancy rules by deleting verbose or redundant phrases.
  2. Set tool-call budgets based on task complexity to limit iterations.
  3. Follow one-pass coding discipline: read, understand, write, test once.
  4. Switch task profiles (coding, agent, analysis) as needed.
  5. Enforce read-before-write rules rigorously.
  6. Ensure all output uses ASCII characters only.

Practices

  • Prompt Engineering
  • LLM Optimization
  • Workflow Design

Documentation

  • info:Configuration & parameter referenceWhile the SKILL.md details rules and profiles, specific configuration parameters or environment variables that users might set are not explicitly documented with defaults.

Practical Utility

  • info:Edge casesThe skill documents various patterns for token efficiency but does not explicitly list potential failure modes or recovery steps in the SKILL.md or README.

Installation

First, add the marketplace

/plugin marketplace add rohitg00/pro-workflow
/plugin install pro-workflow@pro-workflow

Quality Score

Verified
93 /100
Analyzed about 19 hours ago

Trust Signals

Last commit2 days ago
Stars2.1k
LicenseMIT
Status
View Source

© 2025 SkillRepo · Find the right skill, skip the noise.