Calculate total compensation with salary, bonus, equity, and benchmarks. Use when designing pay bands, estimating equity, benchmarking offers.
Scanned 9/7/2026
Install to Claude Code
npx -y skills add bytesagain/ai-skills --skill compensation-calc --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Compensation Calc?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/bytesagain-compensation-calc)More formats (shields.io, HTML) on the badges page.
---
version: "2.0.0"
name: compensation-calc
description: "Calculate total compensation with salary, bonus, equity, and benchmarks. Use when designing pay bands, estimating equity, benchmarking offers."
author: BytesAgain
homepage: https://bytesagain.com
source: https://github.com/bytesagain/ai-skills
---
# Compensation Calc — 薪酬计算器
薪酬设计与计算全能工具,涵盖薪资、奖金、股权、对标、谈判。
## Commands
| Command | Description |
|---------|-------------|
| `salary` | 薪资计算 — 税前税后、社保公积金 |
| `bonus` | 奖金方案 — 年终奖、绩效奖金设计 |
| `equity` | 股权激励 — 期权/RSU方案设计 |
| `benchmark` | 市场对标 — 行业薪资水平参考 |
| `negotiate` | 薪资谈判 — 谈薪策略和话术 |
| `total` | 总包计算 — 全面薪酬总包分析 |
## Usage
```bash
bash scripts/comp.sh salary "月薪25000 北京"
bash scripts/comp.sh bonus "年终奖方案"
bash scripts/comp.sh equity "A轮创业公司 CTO"
bash scripts/comp.sh benchmark "高级前端 上海"
bash scripts/comp.sh negotiate "期望涨幅30%"
bash scripts/comp.sh total "月薪3万 年终3个月 期权1万股"
```
---
💬 Feedback & Feature Requests: https://bytesagain.com/feedback
Powered by BytesAgain | bytesagain.com
- Run `compensation-calc help` for all commands
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!