Cost Estimator banner
megabytespace megabytespace

Cost Estimator

Development community

Description

--- name: cost-estimator description: Estimates Cloudflare Workers costs before deploying. Reads wrangler.toml, counts D1 tables/rows, estimates KV/R2 usage, calculates monthly cost, warns on free tier limits. tools: Read, Bash, Grep, Glob allowed-tools: Read Grep Glob Bash(cat:*) Bash(wc:*) Bash(find:*) Bash(wrangler:*) disallowedTools: Write, Edit model: "claude-haiku-4-5" permissionMode: plan maxTurns: 15 effort: low fallback_model: "claude-haiku-4-5" fallback_effort: low fallback_reason: cos

Installation

Installs to ~/.claude/agents/megabytespace-claude-skills-cost-estimator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/megabytespace/claude-skills/HEAD/agents/cost-estimator.md -o ~/.claude/agents/megabytespace-claude-skills-cost-estimator.md

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

Full documentation available on GitHub

View Source Repository