aws-cost-estimate
Generate AWS cost estimates from architecture documents. Use when the user needs to estimate monthly/annual costs for an AWS architecture.
npx skills add majiayu000/claude-skill-registry --skill aws-cost-estimate --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# AWS Cost Estimate Skill Generate accurate AWS cost estimates from architecture documents or descriptions. ## Arguments - `doc-path`: Path to architecture document (markdown, text) or inline description - `--lang`: Output language. `ja` (default) or `en` - `--currency`: `usd` (default) or `jpy`. When `jpy`, ask the user for the exchange rate to use ## Workflow ### 1. Parse the architecture Read the provided document. Extract: - AWS services used and their configuration - Data flow patterns (for data transfer estimates) - Scale assumptions (users, queries/day, data volume) If anything critical is ambiguous, ask using AskUserQuestion. Keep clarification minimal — only ask what materially affects the estimate. ### 2. Verify pricing — AWS CLI first, web search fallback **CRITICAL: Always verify current prices. Never rely on training data.** 1. Silently check if AWS CLI is available and authenticated (see `references/aws-pricing-api.md`) 2. **If available** → use AWS Price List API for exact regional pricing. Read `references/aws-pricing-api.md` for service codes, example queries, and JSON parsing 3. **If unavailable** → fall back to web search: `"AWS [service] pricing [region] [curren
- Arguments
- Workflow
- 1. Parse the architecture
- 2. Verify pricing — AWS CLI first, web search fallback
- 3. Calculate and output the report
- 4. Offer AWS Pricing Calculator link (optional)
- Rules
- Common pitfalls to verify
What does the aws-cost-estimate skill do?
Generate AWS cost estimates from architecture documents. Use when the user needs to estimate monthly/annual costs for an AWS architecture.
How do I install it?
Run `npx skills add majiayu000/claude-skill-registry --skill aws-cost-estimate --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.
