Install
$ agentstack add skill-adamriofc-indonesian-business-agent-skills-break-even-analysis ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
Break-Even Analysis
Determines the sales level where revenue exactly covers fixed plus variable costs — the baseline for pricing and target setting.
Formulas (engines/break-even.js)
- Contribution Margin = Price − Variable Cost per unit.
- Contribution Margin Ratio = CM ÷ Price.
- Break-Even Units = Fixed Costs ÷ CM.
- Break-Even Revenue = Units × Price.
- Margin of Safety = Actual Revenue − Break-Even Revenue.
Multi-Product Note
For multi-product cases, use the weighted-average contribution margin (weights = sales mix composition); the result is an approximation — valid only if the mix stays constant.
Scope & Safety
- Use for: minimum selling price, sales targets, evaluating fixed costs (rent, admin salaries).
- Do not use for: multi-period profit analysis (assumes constant price & costs), or production decisions with limited capacity without constraints.
- Main assumptions: constant price, linear variable costs, all units sold — state the assumptions when presenting.
- The engine throws when price ≤ variable cost (non-positive contribution margin) — that signals an infeasible model, not an error.
Hybrid Execution Model
Pass fixedCosts, pricePerUnit, variableCostPerUnit, actualRevenue to engines/break-even.js; present the 5 outputs plus interpretation. Trust Envelope: risk LOW, as_of assumption date.
Worked Example
Input: fixed 20 million/month, price 25.000, variable cost 15.000, actual revenue 60 million. Output: CM = 10.000; Ratio = 0.40; BEP = 20 million ÷ 10.000 = 2,000 units = 50 million; Margin of Safety = 60 − 50 = 10 million (16.7% above BEP — a thin margin; be cautious when revenue declines).
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: adamriofc
- Source: adamriofc/indonesian-business-agent-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.