Analyze market compensation data and establish competitive pay structures
Analyzes compensation survey data to build competitive salary ranges.
npx claudepluginhub a5c-ai/babysitterThis skill is limited to using the following tools:
The Compensation Benchmarking skill provides capabilities for analyzing market compensation data and establishing competitive pay structures. This skill enables market percentile positioning, salary range development, and compensation competitiveness monitoring.
const marketAnalysis = {
surveys: [
{ source: 'Radford', weight: 40, year: 2026 },
{ source: 'Mercer', weight: 35, year: 2026 },
{ source: 'Compensation Surveys Inc', weight: 25, year: 2025 }
],
aging: {
rate: 3.5,
targetDate: '2026-07-01'
},
cuts: {
industry: 'Technology',
companySize: '1000-5000',
geography: 'US National'
},
jobs: [
{
internal: 'Senior Software Engineer',
surveyMatch: 'Software Engineer IV',
matchQuality: 'strong'
}
],
positioning: {
targetPercentile: 50,
hotJobs: ['Machine Learning Engineer', 'Security Engineer'],
hotJobTarget: 75
}
};
const rangeStructure = {
type: 'traditional',
grades: 10,
midpointProgression: 12,
rangeSpread: {
byGrade: {
'1-3': 40,
'4-6': 45,
'7-10': 50
}
},
overlap: 35,
anchoring: {
method: 'market-midpoint',
targetPercentile: 50
},
differentials: {
geographic: {
enabled: true,
tiers: ['Tier 1', 'Tier 2', 'Tier 3']
}
}
};
This skill integrates with the following HR processes:
| Process | Integration Points |
|---|---|
| salary-benchmarking.js | Full market pricing workflow |
| job-evaluation-leveling.js | Job matching |
| pay-equity-analysis.js | Market data input |
| Metric | Description | Target |
|---|---|---|
| Compa-Ratio | Employee pay vs. range midpoint | 95-105% |
| Market Position | Actual percentile vs. target | Within 5 points |
| Range Penetration | Distribution within ranges | Normal distribution |
| External Competitiveness | Offer acceptance rate | >85% |
| Survey Participation | Surveys participated in | >3 annually |
Activates when the user asks about AI prompts, needs prompt templates, wants to search for prompts, or mentions prompts.chat. Use for discovering, retrieving, and improving prompts.
Search, retrieve, and install Agent Skills from the prompts.chat registry using MCP tools. Use when the user asks to find skills, browse skill catalogs, install a skill for Claude, or extend Claude's capabilities with reusable AI agent components.
This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.