account-research
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
\"Analyze unit economics to evaluate per-unit profitability and business model scalability. Use this skill when the user needs to assess whether each transaction, customer, or product unit is profitable, evaluate startup viability, or optimize contribution margins — even if they
$ npx -y skills add charlieviettq/awesome-agent-skill --skill biz-unit-economics --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/biz-unit-economicsContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Analyze unit economics to evaluate per-unit profitability and business model scalability. Use this skill when the user needs to assess whether each transaction, customer, or product unit is profitable, evaluate startup viability, or optimize contribution margins — even if they
name: "\"biz-unit-economics\"" description: "\"Analyze unit economics to evaluate per-unit profitability and business model scalability. Use this skill when the user needs to assess whether each transaction, customer, or product unit is profitable, evaluate startup viability, or optimize contribution margins — even if they say 'does our business model work', 'what's our margin per order', or 'can we scale profitably'.\"." allowed-tools: Bash, Read, Write, Edit, Glob, Grep
Unit economics measures profitability at the single-unit level — per customer, per transaction, or per product. If unit economics are negative, scaling makes losses worse, not better. Positive unit economics are the prerequisite for sustainable growth.
IRON LAW: If Unit Economics Are Negative, Growth = Faster Death Scaling a business with negative unit economics means losing more money faster. "We'll make it up in volume" only works if variable costs per unit decrease with scale (economies of scale). If they don't, more volume = more losses. Prove unit economics are positive BEFORE investing in growth.
**Subscription/SaaS:** | Metric | Formula | |--------|---------| | CAC | Total acquisition spend / New customers | | LTV | ARPU × Gross Margin × (1/Churn Rate) | | LTV:CAC | Must be > 3:1 | | Payback Period | CAC / (Monthly ARPU × Gross Margin) | | Net Revenue Retention | (Starting MRR + Expansion - Contraction - Churn) / Starting MRR |
**E-commerce/Marketplace:** | Metric | Formula | |--------|---------| | AOV | Total Revenue / Number of Orders | | Contribution Margin per Order | AOV - COGS - Shipping - Payment fees - Returns | | Repeat Rate | Returning customers / Total customers | | Fully-loaded CAC | Total marketing / New customers |
**On-demand/Delivery:** | Metric | Formula | |--------|---------| | Revenue per Trip | Order value × Take rate | | Cost per Trip | Driver pay + Support + Insurance + Incentives | | Contribution per Trip | Revenue - Cost per Trip | | Orders per Day per Driver | Utilization metric |
1. **Define the unit**: What is one "unit"? (customer, order, trip, seat) 2. **Calculate revenue per unit**: What does each unit generate? 3. **Calculate variable cost per unit**: What does each unit cost? 4. **Calculate contribution margin**: Revenue - Variable cost 5. **Layer fixed costs**: At what volume do you cover fixed costs? (→ break-even) 6. **Assess scalability**: Do unit economics improve or degrade at 10x volume?
# Unit Economics: {Business}
## Unit Definition
- Unit: {customer / order / trip}
- Time period: {monthly / per-transaction}
## Per-Unit Economics
| Metric | Value |
|--------|-------|
| Revenue per unit | ${X} |
| Variable cost per unit | ${X} |
| Contribution margin | ${X} ({X%}) |
## Scalability Assessment
| Volume | Unit Revenue | Unit Cost | CM | Notes |
|--------|-------------|-----------|-----|-------|
| Current ({N}) | ${X} | ${X} | {X%} | baseline |
| 3x ({N}) | ${X} | ${X} | {X%} | {economies of scale?} |
| 10x ({N}) | ${X} | ${X} | {X%} | {what changes?} |
## Verdict
{Positive/negative unit economics, scalability assessment, key lever to improve}**Scenario:** Unit economics for a Taiwan food delivery startup
| Script | Description | Usage | |--------|-------------|-------| | `scripts/unit_economics.py` | Compute SaaS unit economics (NRR, GRR, LTV, CAC payback, magic number, burn multiple) | `python scripts/unit_economics.py --help` |
Run `python scripts/unit_economics.py --verify` to execute built-in sanity tests.
Curated skill pack for LLM agents in engineer and science workflow (Cursor & Claude ready).
Research a company or person and get actionable sales intel. Works standalone with web search, supercharged when you connect enrichment tools or your CRM.…
Evaluate LLM agents and tool-using workflows—task success, tool accuracy, latency/cost, safety, and regression suites. Use when shipping agent features,…
Design agent tools and CLI surfaces—schemas, naming, errors, idempotency, and discoverability for LLM callers. Use when defining tools for agents, SDKs, or…
\"Implement and select ad bidding strategies from manual CPC to automated target-CPA and target-ROAS. Use this skill when the user needs to choose a bidding…
\"Optimize advertising budget allocation across campaigns using marginal returns analysis. Use this skill when the user needs to distribute budget across…
\"Build CTR prediction models for estimating ad click-through rates from features. Use this skill when the user needs to predict click probability, build an ad…