Cost Estimator
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
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 RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development Cavecrew Builder
>
Development Cavecrew Investigator
>
Development Cavecrew Reviewer
>
Development Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, mer
Development