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.…
\"Conduct compensation benchmarking analysis to position salaries against market data. Use this skill when the user needs to assess pay competitiveness, build salary bands, or analyze pay equity — even if they say 'are we paying market rate', 'salary benchmarking', or
$ npx -y skills add charlieviettq/awesome-agent-skill --skill algo-hr-compensation --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/algo-hr-compensationContext preview
The summary Claude sees to decide when to auto-load this skill.
\"Conduct compensation benchmarking analysis to position salaries against market data. Use this skill when the user needs to assess pay competitiveness, build salary bands, or analyze pay equity — even if they say 'are we paying market rate', 'salary benchmarking', or
name: "\"algo-hr-compensation\"" description: "\"Conduct compensation benchmarking analysis to position salaries against market data. Use this skill when the user needs to assess pay competitiveness, build salary bands, or analyze pay equity — even if they say 'are we paying market rate', 'salary benchmarking', or 'compensation analysis'.\"." allowed-tools: Read, Glob, Grep
Compensation benchmarking compares internal pay levels against external market data to assess competitiveness. Uses compa-ratio (actual pay / market midpoint) and percentile positioning. Informs salary band design, pay adjustments, and equity analysis.
**Trigger conditions:**
**When NOT to use:**
IRON LAW: Benchmarking Is Only Valid With COMPARABLE Jobs Matching by job TITLE alone is unreliable — "Senior Engineer" means vastly different things at different companies. Match by: job content (duties, scope), level (IC vs manager, experience band), industry, geography, and company size. Poor job matching produces misleading market rates.
Collect: internal compensation data (base, bonus, equity), market survey data (P25, P50, P75 by role), job matching between internal roles and survey benchmarks. **Gate:** Jobs properly matched, survey data current (< 18 months).
1. Match internal jobs to market benchmarks by content, level, and scope 2. Age survey data to current date: apply projected market movement rate 3. Compute compa-ratio per employee: actual base / market P50 4. Compute percentile positioning: where does actual pay fall in market distribution 5. Analyze: by department, level, tenure, demographics for equity gaps
Check: compa-ratios cluster around 0.85-1.15 (normal range). Flag outliers (< 0.80 underpaid, > 1.20 overpaid). Test demographic equity. **Gate:** Distribution reasonable, equity analysis completed.
Return benchmarking results with band recommendations.
{
"summary": {"avg_compa_ratio": 0.97, "below_band_pct": 12, "above_band_pct": 8},
"by_role": [{"role": "Software Engineer", "market_p50": 1800000, "avg_actual": 1750000, "compa_ratio": 0.97}],
"equity_flags": [{"dimension": "gender", "gap_pct": 3.2, "statistically_significant": true}],
"metadata": {"employees": 500, "survey_source": "Mercer", "survey_date": "2025-H2"}
}**Input:** 50 engineers, market P50=NT$1.8M, actual range NT$1.5M-2.1M **Expected:** Avg compa-ratio ~0.97, some below-band employees flagged for adjustment.
| Input | Expected | Why | |-------|----------|-----| | Hot market (tech boom) | Market data rapidly outdated | Apply higher aging factor | | Remote work mixed | Location-adjusted bands needed | SF vs Taipei market rates differ 2-3x | | Small company, no survey match | Use broader industry proxies | Imperfect but better than nothing |
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…