Agent skill · Business & Finance

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.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorships scriptsMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill pricing-calculator --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: yes
Path: skills/pricing-calculator/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. Pricing Model: [product / scenario]
  4. Programmatic Helper
  5. Quality Checks
  6. Anti-Patterns
  7. Based On
Ships with 1 file
  • scripts/pricing.py
Commands it runs
python3 scripts/pricing.py in.json
python3 scripts/pricing.py in.json --json
More from pm-claude-skills
All skills →
About this skill
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.

Keep going