Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

biz-breakeven商业收支平衡

Agent Skill

biz-breakeven 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

364

周安装

15

GitHub Stars

125

下载量

119
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:biz-breakeven(商业收支平衡)
来源仓库:https://github.com/asgard-ai-platform/skills
仓库路径:skills/biz-breakeven
安装命令:
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-breakeven
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/asgard-ai-platform/skills --skill biz-breakeven

简介

biz-breakeven 用于分析企业收支平衡点,通过区分固定与可变成本计算实现零利润所需的业务量。

  • 适用于需要评估成本结构、定价策略或盈亏临界点的商业场景,尤其在启动阶段规划资源时。
  • 使用时需提供具体成本数据,工具将输出贡献毛利和保本销量,帮助判断业务模型可行性。
  • 安装需通过 npx 添加 GitHub 仓库,建议确认是否涉及财务数据访问及计算权限。
  • 注意:分类为研究检索,实际分析依赖输入数据的准确性,结果应结合行业基准复核。

SKILL.md

Break-Even Analysis

Overview

Break-even analysis finds the point where total revenue equals total costs — zero profit, zero loss. It separates costs into fixed and variable, then calculates the volume (units or revenue) needed to cover fixed costs through contribution margin.

Framework

IRON LAW: Fixed vs Variable Classification Must Be Rigorous

Fixed costs do NOT change with volume (rent, salaries, insurance).
Variable costs change PROPORTIONALLY with volume (materials, shipping per unit, commissions).

"Salaries" is NOT always fixed — a sales commission is variable.
"Rent" is NOT always fixed — a percentage-rent lease is variable.
Misclassification directly corrupts the break-even calculation.

Core Formulas

Contribution Margin per Unit = Selling Price - Variable Cost per Unit
Break-Even Units = Fixed Costs / Contribution Margin per Unit
Break-Even Revenue = Fixed Costs / Contribution Margin Ratio
Contribution Margin Ratio = Contribution Margin per Unit / Selling Price
Margin of Safety = (Actual Sales - Break-Even Sales) / Actual Sales
Degree of Operating Leverage (DOL) = Contribution Margin / Net Income

Step 1: Classify All Costs

Separate every cost line into fixed or variable. For semi-variable costs (e.g., electricity with a base charge + usage), split into fixed and variable portions.

Step 2: Calculate Break-Even Point

  • Single product: BEP units = Fixed Costs / CM per unit
  • Multiple products: Use weighted-average CM based on product mix, then BEP = Fixed / Weighted CM

Step 3: Assess Margin of Safety

How far above break-even are current sales? Higher margin of safety = more resilience to downturns.

Step 4: Scenario Analysis

Test: What happens if price drops 10%? If volume drops 20%? If fixed costs increase? Build a scenario table.

Output Format

# Break-Even Analysis: {Product/Business}

## Cost Structure
| Category | Amount | Fixed/Variable |
|----------|--------|---------------|
| {item} | ${X} | F/V |

## Break-Even Calculation
- Fixed Costs: ${X}/period
- Variable Cost per Unit: ${X}
- Selling Price per Unit: ${X}
- Contribution Margin: ${X} ({X%})
- **Break-Even: {N} units / ${X} revenue**
- Margin of Safety: {X%}

## Scenario Analysis
| Scenario | BEP Units | Margin of Safety |
|----------|-----------|-----------------|
| Base case | {N} | {X%} |
| Price -10% | {N} | {X%} |
| Volume -20% | N/A | {X%} |
| Fixed costs +15% | {N} | {X%} |

Examples

Correct Application

Scenario: Break-even for a Taiwanese bubble tea shop

  • Fixed costs: NT$150,000/month (rent NT$60K, staff NT$70K, utilities NT$20K)
  • Variable cost: NT$25/cup (ingredients NT$15, cup/straw NT$5, packaging NT$5)
  • Price: NT$55/cup
  • CM = NT$30/cup (54.5%)
  • BEP = 150,000 / 30 = 5,000 cups/month ≈ 167 cups/day

Incorrect Application

  • Classified staff wages as variable cost → For a shop with fixed staff (not per-cup labor), wages are fixed. This understates BEP. Violates Iron Law.

Gotchas

  • Step-fixed costs: Rent is fixed until you need a second location. Staff is fixed until you need another shift. These "step" at certain volume thresholds — model them as fixed within their relevant range.
  • Multi-product businesses: Most real businesses sell multiple products. Use weighted-average CM or calculate BEP in revenue (not units).
  • Break-even ignores time value: BEP tells you the volume, not when you'll reach it. A business that breaks even at 10,000 units but takes 3 years to get there may run out of cash.
  • Contribution margin is not gross margin: Gross margin uses COGS (which may include fixed manufacturing overhead). CM uses only variable costs.

Scripts

ScriptDescriptionUsage
scripts/breakeven.pyCompute break-even quantity, revenue, and contribution marginpython scripts/breakeven.py --help

Run python scripts/breakeven.py --verify to execute built-in sanity tests.

References

  • For multi-product break-even methodology, see references/multi-product-bep.md

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.07%
按下载量换算44

Claude

27.86%
按下载量换算33

Cursor

20.6%
按下载量换算25

Gemini CLI

8.6%
按下载量换算10

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills