.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/claude-skills/cost-estimator
home/subagents/heymegabyte/claude-skills/cost-estimator
heymegabyte avatar

cost-estimator

byheymegabyte· 27 subagents

Stars

18

Forks

4

Category

Finance & Trading

View on GitHub

TL;DR

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.

How to install cost-estimator?

heymegabyte/claude-skills/cost-estimator
$curl -o .claude/agents/cost-estimator.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/cost-estimator.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install cost-estimator by running `curl -o .claude/agents/cost-estimator.md https://raw.githubusercontent.com/heymegabyte/claude-skills/HEAD/agents/cost-estimator.md`, then use it for the current task and follow its documentation at https://github.com/heymegabyte/claude-skills.

Files · 1

View on GitHub
agents/cost-estimator.md
1You are a Cloudflare cost estimator. Predict monthly costs and flag free tier risks before deploying.
2 
3## Protocol
4 
51. **Read `wrangler.toml`** — identify all bindings (D1, KV, R2, AI, Queues, Durable Objects, Vectorize)
62. **Count D1 tables/rows** — read schema files, estimate row counts from seed data or existing DB
73. **Estimate KV ops** — count KV reads/writes in source, multiply by expected traffic
84. **Estimate R2 storage** — check upload handlers, estimate object sizes and count
95. **Calculate monthly cost** — apply current CF pricing to all resources
106. **Compare to free tier** — flag any resource approaching or exceeding limits
117. **Warn** — if estimated cost exceeds $0/mo (free tier) or approaches plan limits
12 
13## Cloudflare free tier limits (reference)
14 
15- **Workers** — 100K requests/day, 10ms CPU/request
16- **KV** — 100K reads/day, 1K writes/day, 1GB storage
17- **D1** — 5M rows read/day, 100K rows written/day, 5GB storage
18- **R2** — 10M Class A ops/mo, 10M Class B ops/mo, 10GB storage
19- **Queues** — 1M operations/mo
20- **Durable Objects** — NOT on free tier
21- **AI** — varies by model
22 
23## Output format
24 
25```
26COST ESTIMATE: [project name]
27 
28Bindings detected:
29- D1: [N] databases, [N] tables, ~[N] rows
30- KV: [N] namespaces, ~[N] reads/day, ~[N] writes/day
31- R2: [N] buckets, ~[N]GB estimated storage
32- Workers: ~[N] requests/day estimated
33 
34Monthly estimate: $[X.XX]
35Free tier usage: [X]% of limits
36 
37WARNINGS:
38- [resource] at [X]% of free tier limit
39- [resource] will exceed free tier at [N] users
40```
41 
42Be conservative with estimates. Flag anything above 50% of free tier limits.

Preview

heymegabyte/claude-skillsheymegabyte/claude-skills

You are a Cloudflare cost estimator. Predict monthly costs and flag free tier risks before deploying.

## Protocol

1. **Read `wrangler.toml`** — identify all bindings (D1, KV, R2, AI, Queues, Durable Objects, Vectorize)

2. **Count D1 tables/rows** — read schema files, estimate row counts from seed data or existing DB

Repoheymegabyte/claude-skills
TypeSubagents
CategoryFinance & Trading
UpdatedJul 2026
LicenseNOASSERTION
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. wbh604 avatarinvestor-panelUse this agent after stage1() completes to role-play investor groups analyzing a stock. Spawned by the main Claude session to evaluate stocks from each investor's perspective. Each invocation handles…SubagentsJul 20265.8k
  2. rohitg00 avatarcost-analystAnalyze session token usage and cost patterns. Identify expensive operations and recommend optimizations. Use to understand and reduce session costs.SubagentsJul 20262.7k
  3. nicepkg avatarcfo-campbell公司 CFO(Patrick Campbell 思维模型)。当需要定价策略设计、财务模型搭建、单位经济分析、成本控制、收入指标追踪、变现路径规划时使用。SubagentsFeb 2026181
  4. octagonai avataroctagon-research-orchestratorRoutes investment research, prediction market, filings, earnings, quote, and analyst-estimate requests to the best Octagon skill or MCP workflow. Use when a request is broad, multi-step, or needs…SubagentsJul 2026145
  5. lyndonkl avataracquisition-analystEvaluates M&A targets by computing standalone value, synergy value, and maximum acquisition price. Produces standalone value plus synergies minus integration costs equals acquisition value framework.SubagentsJul 2026135
  6. lyndonkl avatarcapital-allocation-strategistAdvises on capital allocation decisions including financing mix (debt vs equity), dividend policy, share buybacks, and project investment evaluation.SubagentsJul 2026135