plugins marketplace
← All plugins

human-resources

v1.3.0

Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.

Claude Code9 skills3 MCP serversstreamable-http

by Anthropic23.4kupdated 37 minutes ago

Source

git clone https://github.com/anthropics/knowledge-work-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is human-resources/ inside the repository.

Layout

human-resources/
├── .claude-plugin/plugin.json
├── skills/comp-analysis/SKILL.md
├── skills/draft-offer/SKILL.md
├── skills/interview-prep/SKILL.md
├── skills/onboarding/SKILL.md
├── skills/org-planning/SKILL.md
├── skills/people-report/SKILL.md
├── skills/performance-review/SKILL.md
├── skills/policy-lookup/SKILL.md
├── skills/recruiting-pipeline/SKILL.md
└── .mcp.json

Skills9

comp-analysisskills/comp-analysis/SKILL.md

Analyze compensation — benchmarking, band placement, and equity modeling. Trigger with "what should we pay a [role]", "is this offer competitive", "model this equity grant", or when uploading comp data to find outliers and retention risks.

draft-offerskills/draft-offer/SKILL.md

Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus), writing the offer letter text itself, or prepping negotiation guidance for the hiring manager.

interview-prepskills/interview-prep/SKILL.md

Create structured interview plans with competency-based questions and scorecards. Trigger with "interview plan for", "interview questions for", "how should we interview", "scorecard for", or when the user is preparing to interview candidates.

onboardingskills/onboarding/SKILL.md

Generate an onboarding checklist and first-week plan for a new hire. Use when someone has a start date coming up, building the pre-start task list (accounts, equipment, buddy), scheduling Day 1 and Week 1, or setting 30/60/90-day goals for a new team member.

org-planningskills/org-planning/SKILL.md

Headcount planning, org design, and team structure optimization. Trigger with "org planning", "headcount plan", "team structure", "reorg", "who should we hire next", or when the user is thinking about team size, reporting structure, or organizational design.

people-reportskills/people-report/SKILL.md

Generate headcount, attrition, diversity, or org health reports. Use when pulling a headcount snapshot for leadership, analyzing turnover trends by team, preparing diversity representation metrics, or assessing span of control and flight risk across the org.

performance-reviewskills/performance-review/SKILL.md

Structure a performance review with self-assessment, manager template, and calibration prep. Use when review season kicks off and you need a self-assessment template, writing a manager review for a direct report, prepping rating distributions and promotion cases for calibration, or turning vague feedback into specific behavioral examples.

policy-lookupskills/policy-lookup/SKILL.md

Find and explain company policies in plain language. Trigger with "what's our PTO policy", "can I work remotely from another country", "how do expenses work", or any plain-language question about benefits, travel, leave, or handbook rules.

recruiting-pipelineskills/recruiting-pipeline/SKILL.md

Track and manage recruiting pipeline stages. Trigger with "recruiting update", "candidate pipeline", "how many candidates", "hiring status", or when the user discusses sourcing, screening, interviewing, or extending offers.

MCP servers3

atlassianstreamable-http
url
https://mcp.atlassian.com/v1/mcp
notionstreamable-http
url
https://mcp.notion.com/mcp
slackstreamable-http
url
https://mcp.slack.com/mcp

Manifests1

human-resources/.claude-plugin/plugin.json
{
  "name": "human-resources",
  "version": "1.3.0",
  "description": "Streamline people operations — recruiting, onboarding, performance reviews, compensation analysis, and policy guidance. Maintain compliance and keep your team running smoothly.",
  "author": {
    "name": "Anthropic"
  }
}