design-pricing

design-pricing is a skill for Claude Code from evgenii-studitskikh/Claude-Code-SaaS-Studio. It costs 45 tokens per session (576 once invoked), scanned A, original, MIT.

A pricing design review that defines subscription plans, usage limits, trials, upgrade and downgrade rules, and their mapping to Stripe products and prices. A metered unit is something counted for billing, such as seats or usage.

In plain words
What is it for?
Use it to propose and approve plan tiers, prices, feature limits, usage charges, trial behavior, and upgrade or downgrade rules.
Why use it?
It turns uncertain pricing decisions into rules that engineering can implement. It also connects customer-facing plans with the payment objects Stripe needs.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter; names the AskUserQuestion tool.

Good fit Use it to propose and approve plan tiers, prices, feature limits, usage charges, trial behavior, and upgrade or downgrade rules.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add evgenii-studitskikh/Claude-Code-SaaS-Studio --skill design-pricing
Clone the repo
git clone --depth 1 https://github.com/evgenii-studitskikh/Claude-Code-SaaS-Studio

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for design-pricing

README.md
[![agentmods](https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing/github.svg)](https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing)
Your own site
<a href="https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing"><img src="https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for design-pricing

Your own site · 80×15
<a href="https://agentmods.dev/skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing"><img src="https://agentmods.dev/badge/skills/evgenii-studitskikh/claude-code-saas-studio/design-pricing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 45 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 576 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00045 $0.00576
Opus 5 $0.00023 $0.00288
Sonnet 5 $0.00009 $0.00115
Haiku 4.5 $0.00005 $0.00058

Measured 9d ago against content hash cdcdbcbfe19d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-09, from the pricing page.

Security

Grade A, and why

design-pricing scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/design-pricing/SKILL.md · 23 lines

How it starts

The opening of the file, as written. The whole thing — 23 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Design a pricing model that is both commercially sound and implementable with Stripe's product/price/subscription primitives. Non-autonomous: every tier, limit, and Stripe mapping is proposed and confirmed before being written to the spec.

Phases

  1. Load context — read docs/specs/prd.md for the target user personas and success metrics, and docs/specs/idea-validation.md for willingness-to-pay signals. If neither exists, ask the user to describe the intended audience and rough price sensitivity.
  2. Propose tier structure — suggest 2–4 plan tiers (e.g., Free/Starter/Pro/Enterprise) with names, monthly and annual prices, and the key differentiating limits (seats, usage units, feature gates). Present the tiers as a comparison table. Ask the user to adjust before moving on.
  3. Define metered units and feature gates — for each tier, specify: which features are gated (boolean), which are metered (unit name, included allowance, overage price), and the upgrade trigger (what makes a user need the next tier). This informs which Stripe Price objects will be recurring vs. metered.
  4. Design upgrade/downgrade and trial rules — propose: trial length (days), trial-to-paid conversion behavior, proration strategy on plan changes, and what happens to data when a user downgrades below a current-usage limit. Get explicit sign-off on these rules — they have customer-experience implications.
  5. Map to Stripe objects — for each tier, define the Stripe Product name, Price ID naming convention (e.g., price_starter_monthly), billing interval, and any metered price configuration. Note that actual Stripe objects will be created in /setup-billing; this phase produces the spec only.
  6. Write the spec — fill .claude/templates/pricing.md into docs/specs/pricing.md. Under full review, present each section; under lean/solo, write after a single confirmation. Next step: point to /setup-billing.

Output

docs/specs/pricing.md — tier definitions, Stripe object mapping, and upgrade/downgrade rules. Writes nothing without approval.

Read the full file on GitHub · 23 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 23 lines · 45 tokens per session scan A cdcdbcbfe19d

Subscribe to this mod's changes

design-pricing is a skill published in the GitHub repository evgenii-studitskikh/Claude-Code-SaaS-Studio (1 stars, last pushed 2mo ago), licensed MIT. It adds 45 tokens to every session and 576 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.