From paleo
Use when user says "budget", "token limit", "stay under N tokens", or wants per-task token caps. Enforce a hard token budget per task/response — track estimate, stop before limit, summarize if exceeded. Off: "no budget" / "unlimited".
How this skill is triggered — by the user, by Claude, or both
Slash command
/paleo:paleo-budgetThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Hard token budget per task. Cap spend, never overflow.
Hard token budget per task. Cap spend, never overflow.
paleo (terse). budget + paleo = max save.soft: warn near limit, keep going.hard (default): cut off at limit, summarize the tail.strict: fail-loud if estimate exceeds budget before starting./budget 1500 soft|hard|strict set cap + mode.npx claudepluginhub mocasus/paleo --plugin paleoEstimates input tokens and offers response depth choices (brief to exhaustive) before answering. Activates on explicit token/depth/length requests.
Intercepts Claude's response to let users choose depth (25%-100%) based on estimated token usage. Useful when users want to control response length or detail level.
Intercepts the response flow to offer users a choice about response depth before answering, estimating token usage and presenting depth options.