pricing-calculator
Model pricing scenarios — tiers, margins, break-even, and the revenue impact of a price change. Use when asked to calculate pricing, model a price increase, find break-even volume, set tier prices to a margin target, or estimate the revenue effect of a pricing change. Produces a computed pricing model (per-tier margin, break-even units, price-change revenue impact with an elasticity assumption) and a recommendation.
npx skills add mohitagw15856/pm-claude-skills --skill pricing-calculator --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.
# Pricing Calculator Skill Pricing decisions are usually made on gut and defended with a spreadsheet built under deadline. This skill does the math cleanly: the margin on each tier, the break-even volume, and the revenue impact of a price change under an explicit elasticity assumption — so a pricing proposal rests on numbers, with the assumptions visible. (For the *strategy* — model, packaging, positioning — pair with [`pricing-strategy`](../pricing-strategy/SKILL.md); this runs the numbers.) ## Required Inputs Ask for these only if they aren't already provided: - **The scenario** — set a tier price to a margin target, find break-even, or model a price change. - **Costs** — variable cost per unit/seat, and fixed costs if you want break-even. - **Current price & volume** (for a price-change model). - **Elasticity assumption** — expected % volume change per % price change (state it; it's the key lever and it's an estimate). ## Output Format ### Pricing Model: [product / scenario] **1. The numbers** (via the helper): - **Per tier:** price, variable cost, **gross margin %**, contribution per unit. - **Break-even:** units (or MRR) to cover fixed costs at this price/margin. - **Price-cha
- Required Inputs
- Output Format
- Pricing Model: [product / scenario]
- Programmatic Helper
- Quality Checks
- Anti-Patterns
- Based On
python3 scripts/pricing.py in.json python3 scripts/pricing.py in.json --json
What does the pricing-calculator skill do?
Model pricing scenarios — tiers, margins, break-even, and the revenue impact of a price change. Use when asked to calculate pricing, model a price increase, find break-even volume, set tier prices to a margin target, or estimate the revenue effect of a pricing change. Produces a computed pricing model (per-tier margin, break-even units, price-change revenue impact with an elasticity assumption) and a recommendation.
How do I install it?
Run `npx skills add mohitagw15856/pm-claude-skills --skill pricing-calculator --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 mohitagw15856/pm-claude-skills, a repository with 1,255 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.
