Budget Mode banner
yanacuti1121 yanacuti1121

Budget Mode

Development community

Description

--- description: Toggle Budget Mode for the current project. Budget Mode tightens cost-guard rules — see CLAUDE.md for the full rule set. Usage — /budget-mode [on|off|status] argument-hint: on | off | status --- You are toggling Budget Mode. **Do not write the state file yourself.** A real shell script handles the state deterministically. Your job is to invoke it, read its output, and explain what changed to the user. ## Step 1 — Determine action Parse `$ARGUMENTS`: - `on` → activate - `off`

Installation

Installs to ~/.claude/commands/yanacuti1121-yana-ai-budget-mode.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/yanacuti1121/Yana-AI/HEAD/.claude/commands/budget-mode.md -o ~/.claude/commands/yanacuti1121-yana-ai-budget-mode.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository