budget-continue

budget-continue is a skill for Claude Code, Codex from Enakoneschniy/claude-dev-stack. It costs 64 tokens per session (706 once invoked), scanned A, original, MIT.

A continuation helper for sessions that are close to their budget or context limit. It offers ways to resume later, continue locally, continue in the cloud, or keep working now.

In plain words
What is it for?
Use it when a budget warning appears or a task needs to continue after the current session reaches its limit.
Why use it?
It reduces the risk of losing unfinished work when a session runs out of available budget or context.

Skill for Claude CodeCodex

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add skills/enakoneschniy/claude-dev-stack/budget-continue
Any agent
npx skills add Enakoneschniy/claude-dev-stack --skill budget-continue
Clone the repo
git clone --depth 1 https://github.com/Enakoneschniy/claude-dev-stack

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for budget-continue

README.md
[![agentmods](https://agentmods.dev/badge/skills/enakoneschniy/claude-dev-stack/budget-continue.svg)](https://agentmods.dev/skills/enakoneschniy/claude-dev-stack/budget-continue)
Your own site
<a href="https://agentmods.dev/skills/enakoneschniy/claude-dev-stack/budget-continue"><img src="https://agentmods.dev/badge/skills/enakoneschniy/claude-dev-stack/budget-continue.svg" alt="Measured on agentmods" height="20"></a>
Per session 64 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 706 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00064 $0.00706
Opus 5 $0.00032 $0.00353
Sonnet 5 $0.00013 $0.00141
Haiku 4.5 $0.00006 $0.00071

Measured 4d ago against content hash dfade9da9913, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

budget-continue scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/budget-continue/SKILL.md · 85 lines

How it starts

The opening of the file, as written. The whole thing — 85 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Budget Continue Skill

When the session budget warning fires, this skill presents a 4-option continuation menu and (when invoked inside a Claude Code session) can schedule the appropriate follow-up action using native Claude Code tools.

Invocation

claude-dev-stack budget continue

Or invoke this skill directly: /budget-continue

The 4 Options

Option 1: Remind me later (CronCreate)

Creates a one-shot CronCreate reminder that fires in the current Claude Code session after a delay.

When the user selects this option inside a Claude Code session:

Use CronCreate to schedule a reminder:
  Title:    "Resume GSD session — budget warning"
  Prompt:   "/budget-continue"
  Schedule: "+1h"  (or user-chosen delay)
  Repeat:   false

Option 2: Auto-continue locally (Desktop task)

Creates a Desktop task that fires on the local machine after a delay and runs the GSD resume workflow.

When the user selects this option inside a Claude Code session:

Use the Desktop task tool:
  Prompt:   "/gsd-resume-work"
  Schedule: "+1h"  (or user-chosen delay)

Note: The machine must be on when the task fires. STATE.md is read to determine what to resume.

Option 3: Auto-continue in cloud (Cloud task)

Creates a Cloud task that runs on Anthropic infrastructure. Performs a fresh git clone and runs the GSD resume workflow autonomously — works even when the local machine is off.

When the user selects this option inside a Claude Code session:

Use the Cloud task tool:
  Repo:     (git remote origin URL — auto-detected)
  Prompt:   "/gsd-resume-work"
  Schedule: "+1h"  (or user-chosen delay)

Note: All state must be committed to git. GSD guarantees this via STATE.md.

Option 4: Continue now

No scheduling action. Prints a message to continue with the current session. Useful if the user decides to keep working and address the budget limit later.

What the scheduled task runs

Both Desktop and Cloud tasks run /gsd-resume-work, which reads .planning/STATE.md:

  • If stopped_at is present: resumes from that point using resume_file as context
  • If no stopped work: runs maintenance tasks (check PRs, /gsd-next, /gsd-health)

Read the full file on GitHub · 85 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 85 lines · 64 tokens per session scan A dfade9da9913

Subscribe to this mod's changes

budget-continue is a skill published in the GitHub repository Enakoneschniy/claude-dev-stack (5 stars, last pushed 4mo ago), licensed MIT. It adds 64 tokens to every session and 706 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

release

Cut a sim-use release end-to-end. Use when the user runs /release or asks to "ship a release", "publish a version", "cut a release", or "release to homebrew". Drives scripts/local-release.sh; never reimplement its build/sign/tarball logic.

lycorp-jp/sim-use · 61 tokens

textbook-to-md

Convert PDF/EPUB textbooks to searchable markdown files for an AI agent's own reference. Use this skill whenever: (1) the user asks to convert a textbook/PDF chapter to markdown, (2) you need to search textbook content and no markdown version exists yet, (3) batch-converting a set of reference books into a knowledge…

drpwchen/textbook-to-note · 90 tokens

manage-schemas

Creates, views, edits, deletes, and validates note schemas for the MCP Task Orchestrator in .taskorchestrator/config.yaml — the templates that define which notes agents must fill at each workflow phase. Also recommends schema designs from a library of workflow patterns (autonomous coding loops, spec-driven teams…

jpicklyk/task-orchestrator · 212 tokens

bmad-dev-story

Execute story implementation following a context filled story spec file. Use when the user says "dev this story [story file]" or "implement the next story in the sprint plan".

LarsCowe/bmalph · 40 tokens

vc-audit-vc

Audit agent harness health: Claude/Codex agent parity, skill registry consistency, README.md sync, and protocol file wiring. Use when agents, skills, README.md, or development-protocol files move, split, or drift.

withkynam/vibecode-pro-max-kit · 52 tokens

add-tool

Add a new function calling tool (vault operation) for the Gemini chat. Use when adding new tools like readnote, createnote, etc.

takeshy/obsidian-gemini-helper · 32 tokens